
function selection_text(e)
   {return false;}

function ok_selection_text()
   {return true;}

document.onselectstart=new Function ("return false");

if (window.sidebar)
   {
   document.onmousedown=selection_text;
   document.onclick=ok_selection_text;
   }