鸿鹰新闻中心
 
 
 
   
   
   
   
   
   
   
   
   
 
ent handlers used by both Navigator and IE (called by onLoad) function init() { if (isNav) { setNavEventCapture() } // assign functions to each of the events (works for both Navigator and IE) document.onmousedown = engage document.onmousemove = dragIt document.onmouseup = release }