// *****************************************************************
// Iframe védelem
// *****************************************************************
try{
    if (top!=window)
    {
        top.location.replace(location.href);
    }
}
catch(ignore)
{
}
// *****************************************************************

if($(window).width()>0) document.cookie='np_szelesseg='+$(window).width();
	else document.cookie='np_szelesseg='+screen.width;
