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







<!-- 
nava = navigator.appName.substring(0,3);
vere = navigator.appVersion.substring(0,1);
NavCon = 0;
function Redirige()
	{
	if(document.all)/*IE 4 et plus*/
		{
		NavCon = 1;
		} 
	if (document.getElementById && !document.all)/*NN 6 et plus*/
		{
		NavCon = 1;
		}
	if (nava == "Mic" && vere <=3)/*IE 3 et -*/
		{
		toto = window.open('','maj','widht=800,height=200');
		toto.location='http://www.pifinances.com/maj.htm';
		NavCon = 1;
		}
	if (nava == "Net" && vere <=3)/*NN 3 et moins*/
		{
		toto = window.open('','maj','widht=800,height=200');
		toto.location='http://www.pifinances.com/maj.htm';
		NavCon = 1;
		}
	if (document.layers)/*nn4*/
		{
		NavCon = 1;
		}
	if (NavCon !=1)/*autres*/
		{
		toto = window.open('','maj','widht=500,height=500');
		toto.location='http://www.pifinances.com/maj.htm';
		}
}
Redirige();

//-->



<!--

nav = navigator.appName.substring(0,3);
ver = navigator.appVersion.substring(0,1)
function addFav()
	{
	if (nav == "Mic" && ver >= 4)
		{
		url_site="http://www.pifinances.com";
		titre_site = "PI Finances";
		document.write('<A class ="menu" HREF="#" onClick="window.external.AddFavorite(url_site, titre_site);return(false);">&gt; Mettre en favori</A><BR>')
		}
	else
		{
		document.write('<a class="menu">&gt; Faites CTRL+D<br>&nbsp;&nbsp;&nbsp;&nbsp;pour mettre en favori</a>')
		}
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}


