<!--

	function browser_size(){

		if(windowheight > 0){
			windowheight -= 137; // minus the header, footer, et al
		}
	}
//-->