﻿function _dmie(a){var b=0,c=0;if(b_IE||b_OP){b=a.clientX+(b_IEComp?docElement.scrollLeft:0);c=a.clientY+(b_IEComp?docElement.scrollTop:0)}else{b=a.pageX;c=a.pageY}return [b,c]}function dm_popup(mInd,smInd,hidePause,event,x,y){if(b_IE)event.returnValue=false;var menu=dm_menu[mInd],smVar=menu.m[smInd],xy=x&&y?[x,y]:_dmie(event);if(smVar){var obj=_dmni(smVar);menu.m[0].shownChildID=smVar.id;_dmzh(smVar.id);var docSize=_dmcs(menu),smSize=_dmos(_dmoi(smVar.id+"tbl"));with(smVar.smStyle)var w=(smW?parseInt(smW):smSize[2])+smVar.shadowLen,h=(smH?parseInt(smH):smSize[3])+smVar.shadowLen;xy[0]=_dmO1(docSize[0],docSize[2],xy[0],0,w,1,1).xy;xy[1]=_dmO1(docSize[1],docSize[3],xy[1],0,h,1,0).xy;with(obj.style){left=xy[0]+"px";top=xy[1]+"px"}_dmfa(obj);if(hidePause>0)smVar.hideTimer=setTimeout("_dmmh('"+menu.m[0].shownChildID+"');window.status='';",hidePause)}return false}function dm_popup_close(d,c){var b=dm_menu[d],a=b.m[c];if(a){var e=_dmni(a);e.style.visibility="hidden";_dmmh(b.m[0].shownChildID);window.status=""}}