<!--

/*
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="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="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 Elite", "CadUltimateElite.htm", target="main"]
ssmItems[3]=["Ultimate", "CadUltimate.htm", target="main"]
ssmItems[4]=["Kingsley", "Kingsley.htm", target="main"]
ssmItems[5]=["Coupe de Fleur", "CoupedeFleur.htm", target="main"]
ssmItems[6]=["Specs", "CadillacSpecs.htm", target="main", 1, "no"]
ssmItems[7]=["Features", "CadillacFeatures.htm", target="main",1]

ssmItems[8]=["LINCOLN", "", ""] //create header
ssmItems[9]=["Ultimate Elite", "LinUltimateElite.htm", target="main"]
ssmItems[10]=["Ultimate", "LinUltimate.htm", target="main"]
ssmItems[11]=["Kingsley", "LinKingsley.htm", target="main"]
ssmItems[12]=["Specs", "LincolnSpecs.htm", target="main", 1, "no"]
ssmItems[13]=["Features", "LincolnFeatures.htm", target="main",1]
ssmItems[14]=["Other Information", "", ""] //create header

ssmItems[15]=["Ext Trim", "Options.htm", target="main", 1, "no"] //create two column row
ssmItems[16]=["Flooring", "FloorSamples.htm", target="main",1]
ssmItems[17]=["Should I Lease?", "ShouldILease.htm", target="main"]


buildMenu();

//-->