// JavaScript Document
window.onresize= resize;
function resize(){
	if (document.layers){
		location.reload();
	}
}
	