<!--
<!--
/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=80; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="5";
hdrFontColor="black";
hdrBGColor="#CC6633";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="white";
linkOverBGColor="#CC9999";
linkTarget="_top";
linkAlign="left";
barBGColor="tan";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText='Menu' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr("OIF");
addItem("Blog", "index.html", "");
addItem("Camp Victory", "CampVictory.html", "");
addItem("Deployment Day", "DeploymentDay.html", "");
addItem("Kuwait", "Kuwait.html", "");
addItem("Contact Page", "Contact.html", "");
addItem("JSS Independence", "JSSIndependence.html", "");
addItem("FOB Prosperity", "FOBProsperity.html", "");
addItem("Iraq Life videos", "videos.html", "");
buildMenu();
//-->
//-->
