//----
function onLoadEvent() {

	w = screen.width;
	h = screen.height;
	top.fre.location.href = 'null.php?w='+w+"&amp;h="+h;

}
