<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // no quotes!!
XOffset=0;
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=2000; // 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=140; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#F7C71F";
hdrBGColor="#160B43";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#CCCCCC";
linkOverBGColor="#F7C71F";
linkTarget="_top";
linkAlign="Left";
barBGColor="#160B43";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#F7C71F";
barVAlign="center";
barWidth=17; // no quotes!!
barText="<IMG SRC=http://www.kellsirish.com/gifts/images/arrow_left.gif>"; // <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]=["KELLS CLOTHING", "", ""] //create header
ssmItems[1]=["T-Shirts", "http://kellsirish.com/shopsite_sc/store/html/page1.html", ""]
ssmItems[2]=["Sweatshirts", "http://kellsirish.com/shopsite_sc/store/html/page7.html", ""]
ssmItems[3]=["Polo Shirts", "http://kellsirish.com/shopsite_sc/store/html/page8.html", ""]
ssmItems[4]=["Pubware", "http://kellsirish.com/shopsite_sc/store/html/page13.html", ""]
ssmItems[5]=["Hats", "http://kellsirish.com/shopsite_sc/store/html/page6.html", ""]
ssmItems[6]=["COOL STUFF",] //create header
ssmItems[7]=["Kells Gift Cards", "http://kellsirish.com/shopsite_sc/store/html/page2.html", ""]
ssmItems[8]=["Kells Souvenirs", "http://kellsirish.com/shopsite_sc/store/html/page5.html", ""]
ssmItems[9]=["Kells Soda Bread", "http://kellsirish.com/shopsite_sc/store/html/page3.html", ""]
ssmItems[10]=["Music", "http://kellsirish.com/shopsite_sc/store/html/page12.html", ""]
ssmItems[11]=["Celtic Supporters Club", "http://kellsirish.com/gifts/csc.php", ""]
ssmItems[12]=["STORE NAVIGATION",] //create header
ssmItems[13]=["Home", "http://kellsirish.com/shopsite_sc/store/html/index.html", ""]
ssmItems[14]=["Shopping Cart", "http://kellsirish.com/shopsite_sc/shopping_cart/order.cgi?storeid=*12e4feba59550d7cd8402d&function=show", ""]
ssmItems[15]=["Contact Us", "http://www.kellsirish.com/contact/?lp=http://kellsirish.com/shopsite_sc/store/html/index.html&des=gft", ""]
ssmItems[16]=["OUR ESTABLISHMENTS",] //create header
ssmItems[17]=["Seattle", "http://kellsirish.com/seattle/index.php", ""]
ssmItems[18]=["Portland", "http://kellsirish.com/portland/index.php", ""]
ssmItems[19]=["San Fransisco", "http://www.kellsirish.com/sfc/index.php", ""]
ssmItems[20]=["", "", ""] //create footer
buildMenu();

//-->