// Netscape Window Resize Bug
if(document.layers){origWidth=innerWidth;origHeight=innerHeight;onresize=function(){
if(innerWidth!=origWidth||innerHeight!=origHeight)location.reload()}}
