<!--Enlarge photo code -->

<!--
function popup(image,width,height) 
{ 
window.open(image,'popup','width='+width+',height='+height+''); 
}
	
<!-- Stop photo theft code -->
  function click() {
    if (event.button==2) {
      alert('Security Specifications Prohibit The Unauthorized Download of Copyrighted Material');
  }
}
document.onmousedown=click
