/*
function click(evt) {
if (navigator.appName.indexOf("Microsoft") != -1){
if (event.button==2) {
alert('    Copyright (c) 1999-2012\nMiniature Construction World\n       All Rights Reserved');
return false
};
};
if (navigator.appName.indexOf("Netscape") != -1) {
if ( evt.which == 3 ) {
alert('    Copyright (c) 1999-2012\nMiniature Construction World\n       All Rights Reserved');
return false
};
};
};
if (navigator.appName.indexOf("Netscape") != -1) {
document.captureEvents( Event.MOUSEDOWN )
};
document.onmousedown = click;
*/

document.write("<link rel='stylesheet' href='mcw.css'>")




