 /***********************************************
*	(c) Ger Versluis 2000 version 13.20 October 12, 2005    *
*	You may use this script on non commercial sites.	          *
*	www.burmees.nl/menu			          *
*	You may remove all comments for faster loading	          *		
************************************************/
	var NoOffFirstLineMenus=6;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="#6993CD";			// Background color when mouse is not over
	var HighBgColor="#FBB03B";			// Background color when mouse is over
	var FontLowColor="#ffffff";			// Font color when mouse is not over
	var FontHighColor="#6993CD";			// Font color when mouse is over
	var BorderColor="#ffffff";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border width between elements main items
	var BorderBtwnSub=1;			// Border width between elements sub items
	var FontFamily="arial";	            // Font family menu items
	var FontSize=12;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";		// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.1;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.6;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var DistFrmFrameBrdr=0;			// Distance between main menu and frame border
	var LeftPaddng=3;				// Left padding
	var TopPaddng=4;				// Top padding. If set to -1 text is vertically centered
	var FirstLineHorizontal=1;			// Number defines to which level the menu must unfold horizontal; 0 is all vertical
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var UnfoldDelay=25;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"spacer.gif",0,0,BaseHref+"spacer.gif",0,0,BaseHref+"spacer.gif",0,0,BaseHref+"spacer.gif",0,0];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var BgImgLeftOffset=5;			// Only relevant when bg image is used as rollover
	var ScaleMenu=0;				// 1/0 When set to 0 Menu scales with browser text size setting
	var OverFormElements=1;			// Set this to 0 when the menu does not need to cover form elements.

	var HooverBold=0;				// 1 or 0
	var HooverItalic=0;				// 1 or 0
	var HooverUnderLine=0;			// 1 or 0
	var HooverTextSize=0;			// 0=off, number is font size difference on hoover
	var HooverVariant=0;			// 1 or 0

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#AFE0E9, offX=0, offY=0, positive=0)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#AFE0E9, direction=100, strength=0)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=200)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}


Menu1 = 'off'
Menu2 = 'off'
Menu3 = 'off'
Menu4 = 'off'
Menu5 = 'off'
Menu6 = 'off'

switch(selectedMenu)
{
	case 1: Menu1 = 'on'; break;
	case 2: Menu2 = 'on'; break;
	case 3: Menu3 = 'on'; break;
	case 4: Menu4 = 'on'; break;
	case 5: Menu5 = 'on'; break;
	case 6: Menu6 = 'on'; break;
}

function openmailing()
{
	leftPos = (screen.width - 550) / 2
	topPos = (screen.height - 400) / 2

	window.open('mailing.asp', 'newwindow', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=550, height=400, left=' + leftPos + ', top=' + topPos )
}

function openinquiry()
{
	leftPos = (screen.width - 650) / 2
	topPos = (screen.height - 550) / 2

	window.open('http://www.summerplaceprograms.com/registration/inquiry.html', 'newwindow', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1200, height=800, left=' + leftPos + ', top=' + topPos )
}

function openmenu()
{
	leftPos = (screen.width - 550) / 2
	topPos = (screen.height - 550) / 2

	window.open('menu.htm', 'newwindow', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=550, height=550, left=' + leftPos + ', top=' + topPos )
}

function openonlinereg()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('http://www.summerplaceprograms.com/registration/index.html', 'newwindow', 'toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function splacereg()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('http://www.summerplaceprograms.com/registration/splaceform.html', 'newwindow', 'toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1200, height=800, left=' + leftPos + ', top=' + topPos )
}


function splitreg()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('http://www.summerplaceprograms.com/registration/split.html', 'newwindow', 'toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1200, height=800, left=' + leftPos + ', top=' + topPos )
}

function kplacereg()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('http://www.summerplaceprograms.com/registration/kinderplace.html', 'newwindow', 'toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1200, height=800, left=' + leftPos + ', top=' + topPos )
}



function playersreg()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('http://www.summerplaceprograms.com/registration/players.html', 'newwindow', 'toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1200, height=800, left=' + leftPos + ', top=' + topPos )
}








function openprogramprintreg()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/programprintregform.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openkplaceprintreg()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/kplaceprintregform.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openplayersprintreg()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/playersprintregform.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function opensplitprintreg()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/splitprintregform.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}


function opencredit_form()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/credit_form.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}



function openmedform()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/10medform.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openmedauthorizationform()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/medauthorizationform.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function opensession1()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/session1.pdf', 'newwindow', 'toolbar=yes, location=no, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function opensession2()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/session2.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function opensession3()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/session3.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openchangeform()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/changeform.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openprogrambrochure()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/programbrochure.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function opennewsletter()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/2008Newsletter.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function opensplitbrochure()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/splitbrochure.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openkplacebrochure()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/kplacebrochure.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openplayersbrochure()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/playersbrochure.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openspnewsletter()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/sp_newsletter.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function opensplitnewsletter()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/split_newsletter.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openkplacenewsletter()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/kplace_newsletter.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openlplacenewsletter()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/lplace_newsletter.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

function openplayersnewsletter()
{
	leftPos = (screen.width - 750) / 2
	topPos = (screen.height - 600) / 2

	window.open('pdf/players_newsletter.pdf', 'newwindow', 'toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, width=750, height=550, left=' + leftPos + ', top=' + topPos )
}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText or background image format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("rollover?images/home3_"+Menu1+".gif?images/home3_on.gif","index.html","",0,26,80,"","","","","","",-1,-1,-1,"","Home");

Menu2=new Array("rollover?images/sp_program3_"+Menu2+".gif?images/sp_program3_on.gif","sphome.htm","",11,26,144,"","","","","","",-1,-1,-1,"","Summer Place Program Home");
	Menu2_1=new Array("Summer Place Home","sphome.htm","",0,22,250,"","","","","","",-1,-1,-1,"","Summer Place Home");
	Menu2_2=new Array("The Summer Place Day","spday.htm","",0,22,250,"","","","","","",-1,-1,-1,"","The Summer Place Day");
      Menu2_3=new Array("Enrichment Program      > > >","spenrich.htm","",7,22,250,"","","","","","",-1,-1,-1,"","Enrichment Program");
	Menu2_3_1=new Array("Applied and Visual Arts","spenrich1.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Applied & Visual Arts");
	Menu2_3_2=new Array("Communication","spenrich2.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Communication");
	Menu2_3_3=new Array("Computer Science","spenrich3.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Computer Science");
	Menu2_3_4=new Array("Culinary Arts","spenrich4.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Culinary Arts");
	Menu2_3_5=new Array("Science","spenrich5.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Science");
	Menu2_3_6=new Array("Theater and Entertainment","spenrich6.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Theater & Entertainment");
	Menu2_3_7=new Array("And in categories all their own . . .","spenrich7.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Categories All Their Own");
      Menu2_4=new Array("Sports and Recreational Activities > > >","spsports.htm","",1,22,250,"","","","","","",-1,-1,-1,"","Sports & Recreational Activities");
      Menu2_4_1=new Array("Recreational Activities Descriptions","spsports1.htm","",0,22,300,"","","","","","",-1,-1,-1,"","Recreational Activities Descriptions");
	Menu2_5=new Array("Faculty and Staff","spstaff.htm","",0,22,250,"","","","","","",-1,-1,-1,"","Faculty & Staff");
	Menu2_6=new Array("Facilities","spfacilities.htm","",0,22,150,"","","","","","",-1,-1,-1,"","Facilities");
	Menu2_7=new Array("Dates, Hours, and Fees","spdates.htm","",0,22,250,"","","","","","",-1,-1,-1,"","Dates, Hours, and Fees");
	Menu2_8=new Array("Registration                  > > >","","",7,22,250,"","","","","","",-1,-1,-1,"","Registration");
	Menu2_8_1=new Array("General Information","spreginfo.htm","",0,22,220,"","","","","","",-1,-1,-1,"","Registration General Information");
	Menu2_8_2=new Array("Register Online","javascript:splacereg()","",0,22,220,"","","","","","",-1,-1,-1,"","Register Online");
	Menu2_8_3=new Array("Print Registration Form","javascript:openprogramprintreg()","",0,22,220,"","","","","","",-1,-1,-1,"","Print Registration Form");
      Menu2_8_4=new Array("Session I Course Worksheet","javascript:opensession1()","",0,22,220,"","","","","","",-1,-1,-1,"","Session I Course Worksheet");
	Menu2_8_5=new Array("Session II Course Worksheet","javascript:opensession2()","",0,22,220,"","","","","","",-1,-1,-1,"","Session II Course Worksheet");
	Menu2_8_6=new Array("Session III Course Worksheet","javascript:opensession3()","",0,22,220,"","","","","","",-1,-1,-1,"","Session III Course Worksheet");
	Menu2_8_7=new Array("Change of Routine Form","javascript:openchangeform()","",0,22,220,"","","","","","",-1,-1,-1,"","Change of Routine Form");
	Menu2_9=new Array("Special Options             > > >","","",4,22,250,"","","","","","",-1,-1,-1,"","Special Options");
	Menu2_9_1=new Array("Lunch and Snacks    > > >","splunch.htm","",1,22,150,"","","","","","",-1,-1,-1,"","Lunch & Snacks");
	Menu2_9_1_1=new Array("Lunch Menu","javascript:openmenu()","",0,22,150,"","","","","","",-1,-1,-1,"","Lunch Menu");
	Menu2_9_2=new Array("Bus Service","spbus.htm","",0,22,150,"","","","","","",-1,-1,-1,"","Bus Service");
	Menu2_9_3=new Array("Extended-Hours Care","spcare.htm","",0,22,150,"","","","","","",-1,-1,-1,"","Extended-Hours Care");
	Menu2_9_4=new Array("Show Night","spshownight.htm","",0,22,150,"","","","","","",-1,-1,-1,"","Show Night");
	Menu2_10=new Array("Program Brochure PDF (3 mb)","javascript:openprogrambrochure()","",0,22,220,"","","","","","",-1,-1,-1,"","Program Brochure PDF");
	Menu2_11=new Array("Program Newsletter PDF (305 kb)","javascript:openspnewsletter()","",0,22,220,"","","","","","",-1,-1,-1,"","Program Newsletter PDF");

Menu3=new Array("rollover?images/split2_"+Menu3+".gif?images/split2_on.gif","splithome.htm","",10,26,85,"","","","","","",-1,-1,-1,"","SPLIT");
	Menu3_1=new Array("Leaders in Training Home","splithome.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Leaders in Training Home");
	Menu3_2=new Array("Red Cross Swim Instruction","splitswim.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Red Cross Swim Instruction");
	Menu3_3=new Array("Off-Campus Trips","splittrips.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Off-Campus Trips");
      Menu3_4=new Array("Faculty and Staff","splitstaff.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Faculty and Staff");
	Menu3_5=new Array("Facilities","splitfacilities.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Facilities");
	Menu3_6=new Array("Dates, Hours, and Fees","splitdates.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Dates, Hours, and Fees");
	Menu3_7=new Array("Registration            > > >","","",3,22,220,"","","","","","",-1,-1,-1,"","Registration");
	Menu3_7_1=new Array("General Information","splitreginfo.htm","",0,22,220,"","","","","","",-1,-1,-1,"","Registration General Information");
	Menu3_7_2=new Array("Register Online","javascript:splitreg()","",0,22,220,"","","","","","",-1,-1,-1,"","Register Online");
	Menu3_7_3=new Array("Print Registration Form","javascript:opensplitprintreg()","",0,22,220,"","","","","","",-1,-1,-1,"","Print Registration Form");
	Menu3_8=new Array("Special Options       > > >","","",4,22,225,"","","","","","",-1,-1,-1,"","Special Options");
	Menu3_8_1=new Array("Lunch and Snacks      > > >","splitlunch.htm","",1,22,225,"","","","","","",-1,-1,-1,"","Lunch & Snacks");
	Menu3_8_1_1=new Array("Lunch Menu","javascript:openmenu()","",0,22,225,"","","","","","",-1,-1,-1,"","Lunch Menu");
	Menu3_8_2=new Array("Bus Service","splitbus.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Bus Service");
	Menu3_8_3=new Array("Extended-Hours Care","splitcare.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Extended-Hours Care");
	Menu3_8_4=new Array("Show Night","spshownight.htm","",0,22,150,"","","","","","",-1,-1,-1,"","Show Night");
	Menu3_9=new Array("SPLIT Brochure PDF (1.7 mb)","javascript:opensplitbrochure()","",0,22,220,"","","","","","",-1,-1,-1,"","SPLIT Brochure PDF");
	Menu3_10=new Array("SPLIT Newsletter PDF (188 kb)","javascript:opensplitnewsletter()","",0,22,220,"","","","","","",-1,-1,-1,"","SPLIT Newsletter PDF");

Menu4=new Array("rollover?images/kplace2_"+Menu4+".gif?images/kplace2_on.gif","kplacehome.htm","",11,26,216,"","","","","","",-1,-1,-1,"","Kinderplace & Li'l Place Home");
	Menu4_1=new Array("Kinderplace and Li'l Place Home","kplacehome.htm","",0,22,250,"","","","","","",-1,-1,-1,"","Kinderplace & Li'l Place Home");
	Menu4_2=new Array("Kinderplace         > > >","","",4,22,250,"","","","","","",-1,-1,-1,"","Kinderplace");
	Menu4_2_1=new Array("The Kinderplace Day","kplaceday.htm","",0,22,200,"","","","","","",-1,-1,-1,"","The Kinderplace Day");
	Menu4_2_2=new Array("Red Cross Swim Instruction","kplaceswim.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Red Cross Swim Instruction");
	Menu4_2_3=new Array("Off-Campus Trips","kplacetrips.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Off-Campus Trips");
	Menu4_2_4=new Array("Kinderplace Faculty & Staff","kplacestaff.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Kinderplace Faculty & Staff");
	Menu4_3=new Array("Li'l Place             > > >","","",3,22,250,"","","","","","",-1,-1,-1,"","Li'l Place");
	Menu4_3_1=new Array("The Li'l Place Day","lplaceday.htm","",0,22,200,"","","","","","",-1,-1,-1,"","The Li'l Place Day");
	Menu4_3_2=new Array("Field Trips","lplacetrips.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Field Trips");
	Menu4_3_3=new Array("Li'l Place Faculty & Staff","lplacestaff.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Li'l Place Faculty & Staff");
	Menu4_4=new Array("Facilities","kplacefacilities.htm","",0,22,250,"","","","","","",-1,-1,-1,"","Facilities");
      Menu4_5=new Array("Dates, Hours, and Fees","kplacedates.htm","",0,22,250,"","","","","","",-1,-1,-1,"","Dates, Hours, and Fees");
	Menu4_6=new Array("Registration        > > >","","",3,22,250,"","","","","","",-1,-1,-1,"","Registration");
	Menu4_6_1=new Array("General Information","kplacereginfo.htm","",0,22,200,"","","","","","",-1,-1,-1,"","Registration General Information");
	Menu4_6_2=new Array("Register Online","javascript:kplacereg()","",0,22,200,"","","","","","",-1,-1,-1,"","Register Online");
	Menu4_6_3=new Array("Print Registration Form","javascript:openkplaceprintreg()","",0,22,200,"","","","","","",-1,-1,-1,"","Print Registration Form");
	Menu4_7=new Array("Lunch and Snacks","kplacelunch.htm","",0,22,250,"","","","","","",-1,-1,-1,"","Lunch & Snacks");
	Menu4_8=new Array("Special Options     > > >","","",2,22,250,"","","","","","",-1,-1,-1,"","Special Options");
	Menu4_8_1=new Array("Extended-Hours Care","kplacecare.htm","",0,22,150,"","","","","","",-1,-1,-1,"","Extended-Hours Care");
	Menu4_8_2=new Array("Bus Service","kplacebus.htm","",0,22,150,"","","","","","",-1,-1,-1,"","Bus Service");
	Menu4_9=new Array("Kinderplace/Li'l Place Brochure PDF (1.4 mb)","javascript:openkplacebrochure()","",0,22,250,"","","","","","",-1,-1,-1,"","Kinderplace/Li'l Place Brochure PDF");
	Menu4_10=new Array("Kinderplace Newsletter PDF (365 kb)","javascript:openkplacenewsletter()","",0,22,250,"","","","","","",-1,-1,-1,"","Kinderplace Newsletter PDF");
	Menu4_11=new Array("Li'l Place Newsletter PDF (255 kb)","javascript:openlplacenewsletter()","",0,22,250,"","","","","","",-1,-1,-1,"","Li'l Place Newsletter PDF");

Menu5=new Array("rollover?images/players2_"+Menu5+".gif?images/players2_on.gif","playershome.htm","",10,26,190,"","","","","","",-1,-1,-1,"","Summer Place Players Home");
	Menu5_1=new Array("Players Home","playershome.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Players Home");
	Menu5_2=new Array("The Players Cabaret","playerscabaret.htm","",0,22,225,"","","","","","",-1,-1,-1,"","The Players Cabaret");
      Menu5_3=new Array("The Show","playersshow.htm","",0,22,225,"","","","","","",-1,-1,-1,"","The Show");
	Menu5_4=new Array("Faculty and Staff","playersstaff.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Faculty and Staff");
	Menu5_5=new Array("Facilities","playersfacilities.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Facilities");
	Menu5_6=new Array("Dates, Hours, and Fees","playersdates.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Dates, Hours, and Fees");
	Menu5_7=new Array("Registration            > > >","","",3,22,220,"","","","","","",-1,-1,-1,"","Registration");
	Menu5_7_1=new Array("General Information","playersreginfo.htm","",0,22,220,"","","","","","",-1,-1,-1,"","Registration General Information");
	Menu5_7_2=new Array("Register Online","javascript:playersreg()","",0,22,220,"","","","","","",-1,-1,-1,"","Register Online");
	Menu5_7_3=new Array("Print Registration Form","javascript:openplayersprintreg()","",0,22,220,"","","","","","",-1,-1,-1,"","Print Registration Form");
	Menu5_8=new Array("Special Options       > > >","","",3,22,225,"","","","","","",-1,-1,-1,"","Special Options");
	Menu5_8_1=new Array("Extended-Hours Care","playerscare.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Extended-Hours Care");
	Menu5_8_2=new Array("Bus Service","playersbus.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Bus Service");
	Menu5_8_3=new Array("Lunch and Snacks","playerslunch.htm","",0,22,225,"","","","","","",-1,-1,-1,"","Lunch & Snacks");
	Menu5_9=new Array("Players Brochure PDF (1.7 mb)","javascript:openplayersbrochure()","",0,22,220,"","","","","","",-1,-1,-1,"","Players Brochure PDF");
	Menu5_10=new Array("Players Newsletter PDF (120 kb)","javascript:openplayersnewsletter()","",0,22,220,"","","","","","",-1,-1,-1,"","Players Newsletter PDF");

Menu6=new Array("rollover?images/forms2_"+Menu6+".gif?images/forms2_on.gif","forms.htm","",11,26,85,"","","","","","",-1,-1,-1,"","Summer Place Forms");
	Menu6_1=new Array("How to Access and Print Forms","forms.htm","",0,22,220,"","","","","","",-1,-1,-1,"","How to Access & Print Forms");
	Menu6_2=new Array("Print Registration Forms   > > >","","",4,22,220,"","","","","","",-1,-1,-1,"","Print Registration Forms");
	Menu6_2_1=new Array("Summer Place Program","javascript:openprogramprintreg()","",0,22,200,"","","","","","",-1,-1,-1,"","Summer Place Program Print Registration Form");
	Menu6_2_2=new Array("SPLIT","javascript:opensplitprintreg()","",0,22,200,"","","","","","",-1,-1,-1,"","SPLIT Print Registration Form");
	Menu6_2_3=new Array("Kinderplace and Li'l Place","javascript:openkplaceprintreg()","",0,22,200,"","","","","","",-1,-1,-1,"","Kinderplace & Li'l Place Print Registration Form");
	Menu6_2_4=new Array("Summer Place Players","javascript:openplayersprintreg()","",0,22,200,"","","","","","",-1,-1,-1,"","Summer Place Players Print Registration Form");
	Menu6_3=new Array("Credit Authorization Form","javascript:opencredit_form()","",0,22,220,"","","","","","",-1,-1,-1,"","Credit Authorization Form");
	Menu6_4=new Array("Medical Form","javascript:openmedform()","",0,22,220,"","","","","","",-1,-1,-1,"","Medical Form");
	Menu6_5=new Array("Medical Authorization Form","javascript:openmedauthorizationform()","",0,22,220,"","","","","","",-1,-1,-1,"","Medical Authorization Form");
	Menu6_6=new Array("Receive a Print Brochure by Mail","javascript:openinquiry()","",0,22,220,"","","","","","",-1,-1,-1,"","Receive a Print Brochure by Mail");
	Menu6_7=new Array("Program Newsletter PDF (305 kb)","javascript:openspnewsletter()","",0,22,220,"","","","","","",-1,-1,-1,"","Program Newsletter PDF");
	Menu6_8=new Array("SPLIT Newsletter PDF (188 kb)","javascript:opensplitnewsletter()","",0,22,220,"","","","","","",-1,-1,-1,"","SPLIT Newsletter PDF");
	Menu6_9=new Array("Kinderplace Newsletter PDF (365 kb)","javascript:openkplacenewsletter()","",0,22,220,"","","","","","",-1,-1,-1,"","Kinderplace Newsletter PDF");
	Menu6_10=new Array("Li'l Place Newsletter PDF (255 kb)","javascript:openlplacenewsletter()","",0,22,220,"","","","","","",-1,-1,-1,"","Li'l Place Newsletter PDF");
      Menu6_11=new Array("Players Newsletter PDF (120 kb)","javascript:openplayersnewsletter()","",0,22,220,"","","","","","",-1,-1,-1,"","Players Newsletter PDF");
