
//-------------------------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

// 
//<!-- PEDIGREE TEMPLATE-->  
//<SCRIPT TYPE="" LANGUAGE="JavaScript">pedigree(
//	"", <!-- thisdog -->
//	"", <!--sire-->
//	"", <!-- sires_sire -->
//	"", <!-- sires_mom -->
//	"", <!-- dams_sire -->
//	""  <!-- dams dam -->
//);</SCRIPT>

function send_e_mail_to_me(subject){
document.write('Please <A HREF="mailto:trac@sherwoodgoldens.com');
if(subject){
	document.write('?subject='+subject+'"');
}

document.write('">E-mail</A> us with any questions, comments, or opinions.');
}

function pedigree(thisdog,sire,dam,sires_sire,sires_dam,dams_sire,dams_dam){
 
document.write('<p CLASS="pedigreelabel">PEDIGREE</p>');
  document.write('<table border="1">');
    document.write('<tr> ');
      document.write('<td rowspan="4" class="pedigreetable"><b>'+thisdog+'</b></td>');
      document.write('<td rowspan="2" class="pedigreetable"> <b>'+sire+'</b></td>');
	  if(sires_sire){
		document.write('<td class="pedigreetable"><b>'+sires_sire+'</td>');}
    document.write('</tr>');
    document.write('<tr> ');
     if(sires_sire){
		 document.write('<td class="pedigreetable"><b>'+sires_dam+'</td>');}
    document.write('</tr>');
    document.write('<tr> ');
      document.write('<td rowspan="2" class="pedigreetable"><b>'+dam+'</b></td>');
       if(sires_sire){
		   document.write('<td class="pedigreetable"><b>'+dams_sire+'</b></td>');}
    document.write('</tr>');
    document.write('<tr> ');
      if(dams_sire){ 
		  document.write('<td class="pedigreetable"><B>'+dams_dam+'</B></td>');}
    document.write('</tr>');
  document.write('</table>');
}
function topofpage(pagename){
document.write('<A HREF="');
document.write(pagename);
document.write('#topofpage" CLASS="topofpage">Go to Top of Page</A>');

}
function buttonleft(title,htmlfile,imgname,alt){
document.write('<TR valign="top"><TD class=navleft align="center">');
document.write('<A HREF="'+htmlfile+'" class="a.yellowlink" title="'+alt+'">');
document.write(title);
document.write("<BR>&nbsp;&nbsp;&nbsp;");
document.write('<IMG SRC="images/'+imgname+'" WIDTH=100 HEIGHT=100 BORDER=0 ALT="'+alt+'">');
document.write("</A><BR>");
document.write('</TD></tr>');
}

function navleft(){
document.write('<TABLE WIDTH="100%" border=0 bordercolor=black bgcolor="#386364" cellpadding=0 cellspacing=0>');

document.write('<tr valign="top">');
// first column is black only. last column is in bottomnav
document.write('<td width=10% bgcolor="black">&nbsp;</td>');
document.write('<td><BR>');

document.write('<TABLE WIDTH="150" border=0 bgcolor="#386364" cellpadding=0 cellspacing=0>');

buttonleft("SHERWOOD GOLDENS",
	"sherwoodgoldens.html",
	'ButtonGolden_blue.jpg',
	"Sherwood Golden Retrievers");
buttonleft("SHERWOOD PRODUCTIONS",
	"sherwoodproductions.html",
	'ButtonCamera.jpg',
	"Sherwood Productions offers different interpretations from Paul and Debi whether it&#39;s through a camera or through our eyes producing renditions of our life&#39;s love – art.");
buttonleft("FLOWERS",
	"flowers.html",
	'ButtonFlowers.jpg',
	"Flowers");
buttonleft("OTHER ANIMALS",
	"otheranimals.html",
	'ButtonOtherAnimals.jpg',
	'');	
buttonleft("DISASTER PLANNING",
	"disaster_planning.html",
	'ButtonDisasterPlanning.jpg',
	'Emergency and Disaster Education - Are You Ready?');		
buttonleft("ANIMAL ABUSE",
	"animal_abuse.html",
	'ButtonAnimalAbuse.jpg',
	'Consultations for Animal Abuse Investigations');	
buttonleft("PET FIRST AID<BR>AND CPR CLASSES",
	"petfirstaid.html",
	'ButtonFirstAid.jpg',
	'Improving the quality of pets lives, one pet owner at a time.');
buttonleft("FUN PHOTOS",
	"fun.html",
	'ButtonJustForFun.jpg',
	'Photos, sayings and other documents.');	
buttonleft("RULES",
	"thingstoponder.html",
	'ButtonRules_100.jpg',
	'Rules - My 60 minutes.');	
buttonleft("OPINIONS<BR>AND COMMENTS",
	"contact.html",
	'ButtonContact.jpg',
	'We welcome your opinions, questions, and comments.');	
buttonleft("COPYRIGHT",
	"copyright.html",
	'ButtonCopyright.jpg',
	'All materials within this website are not for public use..');	
document.write('</TABLE>');

document.write('</td><td><BR>');
// here starts the main body space.  The ending of this td is in the bottomnav
}

function bottomnav(){
document.write('</td>');
document.write('<td width=10% bgcolor="black">&nbsp;</td>');
document.write('</tr><BR><DIV ALIGN="center"><CENTER>');
document.write('<table width=100% border="0" cellspacing=0 cellpadding=0>');
document.write('<tr valign="top">');
document.write('<td width=10% bgcolor="black">&nbsp;</td>');
document.write('<td  class="navfoot"><BR><BR>');
document.write('[&nbsp;<a href="index.html">Home</a>&nbsp;&nbsp;');
document.write('|&nbsp;&nbsp;<a href="sherwoodgoldens.html">Sherwood Goldens</a>&nbsp;&nbsp;');
document.write('|&nbsp;&nbsp;<a href="sherwoodproductions.html">Sherwood Productions</a>&nbsp;&nbsp;');
document.write('|&nbsp;&nbsp;<a href="minaturehorses.html">Minature Horses</a>&nbsp;&nbsp;');
document.write('|<BR>&nbsp;&nbsp;<a href="disaster_planning.html">Disaster Planning</a>&nbsp;&nbsp;');
document.write('|&nbsp;&nbsp;<a href="fun.html">Fun Photos</a>&nbsp;&nbsp;');
document.write('|&nbsp;&nbsp;<a href="thingstoponder.html">Rules</a>&nbsp;&nbsp;');
document.write('|&nbsp;&nbsp;<A HREF="contact.html">Comments</A>&nbsp;]');
document.write('<br><BR><TABLE WIDTH="100%" bgcolor="black" BACKGROUND="images/banner.jpg" cellpadding=0 cellspacing=0><TR><TD HEIGHT="94">&nbsp;</TD></TR></TABLE></td>');
document.write('<td width=10% bgcolor="black">&nbsp;</td>');
document.write('</tr>');
document.write('</table>');
document.write('<TABLE WIDTH="100%" border=0 BGCOLOR="#000000" CELLPADDING="0" CELLSPACING="0" >');
document.write('<TR><TD BGCOLOR="#CCCCCC"  BORDERCOLOR="#FFFFFF" HEIGHT="10"><IMG SRC="../images/spacer2x2.gif" WIDTH=2 HEIGHT=2 BORDER=0 ALT=""></TD></TR>');
document.write('<TR><TD CLASS="blackbottom" HEIGHT="20">All content and imagery Copyright &copy;  Debi DeNardi<BR>Please read our <A HREF="copyright.html">copyright protection policy.</A></font><BR><BR></TD></TR></TABLE>');

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


function bannerhead4(pagetitle,pagetitle2){
document.write('<TABLE WIDTH="100%" border=0 bgcolor="#386364" cellpadding=0 cellspacing=0>');
document.write('<TR VALIGN="top">');
document.write('<td width=10% bgcolor="black">&nbsp;</td>');
document.write('<td align="left"><IMG SRC="images/banner_dog_left.jpg" WIDTH="245" HEIGHT="150" BORDER="0" ALT="" align="left"></TD>');
document.write('<TD align="center" class="headertext"  bgcolor="#386364" >');
document.write('<IMG SRC="images/sherwood.jpg" WIDTH="401" HEIGHT="76" BORDER="0" ALT="">');
document.write('<BR><BR>'+pagetitle+'<br><small>'+pagetitle2+'</small></TD>');
document.write('<TD width=44>&nbsp;</TD>');
document.write('<td width=10% bgcolor="black">&nbsp;</td></TR>');
document.write('</TABLE>');
}
function bannerhead2(pagetitle,pagetitle2){
document.write('<TABLE WIDTH="100%" bgcolor="black" BACKGROUND="images/banner.jpg" cellpadding=0 cellspacing=0><TR><TD HEIGHT="94">&nbsp;</TD></TR></TABLE>');
document.write('<TABLE WIDTH="100%" bgcolor="#386364" cellpadding=0 cellspacing=0>');
document.write('<TR><TD bgcolor="black" colspan=2><IMG SRC="images/spacer2x2.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></TD></TR>');
document.write('<TR VALIGN="middle"><TD align="center"><br>');
document.write('<IMG SRC="images/sherwood.jpg" WIDTH="431" HEIGHT="102" BORDER="0" ALT="">');
document.write('<td class="headertext"><FONT SIZE="+2"><I>'+pagetitle+'</I></FONT><br>'+pagetitle2+'</TD></TR>');
document.write('</TABLE> ');

}

function bannerhead3(pagetitle,pagetitle2){
document.write('<TABLE WIDTH="100%" bgcolor="black" BACKGROUND="images/banner.jpg" cellpadding=0 cellspacing=0><TR><TD HEIGHT="94">&nbsp;</TD></TR></TABLE>');
document.write('<TABLE WIDTH="100%" bgcolor="#386364" cellpadding=0 cellspacing=0>');
document.write('<TR><TD bgcolor="black" colspan=2><IMG SRC="images/spacer2x2.gif" WIDTH="2" HEIGHT="2" BORDER="0" ALT=""></TD></TR>');
document.write('<TR VALIGN="middle"><TD align="center"><br>');
document.write('<IMG SRC="images/sherwood.jpg" WIDTH="431" HEIGHT="102" BORDER="0" ALT="">');
document.write('<td class="headertext"><FONT SIZE="+2"><I>'+pagetitle+'</I></FONT><br>'+pagetitle2+'</TD></TR>');
document.write('</TABLE> ');

}
function bannerhead(pagetitle,pagetitle2){
document.write('<TABLE WIDTH="100%" bgcolor="black" BACKGROUND="images/banner.jpg"><TR><TD HEIGHT="94">&nbsp;</TD></TR></TABLE>');

document.write('<TR VALIGN="middle"><td height=60>&nbsp;</td></tr>');

document.write('<TR VALIGN="middle">');
document.write('<TD align="center" class="pagetitle">');
document.write('<A NAME="topofpage">');
document.write('<IMG SRC="images/sherwood.jpg" WIDTH="431" HEIGHT="102" BORDER="0" ALT="">');
document.write('</A>');
document.write('</td><td>Home of Sherwood Golden Retrievers<br>and the creative arts of<br>Debi DeNardi and Paul McLaughlin</td></tr>');

document.write('<TR VALIGN="middle">');
document.write('<TD align="center" class="pagetitle">');

document.write(pagetitle);

document.write('</TD></TR>');
if(pagetitle2 != ""){
  document.write('<TR VALIGN="middle"><TD align="center" class="pagetitle2">');
  document.write(pagetitle2);
  document.write('</TD></TR>');
  }
document.write('</TABLE> ');
}

function bannerhead_test(pagetitle,pagetitle2){
 document.write('<TABLE WIDTH="100%" BACKGROUND="images/banner.jpg"><TR><TD HEIGHT="94">&nbsp;</TD></TR></TABLE>');
document.write('<DIV ALIGN="center"><CENTER>');
document.write('<BR><TABLE  ALIGN="center" CELLSPACING="2" CELLPADDING="2" BORDER="0">');

document.write('</TABLE> ');
}
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 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  CLASS="healthcert">'); 
document.write("DOB: " + birthdate);
document.write("</TD></TR>");
}

document.write('<TR valign="top"><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></TR>');

document.write('<TR valign="top"><TD><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 valign="top"><TD><A HREF="http://www.offa.org/ofacard.html" TITLE="OFA - Congenital Heart Registry ">Heart</A>: </TD>');
document.write('<TD CLASS="healthcert">' + heart + '</TD></TR>');

document.write('<TR valign="top"><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 valign="top"><TD ><A HREF="http://www.offa.org/ofaed.html" TITLE="OFA - Elbow Dysplasia">Elbows</A>:  </TD>');
document.write('<TD CLASS="healthcert">' + OFAelbows + '</TD></TR>');

}

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


}
