// EXTERNAL JAVASCRIPT RESOURCE FILE FOR SIEMANET WEBSITE

// Disable right-click
if (navigator.appName.indexOf("Netscape")!=-1) {document.captureEvents(Event.MOUSEDOWN)};
document.onmousedown = click;


// GENERAL FUNCTIONS


function click(evt) {if (navigator.appName.indexOf("Microsoft")!=-1) {if (event.button==2 || event.button==1+2 || event.button==2+1) {alert('© Copyright: Siemanet.com'); return false}}; if (navigator.appName.indexOf("Netscape")!=-1) {if (evt.which==3) {alert('© Copyright: Siemanet.com'); return false}}}

