//intellectual property right click notice
var message="Intellectual Property\r\n\r\nAll materials including, but not limited to, content, images, photographs, data and intellectual property on this site is protected by digital watermark technology and is property of John D. Photography/JDesq. The copying or duplicating of any item on this web site including, but not limited to, images or data is strictly prohibited and violators will be pursued and prosecuted to the full extent of state, federal and international law including, but not limited to, the Digital Millennium Copyright Act.\r\n\r\nJDesq grants you a limited license to access and make personal use of this site. Such license does not permit you to download or modify this web site or its consents, or any portion of this web site or its content, except with express written consent of John D. Photography. This license does not include any resale or commercial use of this site or its contents; any collection and use of any product listings, descriptions, or prices; any derivative use of this site or its contents; any downloading or copying of account information for the benefit of another merchant; or any use of data mining, robots, or similar data gathering and extraction tools. This site or any portion of this site may not be reproduced, duplicated, copied, sold, resold, visited, or otherwise exploited for any commercial purpose without express written consent of John D. Photography. You may not frame or utilize framing techniques to enclose any trademark, logo, or other proprietary information (including images, text, page layout, or form) of John D. Photography and our affiliates without express written consent. Any unauthorized use terminates the permission or license granted by John D. Photography/JDesq - Driebergen-R the Netherlands. ";

///////////////////////////////////
function clickIE4(){if (event.button==2){alert(message);return false;}}
function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(message);return false;}}}
if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS4;}
else if (document.all&&!document.getElementById){document.onmousedown=clickIE4;}
document.oncontextmenu=new Function("alert(message);return false")
// end