<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=25 // no quotes Smaller # are faster!!
waitTime=10; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="#170088";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="cyan";
barVAlign="center";
barWidth=35; // no quotes!!
barText="MENU"; // <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]=["Flight Decks"] //create header
ssmItems[1]=["777", "777/fd-777.html", "", 1, "no"] //create two column row
ssmItems[2]=["767", "767/767-fd.html", "", 1, "no"] //create two column row
ssmItems[3]=["747", "747/fd-747.html", "",1]

ssmItems[4]=["340", "340/340-fd.html", "", 1, "no"] //create two column row
ssmItems[5]=["320", "320/fd-320.html", "",1, "no"]
ssmItems[6]=["F-16", "16/16-fd.html", "", 1]

ssmItems[7]=[" ", "#", "", 1, "no"]
ssmItems[8]=[" ", "#", "", 1, "no"]
ssmItems[9]=[" ", "#", "", 1]

ssmItems[10]=["Aviation Extras"] //create header
ssmItems[11]=["Virtual Reality", "http://members.ync.net/jam/vr/vr.html", ""]
ssmItems[12]=["Aircraft Cutaways", "http://members.ync.net/jam/cutaways.html", ""]
ssmItems[13]=["Acronyms &amp; Definitions", "fd/def.html", ""]

ssmItems[14]=["Main Links", "", ""] //create header
ssmItems[15]=["Games", "play/games.html", ""]
ssmItems[16]=["Resume", "resume.html", ""]
ssmItems[17]=["Site Map", "sitemap.html", ""]
ssmItems[18]=["Then & Now", "family/then_now.html", ""]
ssmItems[19]=["Flight Decks", "flightdeck.html", ""]
ssmItems[20]=["Behind The Shoot", "reviews/reviews.html", ""]
ssmItems[21]=["meriweather.com", "index.html", ""]

buildMenu();

//-->