<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=11; // no quotes!!
XOffset=0;
staticYOffset=10; // 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=240; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#CC0000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ITHACA GUIDE 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]=["Life"] //create header
ssmItems[1]=["About Joint Ventures", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#about", ""]
ssmItems[2]=["Helpful Numbers", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#numbers", "", 1, "no"] //create two column row
ssmItems[3]=["Helpful Websites", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#websites", "",1]
ssmItems[4]=["How to get a Cornell Spouse ID", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#ID", ""]
ssmItems[5]=["Health Care", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#health", ""]
ssmItems[6]=["Commonly Used Services", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#common", ""]
ssmItems[7]=["Restaurants", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#restaurants", "", 1, "no"] //create two column row
ssmItems[8]=["Pet Resources", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#pet", "",1]
ssmItems[9]=["Outdoor Entertainment", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#outdoor", ""]
ssmItems[10]=["Indoor Entertainment", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#indoor", ""]

ssmItems[11]=["Housing", "", ""] //create header
ssmItems[12]=["Neighborhoods", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#neighborhoods", "", 1, "no"] //create two column row
ssmItems[13]=["Things to Consider", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#consider", "",1]
ssmItems[14]=["On-Campus", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#on", "", 1, "no"] //create two column row
ssmItems[15]=["Off-Campus", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#off", "",1]
ssmItems[16]=["Additional Resources", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#additional", ""]

ssmItems[17]=["Careers", "", ""] //create header
ssmItems[18]=["Employment Resources", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#employment", ""]
ssmItems[19]=["Local Employers", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#local", "", 1, "no"] //create two column row
ssmItems[20]=["K-12 Employment", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#k12", "",1]
ssmItems[21]=["Working Spouses/Partners Contact List", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#list", ""]

ssmItems[22]=["Family", "", ""] //create header
ssmItems[23]=["Day Care Resources", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#care", ""]
ssmItems[24]=["Public Schools", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#public", "", 1, "no"] //create two column row
ssmItems[25]=["Private Schools", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#private", "",1]
ssmItems[26]=["Other Programs", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#programs", "", 1, "no"] //create two column row
ssmItems[27]=["Personal Referrals", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#referrals", "",1]
ssmItems[28]=["Expecting Parents Information", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#expecting", ""]

ssmItems[28]=["International", "", ""] //create header
ssmItems[29]=["Where to Seek Assistance", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#assistance", ""]
ssmItems[30]=["Driving Tips", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#driving", "", 1, "no"] //create two column row
ssmItems[31]=["Shopping Tips", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#shopping", "",1]
ssmItems[32]=["Housing Tips", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#housing", "", 1, "no"] //create two column row
ssmItems[33]=["Furniture", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#furniture", "",1]
ssmItems[34]=["Communication", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#communication", ""]
ssmItems[35]=["Miscellaneous Tips", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#miscellaneous", ""]
ssmItems[36]=["Education", "http://forum.johnson.cornell.edu/students/orgs/jointventures/guide.htm#education", ""]

buildMenu();

//-->