function fixIE(){
	if (navigator.userAgent.indexOf('MSIE')>0) {
		document.getElementById("left_top").style.width="289px";
	}
}

