function screenresolution(){


browserName=navigator.appName;
browserVer=parseInt(navigator.appVersion);
if ((browserVer >= 4 & browserName == "Netscape") | (browserVer >= 4 & browserName == "Microsoft Internet Explorer"))
version="4";
else
version="3";
if (version=="4") {
width = screen.width;
height = screen.height;

}

if(width > 1024){
        check();
}


}

function check(){
var pageWidth = document.getElementById('tableBody').offsetWidth;

if(pageWidth > 1024){
                document.getElementById('tableBody').style.width = "1003px";
                
}

}
		function submitDownloadManagerForm(indexId)
	{
				
		document.forms[indexId].submit();

	}

	function setWidths() {
	var tabWidth = document.getElementById("myDivID").width;
}

function SymError()
{
  return true;
}

