<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=96; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="green";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#C00000"
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFF1F1";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="yellow"
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=5; // no quotes!!
barText=""; // <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]=["<img src=/roseexchange/discus/clipart/roseflash.gif border=0>HOME", "/roseexchange/index.html"] //create header
ssmItems[1]=["Main forum topics", "/cgi-bin/roseexchange/discus/discus.cgi?pg=topics", ""]
ssmItems[2]=["General Discussion", "/roseexchange/discus/messages/1/1.html",""]
ssmItems[3]=["Rose Propagation", "/roseexchange/discus/messages/2/2.html",""]
ssmItems[4]=["The Wild Rose Cafe", "/roseexchange/discus/messages/293/293.html", ""]
ssmItems[5]=["Members' Photo Gallery", "/roseexchange/rose-gallery/index.html", ""]
ssmItems[6]=["Cut rose Pics", "/roseexchange/roses-ht/index.html", ""]
ssmItems[7]=["User Contributed Pics", "/roseexchange/roses-idbase/index.html", ""]
ssmItems[8]=["Roses in Australia", "/roseexchange/roses-names/index.html", ""]
ssmItems[9]=["Roses in the World", "/roseexchange/roses-all/index.html", ""]
ssmItems[10]=["Links to other sites", "/roseexchange/freelink.html", ""]
ssmItems[11]=["Guestbook/Contact", "/roseexchange/discus/messages/3298/3298.html", ""]
ssmItems[12]=["Rose Chat (online users)", "javascript:PopupChat()", ""]
ssmItems[13]=["Terms & Conditions", "/roseexchange/terms.html", ""]
ssmItems[14]=["Plants registry", "/roseexchange/registry.html", ""]
ssmItems[15]=["Site map", "/roseexchange/quicklinks.html", ""]

buildMenu();
moveBack();

//-->

