function meret() 
{
if (document.body.clientWidth < 586 && document.body.clientWidth > 574 ) { window.top.resizeBy(0,0); }
else if (navigator.appName == "Netscape") { window.top.resizeBy(0,0); }
else { location.href = "http://www.mogyoro.hu/error/error_403.htm" ; }
}
meret();