//configure the navigationbar down here

YOffset=84; // no quotes!!
XOffset=12;
staticYOffset=30; // 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="000000";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=50;
hdrFontFamily="tahoma";
hdrFontSize="3";
hdrFontColor="FF0000";
hdrBGColor="#111111";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="100%";
linkFontFamily="tahoma";
linkFontSize="3";
linkBGColor="222222";
linkOverBGColor="#666666";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="tahoma";
barFontSize="3";
barFontColor="#FF0000";
barVAlign="center";
barWidth=30; // no quotes!!
barText="<IMG SRC=pictures/navigationbar.gif>"; // <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]=["", "", ""]
ssmItems[1]=["menu"]
ssmItems[2]=["home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "index.cfm", ""]
ssmItems[3]=["the trip&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "trip_map.cfm",""]
ssmItems[4]=["guestbook&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "guestbook_display.cfm", ""]
ssmItems[5]=["contact us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "contact_entryform.cfm", ""]
ssmItems[6]=["search", "search_form.cfm", ""]
ssmItems[7]=["", "", ""]
ssmItems[8]=["fj45", "", ""]
ssmItems[9]=["info&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "magic_info.cfm", ""]
ssmItems[10]=["maintenance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "magic_service.cfm", ""]
ssmItems[11]=["check list&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "magic_check.cfm", ""]
ssmItems[12]=["", "", ""]
ssmItems[13]=["australia", "", ""]
ssmItems[14]=["general&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "info_general.cfm", ""]
ssmItems[15]=["history&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "info_history.cfm", ""]
ssmItems[16]=["population&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "info_population.cfm", ""]
ssmItems[17]=["aborigines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "info_aboriginal.cfm", ""]


buildMenu();
