<!--

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++]=["Outdoors", "/outdoor/", ""]
ssmItems[index++]=["Photography", "/photos/", ""]
ssmItems[index++]=["Computing", "/computing/",""]
ssmItems[index++]=["Software/Utils", "", ""] //create header
ssmItems[index++]=["Bucket", "/computing/BUCKET/", ""]
ssmItems[index++]=["Filelock", "/computing/FILELOCK/", ""]
ssmItems[index++]=["XIgloo", "/computing/xigloo/", ""]
ssmItems[index++]=["Resworb", "/computing/resworb/", ""]
ssmItems[index++]=["Papers", "", ""] //create header
ssmItems[index++]=["Xigloo", "/computing/xigloo/", ""]
ssmItems[index++]=["Resworb", "/computing/resworb/", ""]
ssmItems[index++]=["WWWait", "/computing/wwwait/", ""]
ssmItems[index++]=["RRA", "/computing/replicated/", ""]
ssmItems[index++]=["Interactive DLE","/computing/activeweb/", ""]


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


buildMenu();

//-->