var V123456 = 0; var V234567 = 0; var V345678 = 0; var V456789 = 0; var V567890 = 0; var V678901 = 0; var V789012 = 0; var V890123 = 0; var V901234 = 0; var V012345 = null; function falsefunc() { return false; } function init() { document.onmousemove = F456789; F456789();} function F123456(e) { if (!e) e = window.event; if (e) {  if (e.pageX || e.pageY) { V123456 = e.pageX; V234567 = e.pageY; V901234 = '[e.pageX]'; if (e.clientX || e.clientY) V901234 += ' [e.clientX] ' } else if (e.clientX || e.clientY) { V123456 = e.clientX + document.body.scrollLeft; V234567 = e.clientY + document.body.scrollTop; V901234 = '[e.clientX]'; if (e.pageX || e.pageY) V901234 += ' [e.pageX] ' }  }} function F456789(e) { F123456(e);} function grab(context) { document.onmousedown = falsefunc; V012345 = context; V012345.style.zIndex = 10; document.onmousemove = F234567; document.onmouseup = F345678; V345678 = V123456; V456789 = V234567; V789012 = V567890 = V012345.offsetLeft; V890123 = V678901 = V012345.offsetTop; F456789();} function F234567(e) { if (V012345) { V789012 = V567890 + (V123456-V345678); V890123 = V678901 + (V234567-V456789); V012345.style.position = "absolute"; V012345.style.left = (V789012).toString(10) + 'px'; V012345.style.top = (V890123).toString(10) + 'px'; } F456789(e); return false;} function F345678() { if (V012345) { V012345.style.zIndex = 0; V012345 = null; } F456789(); document.onmousemove = F456789; document.onmouseup = null; document.onmousedown = null;}
