
function disclaimer (url){
	window.open('disclaimer.asp?url='+url,'disclaimer','width=300,height=250');
}


function Switch_lang(ad) {
	if (ad.indexOf('/en/') != -1) {
		location.href=ad.substring(0,ad.indexOf('/en/'))+'/fr/'+ad.substring(ad.indexOf('/en/')+4);
	}
}


function redirectSite(url) {
	if (String(navigator.userAgent).toLowerCase().indexOf("msie") == -1){
		window.open(url,"buffered_window","width=640,height=480,resizable=yes,scrollbars=yes,status=yes,menubar=yes,location=yes,toolbar=yes");
	} else {
		window.open(url);
	}
	window.close();
}



<!--THIS IS THE HIDDEN LAYER FOR THE SATISFACTION GUARANTEE-->
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
dd=document;NS=(dd.layers)?1:0;IE=(dd.all)?1:0;DOM=(dd.getElementById)?1:0 
function showLayer(L){ 
if(NS)dd.layers[L].display='show'; 
else if (IE)obg=dd.all[L]; 
else obg=dd.getElementById(L); 
if(!NS)obg.style.display='block' 
}

function hideLayer(L){ 
if(NS)dd.layers[L].display='hide'; 
else if (IE)obg=dd.all[L]; 
else obg=dd.getElementById(L); 
if(!NS)obg.style.display='none' 
}

function ButtonOn()
{
showLayer('Satisfaction')
}
function ButtonOff()
{
hideLayer('Satisfaction')
}
<!--END HIDDEN LAYER FOR THE SATISFACTION GUARANTEE-->
