(function(){function getRealPos(a){var x=0,y=0,w,h;var b=a;w=b.offsetWidth;h=b.offsetHeight;do{x+=b.offsetLeft||0;y+=b.offsetTop||0;b=b.offsetParent}while(b);return[x,y,w,h]};var f={x:function(){return GbEvent.getEvt().pageX||GbEvent.getEvt().clientX+(document.documentElement.scrollLeft||document.body.scrollLeft)},y:function(){return GbEvent.getEvt().pageY||GbEvent.getEvt().clientY+(document.documentElement.scrollTop||document.body.scrollTop)},isIn:function(o){var a=getRealPos(o);var b=a[0];var c=a[1];var d=a[0]+a[2];var e=a[1]+a[3];if(f.x()>=b&&f.x()<=d&&f.y()>=c&&f.y()<=e){return true}return false}};var g=Gb$("popMenu");var i=Gb$("bdBtn");var j=10;var k=10;var l=-210;var m=28;var n,p;Gb$('bdrLeft').style.height=Gb$('bdrRight').style.height=Gb$('popBody').style.height=Gb$('popCnt').offsetHeight+'px';i.onmouseover=function(){clearInterval(p);clearInterval(n);function fn(){var a=parseInt(g.style.top);if(a<=m){g.style.top=(a+k)+"px"}else{clearInterval(n)}}n=setInterval(fn,j);g.style.display='block';document.onmousemove=function(){if(!f.isIn(g)&&!f.isIn(i)){clearInterval(n);function fn2(){if(parseInt(g.style.top)>=l){g.style.top=(parseInt(g.style.top)-k)+"px"}else{clearInterval(p)}}p=setInterval(fn2,j);document.onmousemove=null}}}})();
