function goswitchEn(){
var thisurl = unescape(document.URL);
var targurl = thisurl.replace('http://www.gercom.ca/','http://www.gercom.ca/en/');
location.href=targurl;
}

function goswitchFr(){
var thisurl = unescape(document.URL);
var targurl = thisurl.replace('http://www.gercom.ca/en/','http://www.gercom.ca/');
location.href=targurl;
}