function reEnable(){ return true }if (typeof document.onselectstart!="undefined") document.onselectstart=new Function ("return false") else{ document.οnmοusedοwn=disableselect document.οnmοuseup=reEnable }