border_width = 0;

W_contenu = width = document.body.clientWidth;


W_contenu1 = screen.width-550;


x = Math.max(0, ((document.body.clientWidth - W_contenu) / 2));
y = Math.max(0, ((document.body.clientHeight - H_contenu) / 2));



ns4 = (document.layers)? true:false
ns6 = (document.getElementById && !document.all);
if (navigator.appName != "Netscape")
{
if (!ns4)
{
	var w1 = (W_contenu-730)/2
	H_contenu =  document.body.clientHeight;
	var h1 = (H_contenu-255)
	document.write('<div id=blanco style="position: absolute;  width: 0; height: 0; border-style: solid; border-width: '+ border_width +'; border-color: #c0c0c0; visibility: hidden"></div>');
	document.write('<div onresize=cadre_ext_on_resize() id=cadre_ext style="position: absolute; left: '+ x +'; top: '+ y +';">');
	document.write('<div style=\'position: absolute: left: 0;top: 0\'><table valign=top border=0 cellspacing=0 cellpadding=0  width='+ W_contenu +' height='+H_contenu+'><tr><td valign=top width='+w1+' background=img/back_accueil1.gif style=\'background-repeat: no-repeat; background-position: right top\'></td><td align=center valign=top width=730>')

}



}


if (navigator.appName == "Netscape")
{
	W_contenu1 = (W_contenu-16) ;
	H_contenu = window.innerHeight;
	
	var h1 = (H_contenu-255)
	var w1 = (W_contenu1-730)/2

	document.write('<div id=blanco style="position: absolute;  width: 0; height: 0; border-style: solid; border-width: '+ border_width +'; border-color: #c0c0c0; visibility: hidden"></div>');
	document.write('<div onresize=cadre_ext_on_resize() id=cadre_ext style="position: absolute; left: '+ x +'; top: '+ y +';">');
	document.write('<table border=0 cellspacing=0 cellpadding=0  width='+ W_contenu1 +' height='+H_contenu+'><tr><td valign=top width='+w1+' background=img/back_accueil1.gif style=\'background-repeat: no-repeat; background-position: right top\'></td><td align=center valign=top width=730>')
	
}










function getPage(thePage,wt,ht){ 
if (navigator.appName == "Netscape") wt = 750 
if (navigator.appName != "Netscape") wt = 766
ht = 600 
leftPos = (screen.width-wt)/2 
topPos = (screen.height-ht)/2 
newWin1 = window.open(thePage,'_blank','toolbars=yes,resizable=no,scrollbars=yes,left='+leftPos+',top='+topPos+',width='+wt+',height='+ht) 
}