<!--

/*
Low Rider Items Menu
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=175; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=0 // no quotes!!
waitTime=5; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="green";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="cyan";
hdrBGColor="#009999";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="3";
linkFontFamily="verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#009999";
barFontFamily="verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATION 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]=["Low Rider Bike Sales"] //create header
ssmItems[1]=["Lowrider #529 Chrome ", "http://ajobikes.com/lowriders/sales/index.html#529chrome", "",] 
ssmItems[2]=["Lowrider #529 Colors ", "http://ajobikes.com/lowriders/sales/index.html#529color", "",] 
ssmItems[3]=["Lowrider #531 Chrome ", "http://ajobikes.com/lowriders/sales/index.html#531chrome", "",]
ssmItems[4]=["Lowrider #531 Colors ", "http://ajobikes.com/lowriders/sales/index.html#531color", "",]
ssmItems[5]=["Lowrider #532 Chrome ", "http://ajobikes.com/lowriders/sales/index.html#532chrome", "",] 
ssmItems[6]=["Lowrider #532 Colors ", "http://ajobikes.com/lowriders/sales/index.html#532color", "",] 
ssmItems[7]=["Lowrider #533 Gold/Chrome ", "http://ajobikes.com/lowriders/sales/index.html#533", "",] 
ssmItems[8]=["Lowrider #534 Gold/Chrome ", "http://ajobikes.com/lowriders/sales/index.html#534", "",] 
ssmItems[9]=["Lowrider #537 Gold/Chrome ", "http://ajobikes.com/lowriders/sales/index.html#537", "",] 
ssmItems[10]=["Lowrider #539 Chrome/Colors ", "http://ajobikes.com/lowriders/sales/index.html#539", "",] 
ssmItems[11]=["Lowrider #542 Chrome/Colors ", "http://ajobikes.com/lowriders/sales/index.html#542", "",] 
ssmItems[12]=["Lowrider #545 Chrome/Colors ", "http://ajobikes.com/lowriders/sales/index.html#545", "",]
ssmItems[13]=["Lowrider #547 Gold/Chrome ", "http://ajobikes.com/lowriders/sales/index.html#547", "",] 
ssmItems[14]=["Lowrider #551 Chrome/Colors ", "http://ajobikes.com/lowriders/sales/index.html#551", "",] 
ssmItems[15]=["Lowrider #552 Chrome/Colors ", "http://ajobikes.com/lowriders/sales/index.html#552", "",] 
ssmItems[16]=["Lowrider #553 Chrome/Colors ", "http://ajobikes.com/lowriders/sales/index.html#553", "",] 
ssmItems[17]=["Lowrider #546 Chopper ", "http://ajobikes.com/lowriders/sales/index.html#546", "",] 
ssmItems[18]=["Lowrider #556 Chopper ", "http://ajobikes.com/lowriders/sales/index.html#556", "",] 
ssmItems[19]=["Lowrider Parts"] //create header
ssmItems[20]=["Parts Home Page", "http://ajobikes.com/lowriders/lowriderparts/index.html", ""]
ssmItems[21]=["Home Pages"] //create header
ssmItems[22]=["Email", "mailto:ajobikes@aol.com?subject=From_AjoBikes_Lowriders", ""]
ssmItems[23]=["Lowrider Home Page", "http://ajobikes.com/lowriders/index.html", "",]
ssmItems[24]=["Picture Show (Bikes)", "http://ajobikes.com/lowriders/lowriderbikes.html", "",]
ssmItems[25]=["Parts Home Page", "http://ajobikes.com/lowriders/lowriderparts/index.html", ""]
ssmItems[26]=["Ajo Bikes Home Page", "http://ajobikes.com/index.html", ""]
ssmItems[27]=["..ty"] //create header
buildMenu();

//-->