function formHandler(form){
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL;
}

function openNewWindow(Site)
{
 NewWindow3 = window.open(Site,
  "viewwin",
  "toolbar=1,scrollbars=yes,width=600,height=300,resizable=1");
}


function Emily(page) {
OpenWin = this.open(page, "Emily", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,width=600,height=300,resizable=yes");
}


function Melon(page) {
OpenWin = this.open(page, "Melon", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,width=600,height=300,resizable=yes");
}


function SoccerSammie(page) {
OpenWin = this.open(page, "SoccerSammie", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,width=600,height=300,resizable=yes");
}


function Dog(page) {
OpenWin = this.open(page, "Dog", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,width=600,height=300,resizable=yes");
}


function DogMonth(page) {
OpenWin = this.open(page, "DogMonth", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,width=620,height=330,resizable=yes");
}

function RedCowMonth(page) {
OpenWin = this.open(page, "RedCow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,width=600,height=300,resizable=yes");
}

function NoodleMonth(page) {
OpenWin = this.open(page, "NoodleMonth", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,width=600,height=300,resizable=yes");
}

function KaweahMonth(page) {
OpenWin = this.open(page, "KaweahMonth", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,width=600,height=360,resizable=yes");
}

function KaseyMonth(page) {
OpenWin = this.open(page, "KaseyMonth", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,width=600,height=300,resizable=yes");
}


function mailpage()
{
  mail_str = "mailto:?subject= ";
  mail_str += "&body= ";
  mail_str += ". Check it  out at, " + parent.location.href; 
  location.href = mail_str;
}



// No rightclick script v.2.5
// (c) 1998 barts1000
// barts1000@aol.com
// Don't delete this header!

var message="Sorry, that function is disabled.\n\nContents & Graphics COPYRIGHT © 2004 OnTrack Professionals, Inc. APetsBlog.com content and photos are not public domain, and should NOT be copied from this site."; // Message for the alert box

// Don't edit below!

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
