// JavaScript Document
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);

function positionner_menu() {
	if (document.layers) {
		document.menu.left=0;
		document.menu.top=0;
		setTimeout('positionner_menu()',100);
		}

	else if (document.all) {
	document.all("menu").style.left=0;
	document.all("menu").style.top=0;
	setTimeout('positionner_menu()',100);
		}
	}
	
	function verif()

{

	document.calque.top=pageYOffset;

	document.calque.left=0;

	setTimeout('verif()',1000)

}

function replacer()
{
	navig=navigator.appName
	if (navig=='Netscape')
	{
		verif();
	}
	else
	{
		calque.style.top = document.body.scrollTop;
		calque.style.left = 0;
	}
}

