<!--
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function noselectstart() {
  

  return false;
} 

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.onselectstart = noselectstart;
// -->