//----- Netscape 4 loses CSS styles if the browser window is resized -----	if (document.layers){onresize=reloadPage;origWidth = innerWidth;origHeight = innerHeight}	function reloadPage(){if((innerWidth!=origWidth)||(innerHeight!=origHeight)){location.reload()}}
