
function doNetDetect() {
saOC.NETDetectNextNavigate();
location.reload();
}
function click() {
if (event.button==2) {
alert('Sorry, but the right click has been disabled.');
}
}
document.onmousedown=click
function popupdr(id) {
window.open(id,'PopUpDR','scrollbars=yes, toolbar=no,location=no,directories=no,status=no,width=340,height=300')
}





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