<!--

/*
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=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="lime";
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="arial";
hdrFontSize="2";
hdrFontColor="lime";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#99FF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="navy";
barFontFamily="arial";
barFontSize="2";
barFontColor="lime";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATE HERE"; // <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]=["DDL Services"] //create header
ssmItems[1]=["Why DDL?", "aboutddl.htm", ""]
ssmItems[2]=["Travel Staff", "staff.htm", ""]
ssmItems[3]=["Ground Operations", "ground.htm", ""]
ssmItems[4]=["Sightseeing & Activities", "activ.htm", ""]
ssmItems[5]=["Dining & Catering", "cater.htm", ""]
ssmItems[6]=["Special Events", "special.htm", ""]
ssmItems[7]=["Talent Booking/Production", "talent.htm", ""]
ssmItems[8]=["Team Building", "team.htm", ""]
ssmItems[9]=["Other Services", "other.htm", ""]
ssmItems[10]=["Back to Fireworks Page", "index.html", ""]

ssmItems[11]=["Contact Us", "contact.htm", "", 1, "no"] //create two column row
ssmItems[12]=["Client Access", "client.htm", "",1]

ssmItems[13]=["Other Links", "", ""] //create header
ssmItems[14]=["Visit Our Web Designer", "http://personal.lig.bellsouth.net/~justreb", "_new"]
ssmItems[15]=["Website Credits & Awards", "awards.htm", ""]

buildMenu();

//-->