<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=-3;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=4;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="red";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#F32302";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Home", "http://www.bblipsky.com", "",4] //create header
ssmItems[1]=["Online Shop", "/shop/index.php","",4]
ssmItems[2]=["Collections", "/collections/index.php","",4]
ssmItems[3]=["Biography", "/biography.htm", "",4]
ssmItems[4]=["Press", "/press/press.htm", "",4]
ssmItems[5]=["News  <img src='/pictures/rss_feed12.gif'>", "/news.htm", "",4]
ssmItems[6]=["Customers", "/customers/customers.htm", "",4]
ssmItems[7]=["Contacts", "/contacts/contacts.htm", "",4]
ssmItems[8]=["Guestbook", "/guestbook/index.php", "",4]
ssmItems[9]=["Links", "/links.htm", "", 1, "no"]
ssmItems[10]=["1", "/links.htm", "", 1, "no"]
ssmItems[11]=["2", "/links2.htm", "", 1, "no"]
ssmItems[12]=["3", "/links3.htm", "", 1, "no"]

//ssmItems[10]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[11]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]


buildMenu();

//-->
