<!--

/*
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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#6699CC";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#003399";
linkTarget="_top";
linkAlign="Left";
barBGColor="#003399";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE 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]=["Buy", "", "", 1, "no"] //create header
ssmItems[1]=["Bid", "", "",1] //create header
ssmItems[2]=["CDs", "/index.php?c=music&x=John_Lennon_CDs","", 1, "no"]
ssmItems[3]=["CDs", "/auctions/john_lennon_auctions_cds.php", "",1]
ssmItems[4]=["Records", "/index.php?c=vinyl&x=John_Lennon_Vinyl", "", 1, "no"]
ssmItems[5]=["Records", "/auctions/john_lennon_auctions_records.php","",1]
ssmItems[6]=["Books", "/index.php?c=books&x=John_Lennon_Books", "", 1, "no"]
ssmItems[7]=["Books", "/auctions/john_lennon_auctions_books.php", "",1]
ssmItems[8]=["DVDs", "/index.php?c=vinyl&x=John_Lennon_DVDs", "", 1, "no"]
ssmItems[9]=["DVDs", "/auctions/john_lennon_auctions_dvds.php", "",1]
ssmItems[10]=["Videos", "/index.php?c=vhs&x=John_Lennon_VHS_Videos", "", 1, "no"]
ssmItems[11]=["Clothing", "/auctions/john_lennon_auctions_clothing.php", "",1]
ssmItems[12]=["mp3's", "/john_lennon_mp3s.php", "", 1, "no"]
ssmItems[13]=["Memorabilia", "/auctions/john_lennon_auctions_memorabilia.php", "",1]
ssmItems[14]=["Ringtones", "/john_lennon_ringtones.php", "", 1, "no"]
ssmItems[15]=["Everything!", "/auctions/john_lennon_auctions.php", "",1]


//ssmItems[16]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[17]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[16]=["Coming Soon", "", ""] //create header
ssmItems[17]=["Paul-McCartney.co.uk", "http://paul-mccartney.co.uk", "_new"]
ssmItems[18]=["George-Harrison.co.uk", "http://george-mccartney.co.uk", "_new"]
ssmItems[19]=["Rindo-Starr.co.uk", "http://ringo-starr.co.uk", "_new"]

buildMenu();

//-->