<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Created by: Jim Stiles: http://jdstiles.com/ -->
<!-- Begin -->

function mailpage1()
{
  mail_str = "mailto:?subject= Hi, bookmark this website: " + document.title;
  mail_str += "&body= Your one stop Stallion shop! : " + document.title;
  mail_str += ". You can check it out at " + location.href; 
  location.href = mail_str;
}
function mailpage2()
{
  mail_str = "mailto:bguide@iglou.com?subject= Link Request"
  mail_str += "&body= Please add my site to Breeders Guide Links"
  mail_str += ", my URL is: "  
  location.href = mail_str;
}
function mailpage3()
{
  mail_str = "mailto:bguide@iglou.com?subject= Update Request"
  mail_str += "&body= Please keep me updated by Breeders Guide"
  mail_str += ", my email address is: "  
  location.href = mail_str;
}
// End -->
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

