var toggleModalLogin=function(d,m){try{if(MooTools.version!=""){}else{return}}catch(g){return}if($("modallogin")){try{$("modallogin").remove();$("modallogin_inner").remove();$("modallogin_iframe").remove()}catch(j){}return false}var m=$merge({modal_login_src:"/modal_login?nhf=1",zIndex:10000000,opacity:0.8,width:10,height:10,widthCorrection:0,heightCorrenction:0,windowWidth:window.getScrollWidth(),windowHeight:window.getScrollHeight(),events:function(){}},m);if(!$type(d)&&!$("modallogin")){return false}new Element("div",{id:"modallogin",styles:{position:"absolute",top:0,left:0,width:m.windowWidth,height:m.windowHeight,background:d,"z-index":m.zIndex,opacity:m.opacity},events:m.events}).inject(document.body);var h="absolute";if(window.ie7||window.gecko||window.webkit||window.webkit420||window.opera){h="fixed"}var f=new Element("div",{id:"modallogin_inner",styles:{position:h,left:(50-m.width/window.getWidth()*100/2)+"%",top:(50-m.height/window.getHeight()*100/2)+"%","z-index":m.zIndex+2}});f.setStyle("background","#ffffff url(/skin/common/gfx/loading.gif) no-repeat scroll center center");var l=new Element("div");l.className="modal_login_header";l.appendChild(document.createTextNode(" "));l.setStyle("font-weight","bold");l.setStyle("overflow","hidden");l.setStyle("background-color","#fff");var b=new Element("a");b.setStyle("margin-left","320px");b.setStyle("font-weight","bold");b.appendChild(document.createTextNode("Bezárás "));b.setAttribute("href","");b.onclick=function(){new Fx.Style($("modallogin"),"opacity",{duration:500,wait:false}).start(0);(function(){toggleModalLogin()}).delay(500);return false};var c=new Element("img");c.setAttribute("src","/gfx/admin/torol.gif");c.setAttribute("alt","");b.appendChild(c);l.appendChild(b);var k=new Element("div");k.className="modal_login_class";var i=new Element("iframe",{id:"logloglog",src:m.modal_login_src,frameborder:"no",scrolling:"no",styles:{width:m.width+"px",height:m.height+"px",border:"none","z-index":m.zIndex+999}});k.appendChild(i);f.appendChild(k);f.appendChild(l);f.inject(document.body);var a=new Element("iframe",{id:"modallogin_iframe",src:"about:blank",styles:{width:m.width+m.widthCorrection+"px",height:"20px",position:h,left:(50-m.width/window.getWidth()*100/2)+"%",top:(50-m.height/window.getHeight()*100/2)+"%",border:"none","margin-top":"600px","z-index":m.zIndex+1}});a.inject(document.body)};
