d=document;
function adjust() {
/*
	var leftBorderDiv=d.getElementById('leftBorder');
	var rightBorderDiv=d.getElementById('rightBorder');
	if(d.body.clientWidth>=790){
		leftBorderDiv.style.width="3px"
		rightBorderDiv.style.width="7px"
	} else if(d.body.clientWidth>=788){
		leftBorderDiv.style.width="2px"
		rightBorderDiv.style.width="6px"
	} else if(d.body.clientWidth>=786){
		leftBorderDiv.style.width="1px"
		rightBorderDiv.style.width="5px"
	} else if(d.body.clientWidth>=784){
		leftBorderDiv.style.width="1px"
		rightBorderDiv.style.width="3px"
	} else if(d.body.clientWidth>=782){
		leftBorderDiv.style.width="1px"
		rightBorderDiv.style.width="1px"
	} else {
		 leftBorderDiv.style.width="0px";
		 rightBorderDiv.style.width="0px";
	}
*/
}
MYie5=(d.all&&d.getElementById);
MYns6=(!d.all&&d.getElementById);
function ov(jn,en,xc,yc){
	MM_showMenu(window.eval(jn),xc,yc,null,en);
}
function ou(im){
	MM_startTimeout(im);
}
function spOver (pic, piclg, conPos) {
	pic.style.border='1px solid #0000d4';
	if (d.getElementById) {
		if (MYie5){
			d.getElementById(piclg).style.top=d.getElementById(conPos).offsetTop+4;
			d.getElementById(piclg).style.left=d.getElementById(conPos).offsetLeft-530;
		} else {
			d.getElementById(piclg).style.top=d.getElementById(conPos).offsetTop+0;
			d.getElementById(piclg).style.left=d.getElementById(conPos).offsetLeft-(pic.width+10);
		}
	}
}
function spOut (pic, piclg) {
	pic.style.border='1px solid #626e00';
	if (d.getElementById) {
		d.getElementById(piclg).style.left=-1000;
	}
}
//window.onresize=adjust;

