<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=10; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=20; // 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="silver";
menuIsStatic="yes";
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="black";
hdrBGColor="#0099FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="";
linkAlign="left";
barBGColor="#FF6666";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
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
addItem("Next Menu", "sar.html", "");
addItem("Train Photos - By Other People", "others.html", "");
addItem("Trains in SA", "trainsinsa.html", "");
addItem("Diesel Locomotives", "locos.html", "");
addItem("Rail Cars ", "railcars.html", "");
addItem("930's in Pictures", "alco930.html", "");
addItem("SAR Wrecking Crane", "crane.html", "");
addItem("S.A.R. A nostalgic Look", "http://sar.4mg.com/", " target_new");
addItem("Pichi Richi Railway", "http://prrps.8m.net/", "target_new");
addItem("Port Adelaide Railway", " http://www.arcomnet.net.au/~rags/History.html", "target_new");
addItem("Train photo Album", " http://alco961.fotopic.net/", "target_new");
addItem("Links", "links.html", "");
addItem("Guest Book", "http://pub48.bravenet.com/guestbook/show.php?usernum=4117202491&cpv=1", "target_new");
addItem("Contact us", "mailto:winebank@tell.net.au", "");

buildMenu();

//-->

