<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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=240; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#DFEDFA"; // the font color for the header rows
hdrBGColor="#2B1EA2";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DFEDFA";
linkTarget="_top";
linkAlign="Left";
barBGColor="#170A8C";	// this is the virticle bar that says MENU
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#DFEDFA";
barVAlign="center";
barWidth=20; // no quotes!!
barText="PTA 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]=["Bluebonnet PTA Home", "index.asp", ""]
ssmItems[2]=["President's Page", "pta_president.asp",""]
ssmItems[3]=["Principal's Corner", "pta_principal.asp", ""]
ssmItems[4]=["Vice Principal's Chat & Cheers", "pta_viceprin.asp", ""]
ssmItems[5]=["Volunteer Ops", "pta_volenteer.asp", ""]
ssmItems[6]=["Blossoming Bulldogs", "pta_honor_roll.asp", ""]

ssmItems[7]=["Calendar", "pta_calendar.asp", "", 1, "no"] //create two column rows
ssmItems[8]=["Announcements", "announcements.asp", "",1]

ssmItems[9]=["Parents", "pta_partners.asp", ""]
ssmItems[10]=["Teacher's Wish List", "pta_wishlist.asp", ""]

ssmItems[11]=["Login", "pta_login.asp", "", 1, "no"] //create two column rows
ssmItems[12]=["Contact", "pta_contact.asp", "",1]

ssmItems[13]=["External Links", "", ""] //create header
ssmItems[14]=["External Links", "pta_links.asp", ""]
ssmItems[15]=["Form Download", "pta_forms.asp", ""]
ssmItems[16]=["Special Thanks", "pta_thankyou.asp", ""]
ssmItems[17]=["Power Tools", "pta_member_tools.asp", ""]

buildMenu();

//-->