
// ..................................................................

 var browser = new Browser();

 if (browser.ns && !browser.opera) 
	document.write("<style> div.contentArea { position:relative;z-index:3; } div.var_zindex { z-index:0; } </style>"); 
 else 
	document.write("<style> div.var_zindex { z-index:-1; } </style>"); 

 if (browser.opera) 
	document.write("<style> div.br_Right { position:relative;right:0px;width:45px;height:500px; } div.br_Right2 { width:45px;height:0px; }  div.br_Right3 { position:absolute;width:45px;height:500px;z-index:10;background:#F4F4F4; } </style>");
 else 
	document.write("<style> td.br_RightTr { position:relative; z-index:10; } div.br_Right { position:relative;width:45px;height:500px;z-index:2;background:#F4F4F4; } div.br_Right2 { width:45px;height:0px; } </style>");

// ..................................................................
