<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#660066";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FF33CC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#3399CC";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="VAMPIGATION"; // <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]=["The Band"] //create header
ssmItems[1]=["Vamp History", "http://www.itm-ed.de/tvamp/band/vamphistory.html", ""]
ssmItems[2]=["Wendy", "http://www.itm-ed.de/tvamp/band/wendyjames.html", "", 1, "no"] //create two column row
ssmItems[3]=["Tex", "http://www.itm-ed.de/tvamp/band/texaxile.html","", 1]
ssmItems[4]=["Nick", "http://www.itm-ed.de/tvamp/band/nicksayer.html", "", 1, "no"] //create two column row
ssmItems[5]=["Dave", "http://www.itm-ed.de/tvamp/band/daveparsons.html", "", 1]
ssmItems[6]=["Jazz, Mallett, Pol", "http://www.itm-ed.de/tvamp/band/jazzmallettpol.html", ""] 
ssmItems[7]=["The Music", "", ""] //create header
ssmItems[8]=["Articles", "http://www.itm-ed.de/tvamp/music/articles/", ""]
ssmItems[9]=["Discography", "http://www.itm-ed.de/tvamp/music/discography/", ""]
ssmItems[10]=["Lyrics", "http://www.itm-ed.de/tvamp/music/lyrics/", "", 1, "no"] //create two column row
ssmItems[11]=["Multimedia", "http://www.itm-ed.de/tvamp/music/multimedia/", "", 1]
ssmItems[12]=["Ultimate Song List", "http://www.itm-ed.de/tvamp/music/discography/ultimatesonglist.html", ""]
ssmItems[13]=["The Fans", "", ""] //create header
ssmItems[14]=["Collections", "http://www.itm-ed.de/tvamp/fans/collections/", "", 1, "no"] //create two column row
ssmItems[15]=["Images", "http://www.itm-ed.de/tvamp/fans/images/", "", 1]
ssmItems[16]=["Polls", "http://www.itm-ed.de/tvamp/fans/polls.html", "", 1, "no"] //create two column row
ssmItems[17]=["Stories", "http://www.itm-ed.de/tvamp/fans/stories/", "", 1]
ssmItems[18]=["Vamp Links", "http://www.itm-ed.de/tvamp/fans/links.html", ""]
ssmItems[19]=["The Site"] //create header
ssmItems[20]=["News & Updates", "http://www.itm-ed.de/tvamp/updates/", ""]
ssmItems[21]=["Cam", "mailto:transvision_vamp@hotmail.com", "", 1, "no"] //create two column row
ssmItems[22]=["Jay", "mailto:justkw76@aol.com", "", 1]


buildMenu();

//-->