<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=90; // no quotes!!
XOffset=10;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=400; // 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="#BC910E";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#888888";
linkOverBGColor="#F8E09A";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333333";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#BC910E";
barVAlign="center";
barWidth=20; // no quotes!!
barText="LIMOUSINE MODELS"; // <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]=["CADILLAC & LINCOLN"] //create header
ssmItems[1]=["6-DOOR LIMOUSINES", "6door.htm", target="main"]
ssmItems[2]=["5-DOOR MOTORCADE", "motorcade.htm", target="main"]
ssmItems[3]=["5-DOOR ARLINGTON", "Arlington.htm", target="main"]




ssmItems[4]=["Should I Lease?", "ShouldILease.htm", target="main"]


buildMenu();

//-->
