/*
==================================================================
EATON alja.js -- Schwetz 2009
================================================================== */

function alsosor() {
       if(typeof(loc)=="undefined"||loc==""){
         var loc="";
         if(document.body&&document.body.innerHTML){
           var tt=document.body.innerHTML.toLowerCase();
           var last=tt.indexOf("alja.js\"");
           if(last>0){
             var first=tt.lastIndexOf("\"",last);
             if(first>0&&first<last)loc=document.body.innerHTML.substr(first+1,last-first-1);
           }
         }
       }
sz1='<TABLE height="30 " cellSpacing=0 cellPadding=0 width=770 bgColor="#ffffff" border=0>';
sz2='       <TR><TD align="left"><P class="copyright"><A HREF="'+loc+'reg/disc.html">Adatvédelmi nyilatkozat</A></P>&nbsp;</TD>';
sz3='           <TD valign="center"><P class="copyright">&nbsp;</P></TD>';
sz4='           <TD align="right"><p class="copyright">Copyright &reg;2009 Eaton Magarország.<BR>All rights reserved.</p></TD>';
sz5='</TR></TABLE>';

document.write (sz1+sz2+sz3+sz4+sz5);

}
