<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // 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="#000000";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#990000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#141414";
linkOverBGColor="#FFFF00";
linkTarget="_top";
linkAlign="Left";
barBGColor="#141414";
barFontFamily="sans-serif,verdana,arial";
barFontSize="2";
barFontColor="#FF0000";
barVAlign="center";
barWidth=30; // no quotes!!
barText="MAPS & PICS"// <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]=[""] //create header
ssmItems[1]=["Barnard Castle Life", "http://www.barnardcastlelife.co.uk", "_new"]
ssmItems[2]=["Interactive map of the town", "http://www.virtualbarnardcastle.co.uk","_new"]
ssmItems[3]=["Barney picture map", "town/virtualmap.html", "_new"]
ssmItems[4]=["Interactive map of the castle", "flashcastle.html", "_new"]
ssmItems[5]=["Images of BC mini site", "5.htm", "_new"]
ssmItems[6]=["Useful Maps & Phone Numbers", "usefulnumbers.html", "_new"]
ssmItems[7]=["Adverts from the 1930's", "oldbarnardcastleadverts.html", "_new"]
ssmItems[8]=[""] //create header

buildMenu();

//-->