<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=5; // 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=150; // 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("S.A. Trains", "http://satrains.8m.net/", "target_new");
addItem("An Overview", "overview.html", "");
addItem(" ", "", "");
addItem("Year 2000", "year2000.html", "");
addItem("Year 2001", "year2001.html", "");
addItem("Port Augusta", "portaugusta.html", "");
addItem("Finding a way Through", "pass.html", "");
addItem(" ", " ", " ");
addItem("NM 25 Returns", "nm25.html", "");
addItem("Year 2003 in Pics", "2003.html", "");
addItem("", " ", "");
addItem(" ", " ", "");
addItem("Guest Book", "http://pub1.bravenet.com/guestbook/show.php?usernum=1843491&cpv=1", "");
addItem("Contact us", "mailto:webmaster@prrps.8m.net", "");

buildMenu();

//-->