<!--
YOffset=100;
XOffset=0;
staticYOffset=30;
slideSpeed=10;
waitTime=50; 
menuBGColor="grey";
menuIsStatic="yes"; 
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="yellow";
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="MMC MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

ssmItems[0]=["Dahlberg Group"] //create header
ssmItems[1]=["Home", "http://www.physics.umn.edu/groups/mmc", ""]
ssmItems[2]=["Research", "http://www.physics.umn.edu/groups/mmc/research.html",""]
ssmItems[3]=["Publications","http://www.physics.umn.edu/groups/mmc/pub.html",""]
ssmItems[4]=["People","http://www.physics.umn.edu/groups/mmc/people.html",""]
ssmItems[5]=["Gallery","http://www.physics.umn.edu/groups/mmc/pic.html",""]
ssmItems[6]=["Contact Us","http://www.physics.umn.edu/groups/mmc/contact.html",""]

buildMenu();

//-->
