<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=38; // no quotes!!
staticYOffset=0; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#66CCCC";
menuIsStatic="yes";
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="#FFFFFF";
hdrBGColor="#000099";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="#FFCCCC";
linkOverBGColor="#CCCCFF";
linkTarget="_top";
linkAlign="left";
barBGColor="#66CCCC";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#990000";
barVAlign="center";
barWidth=20; // no quotes!!
barText='SIDEMENU' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("Image Galeries");
addItem("Fish", "fishgal.html", "");
addItem("Flower", "flowergal.html", "");
addItem("Happy", "happygal.html", "");
addItem("Love", "lovegal.html", "");
addItem("Places", "placesgal.html", "");
addItem("Chinese", "chinese_gal.html", "");
addItem("Natural", "natural_gal.html", "");
addItem("Celtic", "celtic_gal.html", "");
addItem("Cornish Views", "cornish_gal.html", "");
addItem("New", "newdesigns4.html", "");
addHdr("Personalised Products");
addItem("Greeting Cards", "cards.html", "");
addItem("Christmas Cards", "xmasgal.html", "");
addItem("Wedding Stationery", "weddings.html", "");
addItem("Business Cards", "business_cards.html", "");
addItem("Labels", "labels.html", "");
addItem("Headed Paper", "headedpaper.html", "");
addItem("Fridge Magnets", "fridgemagnets.html", "");
addItem("Key Rings", "keyrings.html", "");
addHdr("Other Pages");
addItem("Web Design", "webdesign.html", "");
addItem("Free Animations", "fun_stuff.html", "");
addItem("Screen Backgrounds", "screenbackgrounds.html", "");
addItem("Prints", "prints.html", "");
addItem("High rez Images", "links_to_highres_images.html", "");
addItem("Work Done", "work_done.html", "");
addItem("Links", "links.html", "");

buildMenu();

//-->