// JavaScript Document

function onLoadMe(){
	var browserName=navigator.appName; 
	if (browserName != "Microsoft Internet Explorer")	{ 
		 document.getElementById("idshow").height = "593px";
	}
}

