DOM = (document.getElementById) ? true : false;

NS4 = (document.layers) ? true : false;

IE = (document.all) ? true : false;

IE4 = IE && !DOM;

Mac = (navigator.appVersion.indexOf("Mac") != -1);

IE4M = IE4 && Mac;

Opera = (navigator.userAgent.indexOf("Opera")!=-1);

Konqueror = (navigator.userAgent.indexOf("Konqueror")!=-1);



BrowserString = NS4 ? "NS" : DOM ? "DOM" : "IE";



document.write("<SCR" + "IPT LANGUAGE='JavaScript1.2' SRC='datas/script"+ BrowserString +".js' TYPE='text/javascript'><\/SCR" + "IPT>");





function changeclass(objet, myClass)

{

  objet.className = myClass;

}



function goTo(adr)

{

	document.location=adr;

}



time = 2000;

timerID = 2000;

polop = 1;



function hide(what)

{

	polop = 1;

	timerID = setTimeout("hidel()",time);

}