<!--
if(document.layers) { // NETSCAPE 4.x
	oW=innerWidth;
	oH=innerHeight;
	if(oW<706) { Menu1W=500; mainW=514; } else { Menu1W=oW-206; mainW=oW-192;}
	mainH=oH-195;
	spacerMenu1 = "<img src='images/spacer.gif' width='"+Menu1W+"' height='1'>";
	spacerMenu2 = "<img src='images/pixel_gris.gif' width='45' height='1'>";
	spacerMain = "<img src='images/spacer.gif' width='"+mainW+"' height='1'>";
	tdH = "<td><img src='images/spacer.gif' width='1' height='"+mainH+"'></td>";
} else { // IE 5 et + ou NETSCAPE 6 et + ou IE 4
	spacerMenu1 = "<img src='images/spacer.gif' width='1' height='1'>";
	spacerMenu2 = "<img src='images/pixel_gris.gif' width='29' height='1'>";
	spacerMain = "<img src='images/spacer.gif' width='530' height='1'>";
	tdH = "<td height='100%'>&nbsp;</td>";
}
//-->

