<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#BC910E";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="18";
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="HEARSE 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"] //create header
ssmItems[1]=["Echelon Limited", "CadEchelon.htm", target="main"]
ssmItems[2]=["Ultimate", "CadUltimate.htm", target="main"]
ssmItems[3]=["Kingsley", "Kingsley.htm", target="main"]
ssmItems[4]=["Coupe de Fleur", "CoupedeFleur.htm", target="main"]
ssmItems[5]=["Options", "CadillacOptions.htm", target="main"]

ssmItems[6]=["LINCOLN", "", ""] //create header
ssmItems[7]=["New Ultimate MKT", "LinMKT.htm", target="main"]
ssmItems[8]=["Ultimate", "LinUltimate.htm", target="main"]
ssmItems[9]=["Kingsley", "LinKingsley.htm", target="main"]
ssmItems[10]=["Options", "LincolnOptions.htm", target="main"]
ssmItems[11]=["Other Information", "", ""] //create header

ssmItems[12]=["Ext Trim", "Options.htm", target="main", 1, "no"] //create two column row
ssmItems[13]=["Flooring", "FloorSamples.htm", target="main",1]
ssmItems[14]=["Elite Package", "ElitePackage.htm", target="main"]
ssmItems[15]=["Should I Lease?", "ShouldILease.htm", target="main"]


buildMenu();

//-->
