ie4=false;nn4=false;nn6=false;
if(document.all) ie4=true;
if(document.layers)	nn4=true;
if(document.getElementById&&!ie4) nn6=true;
if (window!= top) top.location.href=location.href;

function handleResize() {
   if (((initWidth != window.innerWidth) || (initHeight !=window.innerHeight)) && (typeof disableReload == "undefined")) {
     location.reload();
   }
   return false;
}

function do_subs()
{
d=document;
if (d.subsform.email.value!='') return true; else
{
alert ('Enter your E-mail');
d.subsform.email.focus();
return false;
}
}

function do_search()
{
d=document;
if (d.searchform.q.value.length>2) return true; else
{
alert ('At least 3 letters in the search line!');
d.searchform.q.focus();
return false;
}
}

