
//-------------------------beginning of don't right-click code
//-------------------------this will block all images all files

function right(e) {
  if (e && e.which && (e.which == 3 || e.which == 2)) return false;
  else if (window.event && (event.button == 2 || event.button == 3)) {
    alert('Sorry. Private copyright protected graphics. Do not take.');
    return false;
  }
  return true;
}
function nocontextmenu() {
   alert('Sorry. Private copyright protected graphics. Do not take.'); return false
}
document.onmousedown=right;
if (window.captureEvents) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
document.oncontextmenu = nocontextmenu;
document.onmousedown = right;
document.onmouseup = right;


//-------------------------end of don't right-click code

function lithographinfo(title,series,size, number, price,comments){
document.write('<center><B>&quot;');
document.write(title);
document.write('&quot;</B>'); 
document.write('<table width="75%" border="0"> '); 
document.write('<TR VALIGN="TOP"><TD><BR><B>LITHOGRAPHS:</B>  '); 
document.write('Limited edition lithographs created by photographer Debi DeNardi.<BR><BR>  '); 
if (comments)document.write(comments+"<br><br>");

if(series){
document.write(' &quot;');
document.write(title);
document.write('&quot; is the ');
document.write(series);
document.write(' in a series of limited edition prints. '); }


document.write('<ul><li>Published using only the finest 100% acid-free paper to ensure lasting beauty and satisfaction.');
document.write('<li>Image Size: '); 
document.write(size);
document.write('<li> ');
document.write(number); 
document.write(' Signed and  Numbered');
document.write('<li>Framing and matting available. Please inquire.</ul>');
document.write('<BR><b>Price: </b> ');

document.write(price);

document.write('&nbsp;&nbsp;&nbsp;Price includes US shipping.');
document.write('<BR><BR><DIV ALIGN="center"><i><b>To order, click <a href="order.html">here</a>.</b></i></DIV><BR>');
document.write('</table></CENTER>');
}
function bottomnav(){
document.write('<BR><DIV ALIGN="center"><CENTER>');
document.write('<table  border="0" cellspacing=1 cellpadding=1>');
document.write('<tr valign="top">');
document.write('<td  class="navfoot">[&nbsp;<a href="index.html">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="ourdogs.html">Our Dogs</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="history.html">History</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="about.html">About Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="artwork.html">Photography by Debi DeNardi</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="specialdogs.html">Special Dogs</a>&nbsp;&nbsp;|&nbsp;&nbsp;<A HREF="contact.html">Contact</A>&nbsp;]');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write(msg1);

document.write('<A href="http://www.iwebtown.com"><IMG src="images/logo2.gif" border="0" alt="iWebTown - Web Design with a neat, clean, professional look and design consistency." width="112" height="62"></A></P>');

document.write('</CENTER></DIV>');
}


function pagetitle(pagetitle1,pagetitle2){
document.write('<BR>');
document.write('<center><TABLE WIDTH="90%" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER"  border=0>');
document.write('<TR valign="middle"><TD><IMG SRC="images/SherwoodLogo5.gif" WIDTH=236 HEIGHT=80 BORDER=0 ALT=""></TD><TD CLASS="pagetitlegreen">');
document.write(pagetitle1);
document.write('<BR><I>');
document.write(pagetitle2);
document.write('</I></TD></TR>');
document.write('</TABLE></center><BR>');
}



var msg1 = "<BR><CENTER><TABLE WIDTH='95%' border=1><TR><TD align='center'><FONT SIZE=-1><B>Important Notice about Copyright Protection.</B></FONT></TD></TR><TR><TD><FONT SIZE=-2>The federal copyright laws provide protection to photographers as authors of &quot;original work.&quot; The <B>COPYRIGHT ACT OF 1976</B> gives photographers the exclusive right to reproduce photographs of their authorship and includes the right to control making of copies.<BR><BR>It is **<B>ILLEGAL</B>** for anyone to copy or reproduce such photographs without the permission of and compensation to the photographer, and violators of this federal law are subject to its civil and criminal penalties.<BR><BR>For mutual protection, please note that all reproduction rights must be in the form of a written agreement duly signed by the photographer.  No exceptions.<BR><BR>Even the act of photocopying a copyrighted image without permission can be an infringement.<BR><BR><B>Photography by Debi DeNardi</B> owned by professional photographer <B>Debi Denardi</B> will prosecute those people who feel the need to think they are above federal law.</FONT></TD></TR></TABLE></CENTER>";

function cantclickit() {
//-- alert ("Private graphics.  Don't not take.");
}

function healthcert(birthdate, OFAhips, CERF, heart, thyroid,OFAelbows ) {
document.write('<BR>');
document.write('<DIV ALIGN="center"><CENTER><TABLE><TR><TD align="center"><P class="solidborder"><TABLE><TR><TD COLSPAN="5" CLASS="healthtitle" align="center">Health Certificates</TD></TR>');
if(birthdate != ""){
document.write('<TR><TD COLSPAN="5" align="center">'); 
document.write("Birthdate: " + birthdate);
document.write("</TD></TR>");
}

document.write('<TR><TD>');
document.write('<A HREF="http://www.offa.org/" TITLE="Orthopedic Foundation for Animals - Hip Dysplasia">OFA</A> </TD>' );
document.write('<TD CLASS="healthcert">'  + OFAhips +'</TD>');
document.write('<TD WIDTH="30">&nbsp;</TD>');

document.write('<TD width=70><A HREF="http://www.vet.purdue.edu/~yshen/cerf.html" TITLE="Canine Eye Registration Foundation">CERF</A>: </TD>');
document.write('<TD CLASS="healthcert">' + CERF + '</TD></TR>');

document.write('<TR><TD><A HREF="http://www.offa.org/ofacard.html" TITLE="OFA - Congenital Heart Registry ">Heart</A> </TD>');
document.write('<TD CLASS="healthcert">' + heart + '</TD>');
document.write('<TD WIDTH="30">&nbsp;</TD>');

document.write('<TD><A HREF="http://www.offa.org/ofathy.html" TITLE="OFA - Thyroid Database">Thyroid</A> </TD>');
document.write('<TD CLASS="healthcert">' + thyroid + '</TD></TR>');

if(OFAelbows != ""){
document.write('<TR><TD ><A HREF="http://www.offa.org/ofaed.html" TITLE="OFA - Elbow Dysplasia">Elbows</A> </TD>');
document.write('<TD CLASS="healthcert">' + OFAelbows + '</TD>');
document.write('<TD WIDTH="30">&nbsp;</TD>');
document.write('<TD>&nbsp;</TD>');
document.write('<TD>&nbsp;</TD></TR>');
}

document.write('</TABLE></P></TD></TR></TABLE></CENTER></DIV><BR>');


}