<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=70; // 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="#c0c0c0";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0b1946";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#fbe0d4";
linkTarget="_top";
linkAlign="Left";
barBGColor="#c0c0c0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=40; // no quotes!!
barText="Contents"; // <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]=["Finding Aid - Contents"] //create header
ssmItems[1]=["Top of Finding Aid", "#top", ""]
ssmItems[2]=["Description of the Collection", "#description",""]
ssmItems[3]=["Einstein's Biographical Timeline", "#timeline", ""]
ssmItems[4]=["Archival History", "#archhist", ""]
ssmItems[5]=["Scope and Contents of the Conllection", "#scopecontent", ""]
ssmItems[6]=["System of Arrangement", "#arrangement", ""]
ssmItems[7]=["I. Textual Materials", "#textual", ""] //create two column row
ssmItems[8]=["II. Audiovisual Materials", "#audiovis", ""]
ssmItems[9]=["III. The Albert Einstein Archives Library", "#aealib", ""] //create header
ssmItems[10]=["IV. Artifacts", "#artifacts", ""]
ssmItems[11]=["Conditions Governing Access and Reproduction", "#accessrestrict", ""]
ssmItems[12]=["Finding Aids", "#otherfindaid", ""]
ssmItems[13]=["Selected Search Terms", "#searchterms", ""]
ssmItems[14]=["Folder List", "#folderlist", ""]
ssmItems[15]=["A. Scientific Material", "#fldList-A", ""]
ssmItems[16]=["B. Non-Scientific Material", "#fldList-B", ""]
ssmItems[17]=["C. Biographical Material", "#fldList-C", ""]

buildMenu();

//-->