var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");

function ShowMax(ur){html='<HTML><HEAD><TITLE>Catherine & Franck | 31 août 2002 | Orange</TITLE></HEAD><BODY LEFTMARGIN=3 MARGINWIDTH=3 TOPMARGIN=10 MARGINHEIGHT=3><CENTER><table border=0><tr><td align=center><IMG SRC="'+ur+'" BORDER=0 NAME="MonImage" onLoad="{neww = MonImage.width+50;newh=MonImage.height+50;window.resizeTo(neww,newh);}"></td></tr></table></BODY></HTML>';pupI=window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');pupI.document.open();pupI.document.write(html);pupI.document.close();}

function maxxcount(yr,m,d) {
 var today=new Date();
 var todayy=today.getYear();
 if ((navigator.appName == "Microsoft Internet Explorer") && (todayy < 2000))		
  todayy="19" + todayy;
 if (navigator.appName == "Netscape")
  todayy=1900 + todayy;
 var todaym=today.getMonth();
 var todayd=today.getDate();
 var todaystring=montharray[todaym]+" "+todayd+", "+todayy;
 var paststring=montharray[m-1]+" "+d+", "+yr;
 var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*(-1));
 if (difference<0) difference=0-difference;
 document.write(difference);
}

function showPopup(page, haut, larg)
{
  var lien0 = '';
  var  ma_fenetre = null;

	lien0 = 'circuit' + page + '.htm';
    ma_fenetre = window.open("","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + haut + ",height=" + larg);

        if (ma_fenetre != null) 
        {
                if (ma_fenetre.opener == null) 
                {
                        ma_fenetre.opener = self;
                }
                ma_fenetre.location.href = lien0;
				ma_fenetre.focus();
        }

}
