function resizeWindow(w) {
	if ((is.ns && (winW!=window.innerWidth || winH!=window.innerHeight))){
	history.go(0)
	}
	else{
	setContentWidth(w)
	date.style.left = contentLeft+15;
	header.style.width = winW;
	content.style.width = winW; 
	copyright.style.width = winW;
	nav1nor.style.left = contentLeft+15;
	nav1ovr.style.left = contentLeft+15;
	nav2nor.style.left = contentLeft+157;
	nav2ovr.style.left = contentLeft+157;
	nav3nor.style.left = contentLeft+299;
	nav3ovr.style.left = contentLeft+299;
	nav4nor.style.left = contentLeft+441;
	nav4ovr.style.left = contentLeft+441;
	nav5nor.style.left = contentLeft+583;
	nav5ovr.style.left = contentLeft+583;
	navcloser.style.left = contentLeft-15;
	}

}