
//******* links ********
// set a href="linkss[]"
var linkss = new Array();
 linkss[0]="index.html";
 linkss[1]="about.html";  //insert url or relative address of link
 linkss[2]=href="http://www.etsy.com/shop/deeppeacestudio";
 linkss[3]="contact.html";
 linkss[4]="http://cindy-watkins.blogspot.com/";
 
 
 //****** title *********
 
var titles= new Array();
 titles[0]="images/buttons/homebutton.gif";
 titles[1]="images/buttons/aboutusbutton.gif";
 titles[2]="images/buttons/shoppingcartbutton.gif";
 titles[3]="images/buttons/contactbutton.gif";
 titles[4]="images/buttons/blog.gif";
//=============================================
//========== Variables  =======================
var logo="images/banners/deeppeace_trans.gif";

