<!--

/*
Edit this menu with Notepad - Not an Html Editor

Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=0; // no quotes!!
XOffset=5;
staticYOffset=75; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="CCFFCC";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=170; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="000000";   <!--  UNLINKED TITLES -->
hdrBGColor="#CCFFCC";
hdrAlign="left";
hdrVAlign="left";
hdrHeight="15";
linkFontFamily="Verdana"; 
linkFontSize="1";
linkBGColor="#CCFFCC";      <!-- LINK BACKGROUND -->
linkOverBGColor="#33CC99";  <!-- MOUSE OVER BACKGROUND CHANGE -->
linkTarget="_top";
linkAlign="left";
barBGColor="FF6600";   <!--  SITE MENU BAR COLOR -->
barFontFamily="VERDANA";
barFontSize="1";
barFontColor="#000000";  <!-- SITE MENU -->
barVAlign="center";
barWidth=18; // no quotes!!
barText="SITE 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]=["BIOLOGY DEPT", "http://www.biol.sc.edu/", ""]

ssmItems[1]=["USC", "http://www.sc.edu/", ""]
ssmItems[2]=["", "",""]
ssmItems[3]=["TOP", "#top",""]
ssmItems[4]=["ANNOUNCEMENTS", "neuro.html#two",""]
ssmItems[5]=["SYLLABUS", "http://www.biol.sc.edu/~vogt/courses/neuro/neurosylb.pdf", ""]
ssmItems[6]=["Assignments ", " neuro.html#essays", ""]
ssmItems[7]=["Main Index", "neuro.html",""]
ssmItems[8]=["Lectures 1-3 (RP/AP)", "neuroAP.html",""]
ssmItems[9]=["Lecture 4 (Synapse)", "neurosynapse.html", ""]
ssmItems[10]=["Lecture 5 (Behavior)", "neurobehavior.html", ""]

ssmItems[11]=["LABS", "neurolabs.html", ""]









buildMenu();

//-->

