

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")



var iwinjw = null;
var screenW = screen.width
var screenH = screen.height
function openpicwin(filename,W,H){ 
   var mystring = "status=no,toolbar=no,location=no,scrollbars=no,resizable=no,menu=no,height=" + H + ",width=" + W;
   if (iwinjw){iwinjw.close();}
   iwinjw = window.open('','IWINJW', mystring);
   iwinjw.document.write('<html><head><title>© Photo and artwork Copyright October 2001 - 2012 Kolnex Three Rivers CA</title></head><body bgcolor="#ffffff" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">');
   iwinjw.document.write('<img src="'+filename+'">');
   iwinjw.document.write('</body></html>');
   iwinjw.moveTo(((.5*screenW)-(.5*W)),((.5*screenH)-(.5*H)));
   iwinjw.focus();
}



