
// =======================================
// No Right Click Script
// =======================================
if (window.Event) 
document.captureEvents(Event.MOUSEUP); 

function nocontextmenu() 
{ 
event.cancelBubble = true 
event.returnValue = false; 

return false; 
} 

function norightclick(e) 
{ 
if (window.Event) 
{ 
if (e.which == 2 || e.which == 3) 
return false; 
} 
else 
if (event.button == 2 || event.button == 3) 
{ 
event.cancelBubble = true 
event.returnValue = false; 
return false; 
} 

} 
// =======================================
// No Right Ckick
// =======================================
if (document.layers) { 
document.captureEvents(Event.MOUSEDOWN); 
} 
document.oncontextmenu = nocontextmenu; 
document.onmousedown = norightclick; 
document.onmouseup = norightclick; 

// =======================================
// Popup window Functions
// =======================================

function webmasteroffice() {
        window.open('http://www.webmasteroffice.com','web','toolbar=yes,location=no,directories=no,status=yes,menubar=yes,resizable=yes,copyhistory=no,scrollbars=yes,left=100, top=100, width=700,height=400');
}
function avmarketing() {
        window.open('http://www.accessventures.cc','avmark','toolbar=yes,location=no,directories=no,status=yes,menubar=yes,resizable=yes,copyhistory=no,scrollbars=yes,left=100, top=100, width=700,height=400');
}
function SAI_refer() {
        window.open('http://www.smartaccess.com/pu-refer-friend-sai.htm','refer','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,left=200, top=200, width=500,height=400');
}
function contactus() {
        window.open('http://www.smartaccess.com/frm-contact-us.asp','contact','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,left=25, top=25, width=950,height=600');
}
function adobe() {
        window.open('http://www.adobe.com/prodindex/acrobat/readstep.html','adobe','toolbar=yes,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=600,height=400, left=25,top=25,');
}
function accessconfig() {
        window.open('http://www.smartaccess.com/images/Crd_Acs.gif','acscnfg','toolbar=yes,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=800,height=500, left=25,top=25,');
}
function airportdsply() {
        window.open('http://www.smartaccess.com/images/Arpt_Dsply.jpg','airport','toolbar=yes,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=700,height=500, left=25,top=25,');
}
function airportconfig() {
        window.open('http://www.smartaccess.com/images/Crd_Acs_Arprts.gif','aircfg','toolbar=yes,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=800,height=500, left=25,top=25,');
}
function acm_iq() {
        window.open('http://www.smartaccess.com/images/acm-iq-collage.jpg','acm','toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=600,height=525, left=25,top=25,');
}