//  Global scripts

function swapBg(mo,ab) {
 if (ab=='a'){
        mo.style.backgroundColor = '#6eb609'
                 mo.style.cursor = 'pointer'}
 if (ab=='b'){
	mo.style.backgroundColor = '#ffffff'}
 if (ab=='a2'){
        mo.style.backgroundColor = '#ffffff'
                 mo.style.cursor = 'pointer'}
 if (ab=='b2'){
        mo.style.backgroundColor = '#ade065'
	      mo.style.color = '#006000'}
}

 ///// mail ---------------------------
var dom  = "thepencilpoint.com";
var dom2 = "ThePencilPoint.com";
var dom3 = "sibleyfineart.com";
var dom4 = "SibleyFineArt.com";
var url1 = "info@";
var url2 = "sales@";
var url3 = "mike@";
var txt1 = "Info@";
var txt2 = "Sales@";
var txt3 = "email us";
var txt4 = "Mike@";

var urlw = "webmaster@";
var txtw = "webmaster@";

function  to_info(){output = '<a href="mailto:' + url1 + dom + '" onFocus="this.blur()"><font size=2>' + txt1 + dom2 + '</font></a>';return output;}

function  to_info_c(){output = '<a href="mailto:' + url1 + dom + '" onFocus="this.blur()">contact</a>';return output;}

function  to_sale(){output = '<a href="mailto:' + url2 + dom + '" onFocus="this.blur()" class="contact">' + txt2 + dom2 + '</a>';return output;}

function  to_us(){output = '<a href="mailto:' + url1 + dom + '" onFocus="this.blur()">' + txt3 + dom2 + '</a>';return output;}

function  mike(){output = '<a href="mailto:' + url3 + dom3 + '" onFocus="this.blur()">' + txt4 + dom4 + '</a>';return output;}

function  webmaster(){output = '<a class="copy" href="mailto:' + urlw + dom + '" onFocus="this.blur()" class="web">' + txtw + dom + '</a>';return output;}

function  web(){output = '<a href="mailto:' + urlw + dom + '" onFocus="this.blur()" class="web">' + txtw + dom + '</a>';return output;}

 ///// JUMP TO SELECT -----------------------
function pagejump(to_url) {
        if (to_url != "") {
        window.location=to_url
        }
}

 ///// BOOK MAILER -----------------------
function submitForm(s)  {
s.value = "...Please wait...";
return true;
}
 ///// MAIL PAGE TO -----------------------
function mailpage()
{
  mail_str = "mailto:?subject= Great New Book";
  mail_str += "&body=You should check out this site - http://www.ThePencilPoint.com - Mike Sibley\'s new comprehensive pencil drawing book \'DRAWING FROM LINE TO LIFE\' available in November. You can view a sample page from each chapter - and get an early signed copy by subscribing to the mailing list.";
  location.href = mail_str;
}

 /////ADD TO FAVOURITES
function addBookmark()
{
  bookmarkurl   = "http://www.thepencilpoint.com";
  bookmarktitle = "THE PENCIL POINT - Mike Sibley drawing book";
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}




