<!--

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++]=["Menu"] //create header
ssmItems[index++]=["Home", "/index.shtml", ""]
ssmItems[index++]=["Computing", "/computing/",""]
ssmItems[index++]=["Photography", "/photos/", ""]
ssmItems[index++]=["Outdoors", "/outdoor/", ""]
ssmItems[index++]=["CV", "/me/", ""]
ssmItems[index++]=["External Links", "", ""] //create header
ssmItems[index++]=["FAQ", "/faq/", "", 1, "no"] //create two column row
ssmItems[index++]=["Contact", "/contact/", "",1]

buildMenu();
//-->