<!--
// JavaScript Document
var shtm
if(screen.width>800){
	document.all.bTable.width="846";
	document.all.hdFlash.width="643";
	shtm="<div id=\"adv1\" style=\"position:absolute; left:850px; top:35px; width:140px; height:300px; z-index:1; background-color: #00FFFF; layer-background-color: #00FFFF; border: 1px solid #FFFFFF;\"><img src=\"../images/adv3.gif\" width=\"140\" height=\"300\"></div>";
	shtm+="<div id=\"adv2\" style=\"position:absolute; left:850px; top:340px; width:140px; height:300px; z-index:2; background-color: #00FFFF; layer-background-color: #00FFFF; border: 1px solid #FFFFFF;\"><img src=\"../images/adv2.gif\" width=\"140\" height=\"300\"></div>";
	document.write(shtm);
}
else{
	document.all.bTable.width="100%";
}
//-->