<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=1; // no quotes!!
XOffset=1;
staticYOffset=30; // 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="#FF0000";  // menu border edges
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#FFFFFF"; // this is the titles bars font color
hdrBGColor="#FF0000";  // this is the titles bars in the menu out bg color
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#aa6666";  // linkBGColor="#FFCC00"; this is the menu open bg color
linkOverBGColor="#ff0000";  // mouse over menu bg color when open
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";  // closed menu background
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFFFF";   // this is the text color on the closed menu
barVAlign="center";
barWidth=20; // no quotes!!
barText="INSTANT 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]=["Cigar in the Bottle Menu"] //create header
ssmItems[1]=["Fuente Fuente Forbidden X", "http://www.fuenteforbiddenx.com/", "_blank"]
ssmItems[2]=["Grand Pommier", "http://GrandPommier.com","_blank"]
ssmItems[3]=["Authorized Retailers", "../availability.cfm", ""]
ssmItems[4]=["Gift Item Retailers", "../availabilitygifts.cfm", ""]
ssmItems[5]=["Spirits Competition", "../SpiritsCompetition.html", ""]
ssmItems[6]=["Best of the Best", "../rrjune05.html", ""]
ssmItems[7]=["X-quisite Music", "../music.html", ""]
ssmItems[8]=["Media Coverage", "../news.html", ""]
ssmItems[9]=["Events & Photos", "../events.html", ""]
ssmItems[10]=["Product Gallery", "../TheBox.html", ""]
ssmItems[11]=["Humidpak", "../humidipak.html", ""]
ssmItems[12]=["Forbidden Martini", "../ForbiddenMartini.html", ""]
ssmItems[13]=["DrinkApple.com", "http://DrinkApple.com", "_blank"]
ssmItems[14]=["Being Poured at...", "../beingpouredatstate.cfm", ""]
ssmItems[15]=["Hotel/Casino", "../casinos.cfm", ""]
ssmItems[16]=["Join our Mailing List", "../mailinglist.cfm", ""]
ssmItems[17]=["Contact Us", "&#x6d;ai&#108;t&#x6f;&#x3a;cig&#97;&#x72;int&#x68;&#x65;&#98;&#x6f;&#x74;&#x74;&#x6c;&#101;&#x40;ms&#x6e;.&#x63;o&#x6d;&#x2c;&#32;&#x66;&#x6f;&#114;&#x62;i&#x64;&#100;&#x65;&#x6e;&#106;&#x6f;&#x68;&#x6e;n&#x79;&#x40;&#99;i&#103;&#97;&#x72;&#x69;&#110;t&#x68;e&#98;&#x6f;&#116;&#x74;l&#x65;&#x2e;&#x63;o&#x6d;", ""]
ssmItems[18]=["Home Page", "../home.html", ""] 
buildMenu();

//ssmItems[7]=["Forbidden Gear", "../ForbiddenSlippers.html", ""]

//-->



