if (parseInt(navigator.appVersion)>3) {
	if (navigator.appName=="Netscape") {
		winW = window.innerWidth;
	}
	if (navigator.appName.indexOf("Microsoft")!=-1) {
		winW = document.body.offsetWidth;
	}
}

if (winW > "1137") {
	document.write("<TABLE HEIGHT=\"100\%\" BORDER=0 CELLSPACING=0 width=\"1137\">")
}
	else { document.write("<TABLE HEIGHT=\"100\%\" BORDER=0 CELLSPACING=0 width=\"100\%\">")
}