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();}function show(object){   if (document.getElementById)       var objectStyle=document.getElementById(object).style;	else alert("marche paaas!");   objectStyle.visibility = 'visible';   objectStyle.zIndex = 100;    }function hide(object){   if (document.getElementById)       document.getElementById(object).style.visibility = 'hidden';	else alert("marche paaas!");}function resize(x, y){	window.resizeTo(x, y);	var lgr = screen.availWidth();	var htr = screen.availHeight();		var midlgr = (lgr-x)/2;	var midhtr = (htr-y)/2;		window.moveTo(midlgr, midhtr);}function ouvre(url){     OpenWin = this.open(url, '_blank', 'toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=770, height=600,left=10, top=10');}function ouvreDialogRS(url){     OpenWin = this.open(url, '_blank', 'toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, menuBar=0, width=770, height=600,left=10, top=10');}function ouvreSite(url){     OpenWin = this.open(url, '_blank');}function ferme(){	this.close();}
