//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'PHOTO-ALBUM',
menupos:'right', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Mighty Servant 3"], //create header
['<img name="" src="IMAGES/ms3album.jpg" border="0" alt="" />', "http://www.rbswitch.co.uk/ms3photos.html", ""],
//["reserved", "http://www.rbswitch.co.uk",""],
//["reserved", "http://www.rbswitch.co.uk", ""],
//["reserved", "http://www.rbswitch.co.uk", ""],
//["reserved", "http://www.rbswitch.co.uk", ""],
//["reserved", "http://www.rbswitch.co.uk", ""],

//["reserved", "http://www.rbswitch.co.uk", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
//["reserved", "http://www.rbswitch.co.uk", "",1],

["Seven Seas Navigator", "", ""], //create header
['<img name="" src="IMAGES/navalbum.jpg" border="0" alt="" />', "http://www.rbswitch.co.uk/navphotos.html", ""],
//["reserved", "http://www.rbswitch.co.uk", "_new"],
//["reserved", "http://www.rbswitch.co.uk", "_new"]  //no comma after last entry

["Workshop Photos", "", ""],
['<img name="" src="IMAGES/WorkshopAlbum.jpg" border="0" alt="" />', "http://www.rbswitch.co.uk/WorkshopPhotos.html", ""],

["More Coming Soon...", "", ""]

]}; // REQUIRED!! do not edit or remove
menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["MS3 Contract Profile"], //create header
['<img src="IMAGES/ms3contractprofile.jpg" border="0"/>', "IMAGES/MS3 Contract Profile.pdf", "",],
['<img src="IMAGES/whitespace.jpg" border="0"/>', "IMAGES/MS3 Contract Profile.pdf", "",]//create two column row, requires d_colspan:2 (the default)
//["Email", "http://www.dynamicdrive.com/contact.htm", "",1],

//["External Links", "", ""], //create header
  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////
make_menus();