


 document.onmousewheel=function() 
   { 
    if(event.ctrlKey||event.shiftKey) 
    event.returnValue=false; 
   }    


