function overload(){
window.status=" "}
function warn(evnt){
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {
if (evnt.which >= 2){
alert("www.europeanmakers.nl");
document.onmouseup=overload
return false;}} else {
if (event.button != 1){
alert("europeanmakers.nl");
document.onmouseup=overload
return false;}}}
document.onmousedown=warn;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=warn;
function checkbr(){
var agt=navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion);
var is_IE4down = ((agt.indexOf("msie") != -1) && (is_major <= 4) && (agt.indexOf("msie 5.0")==-1));
var is_Mac = (agt.indexOf("mac")!=-1);
var is_NN3down = ((agt.indexOf('mozilla')!=-1) && (is_major < 4));
var noPrint = (is_IE4down || is_Mac | is_NN3down);
if (noPrint) {} else {dblclick();}}
function dblclick(){self.focus(); alert("www.europeanmakers.nl");}
