<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=140; // no quotes!!
XOffset=15;
staticYOffset=60; // no quotes!!
slideSpeed=1 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="blue";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000080";
hdrAlign="center";
hdrVAlign="bottom";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Center";
barBGColor="#000080";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="> SITE INDEX >"; // <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]=["CHRIS CRADDOCK"] //create header
ssmItems[1]=["No Tax Hikes!", "http://www.notaxhike.net", ""]
ssmItems[2]=["Link 2", "2.htm", ""]
ssmItems[3]=["Link 3", "3.htm", ""]
ssmItems[4]=["Link 4", "4.htm", ""]
ssmItems[5]=["Link 5", "5.htm", ""]
ssmItems[6]=["FOR DELEGATE"] //create header
ssmItems[7]=["Link 6", "6.htm", ""] 
ssmItems[8]=["Link 7", "7..htm", ""]
ssmItems[9]=["Link 8", "8.htm", ""]
ssmItems[10]=["Link 9", "9.htm", ""]
ssmItems[11]=["Link 10", "10.htm", ""]
ssmItems[12]=["67th DIST. OF VIRGINIA"] //create header


buildMenu();

//-->