<!--

/*
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="blue";
hdrBGColor="#e8e8ff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#e8e8ff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#e8e8ff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="blue";
barVAlign="center";
barWidth=35; // no quotes!!
barText="La vie au Stanford"; // <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]=["The Bay Area"] //create header
ssmItems[1]=["On the web!", "http://www.stanford.edu/~yamanoor/stanford/web/", "mainFrame"]
ssmItems[2]=["Events", "http://www.stanford.edu/~yamanoor/stanford/events/","mainFrame"]
ssmItems[3]=["Networks", "http://www.stanford.edu/~yamanoor/stanford/networks/", "mainFrame"]
ssmItems[4]=["Eat Out!", "http://www.stanford.edu/~yamanoor/stanford/eatout/", "mainFrame"]
ssmItems[5]=["Under Construction", "http://www.stanford.edu/~yamanoor/", ""]
ssmItems[6]=["Coming Soon!", "http://www.stanford.edu/~yamanoor/", ""]

ssmItems[7]=["Under Construction", "http://www.stanford.edu/~yamanoor/", "", 1, "no"] //create two column row
ssmItems[8]=["Under Construction", "http://www.stanford.edu/~yamanoor/", "",1]

ssmItems[9]=["Stanford Links", "", ""] //create header
ssmItems[10]=["Stanford University", "http://www.stanford.edu/", "blank"]
ssmItems[11]=["Innovation @ Stanford", "http://www.stanford.edu/group/wellspring/", "blank"]
ssmItems[12]=["Under Construction", "http://www.stanford.edu/~yamanoor/", ""]

buildMenu();

//-->
