function WindowOnResize() {
	// Reload the frame in Netscape to hide inadequate browser technology
	if (document.layers) {
		document.location = document.location;
	}
}

window.onresize = WindowOnResize; 
