function disableText(e){ return false } function reEnable(){ return true } //For browser IE4+ document.onselectstart = new Function ("return false") //For browser NS6 if (window.sidebar){ document.onmousdown = disableText document.onclick = reEnable } var msgpopup="©2011. Homeodent"; function pmb(){ if(alertVis == "1") alert(message); if(closeWin == "1") self.close(); return false; } function IE() { if (event.button == "2" || event.button == "3"){pmb();} } function NS(e) { if (document.layers || (document.getElementById && !document.all)){ if (e.which == "2" || e.which == "3"){ pmb();} } } document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("alert(msgpopup);return false")