function MenuComponent(_1,_2,_3,_4,_5,_6,_7){var _8=this;var _9=_1;var _a=_2;var _b=_3;var _c=document.createElement("div");var _d=_6;_c.id=_4;_c.className="dynamicDivMenu";_c.style.width=_9+"px";_c.style.height=_a+"px";_c.style.backgroundImage="url("+_b+")";_c.innerHTML=_5;_c.style.zIndex=_d;_c.style.display="none";document.body.appendChild(_c);this.removeFromDocument=function(){document.body.removeChild(_c);_c=null;};this.setHTML=function(_e){if(_c!=null){_c.innerHTML=_e;}};this.show=function(){_c.style.display="block";};this.hide=function(){_c.style.display="none";};this.isVisible=function(){return (_c.style.display=="block");};this.getName=function(){return _c.id;};this.setPosition=function(_f,_10,_11,_12){var _13=new Object();var _14=5;var _15=12;if(_10!=undefined&&_11!=undefined&&_12!=undefined&&_7==null){_13.top=_f.y-(_a+_14)+"px";_13.left=_f.x-_15+"px";}else{_13.top=_f.y-(_14)+"px";_13.left=_7.style.left+_7.style.width+_15+"px";}
_c.style.left=_13.left;_c.style.top=_13.top;};};

