function addbookmark() {
bookmarkurl="http://www.barbgambrill.com"
bookmarktitle="Hypnotist Barbara Gambrill"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function mailpage() {
  //mail_str = "mailto:?subject= Check out " + document.title;
  mail_str = "mailto:?subject= Check out Hypnotist Barbara Gambrill";
  mail_str += "&body= I recommend you check out Barbara Gambrill's website or call her at 1-888-497-6634 ";
  mail_str += ".  To goto the website, click the link:  http://www.barbgambrill.com ." 
  location.href = mail_str;
}

function mailpagev() {
  //mail_str = "mailto:?subject= Check out " + document.title;
  mail_str = "mailto:?subject= Check out Hypnotist Barbara Gambrill";
  mail_str += "&body= I recommend you check out Barbara Gambrill's website or call her at 1-888-497-6634  .";
  mail_str += "  To goto the website, click the link:  http://www.barbgambrill.com ." 
  mail_str += "  To see stage show videos, click the link:  http://www.barbgambrill.com/video.html . " 
  location.href = mail_str;
}

function openNewWindow() {
  popupWin = window.open('http://www.google.com/', 
    'target01_window',
    'menubar,toolbar,location,directories,status,scrollbars,resizable,dependent,width=600,height=400,left=0,top=0')
}

function slideShow() {
  popupWin = window.open('http://www.barbgambrill.com/ss/index.html', 
    'target01_window',
    'menubar,toolbar,location,directories,status,scrollbars,resizable,dependent,left=0,top=0')
}
