// 0 = About Us
// 1 = Products
// 2 = About Your Skin
// 3 = Specials
// 4 = Testimonials
// 5 = News
// 6 = Links
// 7 = Contact Us
// 8 = Mail List
//10 = Return

//21 = Twitter
//22 = Facebook
//23 = Facebook Like
//24 = Share

//change link descriptions to your own. Extend as needed
var linktext=new Array()
linktext[0]="Learn more about Shirley's Herbal Care and what makes Shirley's Herbal Care different"
linktext[1]="See our complete line of Specialised Hand-Made Products"
linktext[2]="Find out about your skin and how to help manage Psoriasis, Eczema and your Baby's skin."
linktext[3]="Here you will find our special offers"
linktext[4]="Read what others are saying about Shirley's Herbal Care "
linktext[5]="Find where Shirley is selling the complete line of Shirley's Herbal Care products"
linktext[6]="Links to interesting Web sites"
linktext[7]="Need to ring us or send us an e-mail?"
linktext[8]="Subscribe to our Newsletter"
linktext[10]="Return to the previous page you were viewing "

linktext[21]="Follow us on Twitter"
linktext[22]="Follow us on Facebook"
linktext[23]="Like us on Facebook"
linktext[24]="Share this page on social networks, and print"
linktext[25]="E-mail this page to a friend"

var ns6=document.getElementById&&!document.all
var ie=document.all

function show_text(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext]
}

function resetit(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=' '
else if (ns6) document.getElementById(whichdiv).innerHTML=' '
}

                    
