<!--//   NS4 = document.layers;   if (NS4) {      origWidth = innerWidth;      origHeight = innerHeight;   }function reDo() {   if (innerWidth != origWidth || innerHeight != origHeight)       location.reload();}if (NS4) onresize = reDo;function makeIt (num,exception) { 	 		var browser = navigator.appName;			 var version = parseInt(navigator.appVersion);			 var width;			 if (browser == "Netscape" && version >= '4') {			 	width = window.innerWidth;			 	if (num == 'total') {		 			space = "<img src='images/spacer.gif' width='" + width +"' height='1'  border='0'  alt='  ' />"; 		 			return space;		 		} else if (width <= num) {  		 			space = '&nbsp;';		 		} else {		 					 			width = width - num; 		 			space = "<img src='images/spacer.gif' width='" + width +"' height='1'  border='0'  alt='  ' />"; 		 		}			 } else if (browser != "Netscape" && num == 'total') {		 		space = '';			 } else if (browser !="Netscape" && exception == "IE") {				space = '';		 				 } else {			 	space = '&nbsp;';			 }			 return space;		}		// -->