<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // 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=130; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#669966";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="1";
linkBGColor="99FFCC";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CE3131";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="LOCATIONS"; // <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]=["Countries"] //create header
ssmItems[1]=["Austria", "../museums/public_collections.htm#AUSTRIA", ""]
ssmItems[2]=["Canada", "../museums/public_collections.htm#CANADA", ""]
ssmItems[3]=["China", "../museums/public_collections.htm#CHINA", ""]
ssmItems[4]=["Channel Islands", "../museums/public_collections.htm#CHANNEL_ISLANDS", ""]
ssmItems[5]=["Denmark", "../museums/public_collections.htm#DENMARK", ""]
ssmItems[6]=["France", "../museums/public_collections.htm#FRANCE", ""]
ssmItems[7]=["Germany", "../museums/public_collections.htm#GERMANY", ""]
ssmItems[8]=["Italy", "../museums/public_collections.htm#ITALY", ""]
ssmItems[9]=["Japan", "../museums/public_collections.htm#JAPAN", ""]
ssmItems[10]=["Mexico", "../museums/public_collections.htm#MEXICO", ""]
ssmItems[11]=["Germany", "../museums/public_collections.htm#GERMANY", ""]
ssmItems[12]=["The Netherlands", "../museums/public_collections.htm#THE_NETHERLANDS", ""]
ssmItems[13]=["Russia", "../museums/public_collections.htm#RUSSIA", ""]
ssmItems[14]=["South Africa", "../museums/public_collections.htm#SOUTH_AFRICA", ""]
ssmItems[15]=["Spain", "../museums/public_collections.htm#SPAIN", ""]
ssmItems[16]=["Sweden", "../museums/public_collections.htm#SWEDEN", ""]
ssmItems[17]=["Switzerland", "../museums/public_collections.htm#SWITZERLAND", ""]
ssmItems[18]=["United Kingdom", "../museums/public_collections.htm#UNITED_KINGDOM", ""]
ssmItems[19]=["United States", "../museums/public_collections.htm#UNITED_STATES", ""]

//ssmItems[4]=["Message Forum", "http://freewarejava.com/cgi-bin/Ultimate.cgi", "_new"]
//ssmItems[5]=["Submit Script", "http://www.dynamicdrive.com/submitscript.htm", ""]
//ssmItems[6]=["Link to Us", "http://www.dynamicdrive.com/link.htm", ""]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

//ssmItems[9]=["External Links", "", ""] //create header
//ssmItems[10]=["Footnotes", "http://www.antiquespectacles.com/history/through_the_ages.htm#footnotes", ""]
//ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
//ssmItems[10]=["Dynamic Fx", "http://absolutegb.com/maximus/", ""]

buildMenu();

//-->
