//  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)
}

//-- -----------------GENERAL PAGE Callout-------------
function ws_callout(msg,hi) {
  var scrOfY = 0;
  if( typeof( window.pageYOffset ) == 'number' ) { 
    //Netscape compliant
    scrOfY = window.pageYOffset;
  } else if( document.body && (document.body.scrollTop ) ) {
    //DOM compliant
    scrOfY = document.body.scrollTop;
  } else if( document.documentElement && (document.documentElement.scrollTop ) ) {
    //IE6 standards compliant mode
    scrOfY = document.documentElement.scrollTop;
  }
pos = scrOfY + 10

call  = '<div align="center">'
call += '<div style="width:400px;background-color:#fffff0;color:#ff5900;border:1px solid #b00000;font-family:verdana;font-size:14pt;text-align:center;margin-top:10px;">'
call += 'Free Shipping Offer on Books</div>'
call += '<div style="width:98%;text-align:left;margin:6px 0;">'
call += '<ul style="margin-top:5px;">Offer ends January 28th 2011 and extends to:'
call += '<li>USA</li>'
call += '<li>Canada</li>'
call += '<li>Europe (excluding UK)</li>'
call += '<li>Australia and New Zealand</li>'
call += '<li>India</li>'
call += '<li>South Africa</li>'
call += '<li>South America</li></ul>'
call += 'This offer is available only to those countries or locations (as listed above) that we currently ship to by M-Bag. All other locations will be charged the regular air mail rate. Offer does not extend to imperfect copies. Offer ends on the day preceeding the cancellation of our M-Bag contract and the imposition of higher air mail rates.</div>'
call += '<a href="#" onClick="document.getElementById(\'ws_callout\').style.display=\'none\';return false" class="bigBtn" style="width:200px">Close</a><br><br>'
call += '</div></div></div>'

if(msg=='freeship'){
document.getElementById('ws_callout').innerHTML = call
}
document.getElementById('ws_callout').style.top = pos
document.getElementById('ws_callout').style.height = hi +'px'
document.getElementById('ws_callout').style.display='block'
}










