<!--

/*
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SIDE MENU"; // <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]=["Menu"] //create header
ssmItems[1]=["Search this Web", "http://www.ess.uwe.ac.uk/search.htm", ""]
ssmItems[2]=["What's New", "http://www.ess.uwe.ac.uk/genocide/additions.htm",""]
ssmItems[3]=["Home Page", "http://www.ess.uwe.ac.uk/genocide/", ""]
ssmItems[4]=["Main Categories"] //create header
ssmItems[5]=["Appropriations", "http://www.ess.uwe.ac.uk/genocide/appropriation.htm", "_new"]
ssmItems[6]=["BioProfiles-Third Reich", "http://www.ess.uwe.ac.uk/genocide/bioprofiles.htm", ""]
ssmItems[7]=["Book Reviews", "http://www.ess.uwe.ac.uk/genocide/reviews.htm", ""]
ssmItems[8]=["Conventions/Laws", "http://www.ess.uwe.ac.uk/genocide/IntLaw.htm", ""]
ssmItems[9]=["Crimes, Trials, Laws", "http://www.ess.uwe.ac.uk/genocide/trials.htm", ""]
ssmItems[10]=["Documents", "http://www.ess.uwe.ac.uk/genocide/docments.htm", ""]
ssmItems[11]=["East Timor", "http://www.ess.uwe.ac.uk/Timor/index.htm", ""]
ssmItems[12]=["General Web Resources", "http://www.ess.uwe.ac.uk/genocide/general.htm", ""]
ssmItems[13]=["Glossary", "http://www.ess.uwe.ac.uk/genocide/glossary.htm", ""]
ssmItems[14]=["Jewish Holocaust", "http://www.ess.uwe.ac.uk/genocide/Holocaust.htm", ""]
ssmItems[15]=["Kosovo", "http://www.ess.uwe.ac.uk/Kosovo/Kosovo-index.htm", ""]
ssmItems[16]=["Sierra Leone", "http://www.ess.uwe.ac.uk/SierraLeone/index.htm", ""]
ssmItems[17]=["Macedonia", "http://www.ess.uwe.ac.uk/Macedonia/index.htm", ""]
ssmItems[18]=["War Criminals", "http://www.ess.uwe.ac.uk/genocide/war_criminals.htm", ""]
ssmItems[19]=["World War II Resources", "http://www.ess.uwe.ac.uk/genocide/WW2res.htm", ""]
ssmItems[20]=["Yugoslav Wars", "http://www.ess.uwe.ac.uk/genocide/yugoslav.htm", ""]
ssmItems[21]=["More Resources", "http://www.ess.uwe.ac.uk/genocide/genocide.htm", ""]
buildMenu();

//-->
