<!--
var today = new Date();
var TZ = -today.getTimezoneOffset()/60;
var screenH = (screen.height) ? screen.height : "NS" ;
var screenW = (screen.width) ? screen.width : "NS" ;
var screenCD = (screen.colorDepth) ? screen.colorDepth : "NS" ;

	 if(navigator.userAgent.indexOf("Firefox")!=-1){
		winW = screen.Width;
	 } 
	 if (navigator.appName=="Netscape") {
		winW = window.innerWidth;
	 }
	 if (navigator.appName.indexOf("Microsoft")!=-1) {
		winW = screen.Width;
	 }
//FORUMS TOPIC TABLE COLUMNS
if (winW > 1050) {var TWidth = 1000; }
else {var TWidth = winW - 50;}
if (TWidth < 650) {var TWidth = 650; }







