function noselect(e){
return false;}
function funou(){
return true;}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=noselect
document.onclick=funou;}

