<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=300; // no quotes!!
XOffset=0;
staticYOffset=30; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#6a8534";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Resources"] //create header
ssmItems[1]=["Aviation Photo Workflow", "http://www.opshots.net/forum/index.php?dummy=1;page=10", ""]
ssmItems[2]=["Photographer Rights", "http://www.krages.com/phoright.htm","_blank"]
ssmItems[3]=["Links", "http://www.opshots.net/directory/index.php",""]
ssmItems[4]=["Donate to OPShots", "http://www.opshots.net/forum/index.php?action=treasury", ""]

ssmItems[5]=["Spotting 101", "", ""] //create header
ssmItems[6]=["USA Delays", "delays.php", ""]
ssmItems[7]=["Radio Basics", "radio.php", ""]
ssmItems[8]=["Avation Weather", "weather.php", ""]
ssmItems[9]=["FAA Publications", "faa.php", ""]
ssmItems[10]=["Runway Numbers", "runway.php", ""]
ssmItems[11]=["Which Runway", "runway_use.php", ""]
ssmItems[12]=["Zulu Time", "zulu.php", ""]

ssmItems[13]=["Spotting Guides", "", ""] //create header
ssmItems[14]=["Cleveland-KCLE", "kcle.php", ""]
ssmItems[15]=["Cleveland-KBKL", "kbkl.php", ""]
ssmItems[16]=["Columbus-KCMH", "kcmh.php", ""]
ssmItems[17]=["Frequencies", "freq.php",""]

ssmItems[18]=["Flight Tracker", "", ""] //create header
ssmItems[19]=["Main Control Panel", "flight_tracker.php", ""]
ssmItems[20]=["Cleveland-KCLE", "kcle_track.php", ""]
ssmItems[21]=["Columbus-KCMH", "kcmh_track.php", ""]

buildMenu();

//-->