<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=80; // no quotes!!
XOffset=10; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=300; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_self";
linkAlign="left";
barBGColor="#FF0000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#a7ff91";
barVAlign="center";
barWidth=25; // no quotes!!
barText='Site Menu' // <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("Pages");
addItem("Home", "http://www.kevin-t.co.uk", "", "1", "no");
addItem("", "", "", "1");
addItem("Audi TT section", "http://www.kevin-t.co.uk/tt", "", "1", "no");
addItem("Pictures", "http://www.kevin-t.co.uk/tt/gallery.htm", "", "1", "");
addItem("", "", "", "1", "no");
addItem("Buzz/rattles", "http://www.kevin-t.co.uk/tt/rattles/index.htm", "", "1", "");
addItem("", "", "", "1", "no");
addItem("door panel", "http://www.kevin-t.co.uk/tt/door/index.htm", "", "1", "");
addItem("", "", "", "1", "no");
addItem("Forum Sig FAQ", "http://www.kevin-t.co.uk/tt/TT-images_faq.htm", "", "1", "");
addItem("", "", "", "1", "no");
addItem("Alarm / locking codes", "http://www.kevin-t.co.uk/tt/codes.htm", "", "1", "");
addItem("3Com OCR812 DSL config", "http://www.kevin-t.co.uk/ocr812", "", "1", "no");
addItem("", "", "", "1");
addItem("3Com OCIF / ICQ config", "http://www.kevin-t.co.uk/ocif-icq", "", "1", "no");
addItem("", "", "", "1");
addItem("3Com OCLM / OCIF config", "http://www.kevin-t.co.uk/oclm-ocif", "", "1", "no");
addItem("", "", "", "1");
addItem("OCLM Manager app", "http://www.kevin-t.co.uk/oclm-mgr", "", "1", "no");
addItem("OCLM Mgr manual", "http://www.kevin-t.co.uk/oclm-mgr/manager_man.htm", "", "1");
addItem("Bookmarks", "http://www.kevin-t.co.uk/Bookmarks.htm", "", "1", "no");
addItem("", "", "", "1");

buildMenu();

//-->