<!--

index=0

barText="Navigation"; // <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[index++]=["Main"]; //create header
ssmItems[index++]=["Home", "/index.shtml", ""]
ssmItems[index++]=["CV", "/me/", ""]
ssmItems[index++]=["Photography", "/photos/", ""]
ssmItems[index++]=["Computing", "/computing/",""]
ssmItems[index++]=["Outdoors", "/outdoor/", ""]
ssmItems[index++]=["Sports etc..", "", ""] //create header
ssmItems[index++]=["Biking", "/outdoor/mtb.shtml", ""]
ssmItems[index++]=["Wind", "/outdoor/wind.shtml", ""]
ssmItems[index++]=["News Feeds", "", ""]
ssmItems[index++]=["News", "/outdoor/onews.shtml", ""]
ssmItems[index++]=["Walking", "/outdoor/walking.shtml", ""]
ssmItems[index++]=["Water", "/outdoor/water.shtml", ""]
ssmItems[index++]=["forcast", "/outdoor/forcast.shtml", ""]


ssmItems[index++]=["Other Links", "", ""] //create header
ssmItems[index++]=["FAQ", "/faq/", "", 1, "no"] //create two column row
ssmItems[index++]=["Contact", "/contact/", "",1]

buildMenu();

//-->
