function fixBrowser(){
	IE = ((document.all)&&(navigator.appVersion.indexOf("MSIE")!=-1)) ? true : false;
	if(IE)
	{
		document.getElementById("top_menu").style.width = "632px";
	}
}
