<!--
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++]=["Outdoors", "/outdoor/", ""]
ssmItems[index++]=["CV", "/me/", ""]
ssmItems[index++]=["Computing", "/computing/",""]
ssmItems[index++]=["Photography", "/photos/", ""]
ssmItems[index++]=["Sub-Categories", "", ""] //create header
ssmItems[index++]=["Gallery", "/gallery/", ""]
ssmItems[index++]=["Yosemiti", "http://edinburgh.bramleynet.co.uk/gallery/main.php?g2_view=core.ShowItem&g2_itemId=488", ""]
ssmItems[index++]=["Wildlife", "http://edinburgh.bramleynet.co.uk/gallery/main.php?g2_view=core.ShowItem&g2_itemId=330", ""]
ssmItems[index++]=["External Links", "", ""] //create header
ssmItems[index++]=["FAQ", "/faq/", "", 1, "no"] //create two column row
ssmItems[index++]=["Contact", "/contact/", "",1]

buildMenu();
-->