function _d(e){ return false; }
function _e(){ return true; }
document.onselectstart=new Function ("return false"); //IE4+ 
if (window.sidebar){ //NS6 
document.onmousedown=_d; 
document.onclick=_e; 
}
