/************************************************
*	(c) nxStream 2004-2006 		*
*	arsenault.daniel@videotron.ca		*							        
*	http://www.nxstream.net:8081	*
************************************************/

function menuhigh(obj, classname, pointer){
	obj.className = classname;
	if(pointer == 'y'){
	 if(navigator.appName=='Microsoft Internet Explorer'){
    pointer = 'hand';
   }
   else{
    pointer = 'pointer';
   }
		obj.style.cursor = pointer;
	}
}

function currmenu(id){
	document.getElementById(id).className = 'currmenu';
	document.getElementById(id).setAttribute("onmouseover","");
	document.getElementById(id).setAttribute("onmouseout","");
	document.getElementById(id).setAttribute("onclick","");
}

if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.charAt(0)<4){
  browser_update()
}
else if(navigator.appName == "Netscape" && navigator.appVersion.charAt(0)<5){
  browser_update()
}
function browser_update(){
	question = confirm("The version of the browser you are using is very old,\nthis page may (and will probably) not display correctly\n\nWe strongly recommend you install the latest version before proceeding to our page.\n\nClick \"Ok\" to update your browser\nOr \"Cancel\" to ignore this warning")
	if (question){
		window.open("fr/browser_update.html", "_self")
	}
}

