<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=10; // no quotes!! position up and down the page 0=top
XOffset=0;  //position from left  to right 0=far left
staticYOffset=100; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";  //border colour
menuIsStatic="no"; //this sets whether menu should stay static on the screen ie whether it moves when the slider is used
menuWidth=150; // Must be a multiple of 10! no quotes!!the whole menu width
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="5";
hdrFontColor="red";
hdrBGColor="#ffffff";  //must be a hex colour code
hdrAlign="center";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Verdana";
linkFontSize="4";
linkBGColor="#000000";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="center";
barBGColor="";
barFontFamily="";
barFontSize="";
barFontColor="";
barVAlign="";
barWidth=30; // no quotes!!
barText='<img src="menu/1.jpg" width="30" height="300">'; // <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[0]=["Home", "../frame.htm", ""]
ssmItems[1]=["Museum", "../museum/frame.htm", ""]
ssmItems[2]=["Film", "frame.htm", ""]
ssmItems[3]=["Maritime", "../maritime/frame.htm", ""]
ssmItems[4]=["Land&Air", "../arch/frame.htm", ""]
ssmItems[5]=["Airbrush", "../misc/frame.htm", ""]
ssmItems[6]=["Contact", "../contact.htm", ""]


buildMenu();

//-->