/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visibl
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"navy",					// Mouse Off Font Color
"ccffff",				// Mouse Off Background Color
"ffebdc",				// Mouse On Font Color
"4b0082",				// Mouse On Background Color
"000000",				// Menu Border Color 
12,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Verdana, Arial",		// Font Name
4,						// Menu Item Padding
"arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"Purple",				// Current Page Item Font Color (leave this blank to disable)
"pink",					// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
160,					// Menu Top - The Top position of the menu in pixels
370,				// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Home","../index2.htm",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Heathfield&nbsp;&nbsp;","show-menu=heathfield",,"",1
,"Student News&nbsp;&nbsp;","show-menu=info",,"",1
,"Sample of Activities&nbsp;&nbsp;","show-menu=timetables",,"",1
,"English with Style","../pupils_section/EWSfeedback.htm",,"",1

,"Menus&nbsp;&nbsp;","show-menu=menu",,"",1

/*
 ,"Staff&nbsp;&nbsp;","show-menu=staff",,"",1
*/

,"Photos&nbsp;&nbsp;","show-menu=photo",,"",1
])

	addmenu(menu=["heathfield",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Summer School","../summerschool/index.html",,,1
	,"Summer Camp","../summercamp/index.html",,,1
	,"Heathfield School","http://www.heathfieldschool.net",,,1
	])

	addmenu(menu=["info",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Summer School Feedback","school_feedback.htm",,,1
	,"Summer Camp Feedback","camp_feedback.htm",,,1
	,"Newsletter ","show-menu=news",,,1
	//,"General Info","camp_feedback.htm",,,1
	//,"Residental Camp Info","camp_feedback.htm",,,1
	//,"Day Camp Info","camp_feedback.htm",,,1
	
	])

	addmenu(menu=["news",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"2009 Newsletter","..//newsletter/newsletter2009.htm",,,1
	,"2010 Newsletter","..//newsletter/newsletter2010.htm",,,1
	,"2011 Newsletter","..//newsletter/newsletter2011.htm",,,1

	
	
	])

	addmenu(menu=["timetables",
	,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Summer School","2012socialprogramme.htm",,,1
	,"Summer Camp","camp_timetable.htm",,,1
	,"Summer Camp Highlights 2010","2010summercamphighlights.htm",,,1
	,"Summer Camp Highlights 2011","2011summercamphighlights.htm",,,1

	
	])
	
	addmenu(menu=["menu",,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Typical Menu","food_menu.htm",,,1
	])
	
/* 	addmenu(menu=["staff",
 	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
 	,"Staff News", "staff.htm",,,1
 	,"Staff Show Photos", "staff_show03.htm",,,1
 	])
*/
	
	addmenu(menu=["photo",,,140,1,,style1,0,"left","randomdissolve(duration=0.5);Shadow(color='#999999', Direction=135, Strength=5)",0,,,,,,,,,,,
	//,"2009","show-menu=2009",,,1
	,"2010","show-menu=2010",,,1
	,"2011","show-menu=2011",,,1

	])
	
		
	addmenu(menu=["2010",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Around School","aroundschoolphotos.htm",,,1
	,"Arts & Crafts","arts&crafts.htm",,,1
	,"Beauty products","beautyproducts.htm",,,1
	,"Cookery & Floristry","cookery&floristry.htm",,,1
	,"Dance & Fashion Show","dance&fashionshow.htm",,,1
	,"Dance & Music","dance&music.htm",,,1
	,"Discos","disco2010.htm",,,1
	,"House Dance & Drama","housedance&drama.htm",,,1
	,"House Quiz","housequiz.htm",,,1
	,"Photography","photography.htm",,,1
	,"Sports","sportsphoto.htm",,,1
	,"Staff Show","staffshow.htm",,,1
	,"Summer Camp Activities","summercampactivies.htm",,,1
	,"Summer Camp Art,Cookery & Floristry show","summercampartcookeryshow.htm",,,1
	,"Summer Camp Show","summercampshow.htm",,,1
	])
	
	addmenu(menu=["2011",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"English With Style","show-menu=11_EWS",,,1
	,"International Show","show-menu=11_countries",,,1
	,"Dance & Fashion Show","../pupils_section/2011-Photos/SchoolWK3FashionShow/index.html",,,1
	,"House Show ","show-menu=11_houseshow",,,1
	,"Summer School Photography Competition","../pupils_section/2011-Photos/SchoolWK2PhotoCompetition/index.html",,,1
	,"Summer School at the Airport","../pupils_section/2011-Photos/SchoolAirport/index.html",,,1
	,"Summer School Activities in School","show-menu=11_activities",,,1
	,"Students own Photos","show-menu=11_studentsownphotos",,,1
	,"Summer Camp & Summer SchoolField Activies","../pupils_section/2011-Photos/CampFieldActivities/index.html",,,1
	,"Trips","show-menu=11_trips",,,1
	,"Summer Camp Art,Cookery & Photography","../pupils_section/2011-Photos/CampArt/index.html",,,1
	,"Summer Camp Show","show-menu=11_CampShows",,,1
	])

	
	addmenu(menu=["2009",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Activities","show-menu=09_Activities",,,1
	,"Lessons","09_Lessons.htm",,,1
	,"Life At Heathfield","show-menu=09_Life_At_Heathfield",,,1
	,"Shows","show-menu=09_Shows",,,1
	,"Summer Camp","show-menu=09_Summer_Camp",,,1
	,"Trips","show-menu=09_Trips",,,1
	])
	
	addmenu(menu=["09_Activities",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Archery","09_Archery.htm",,,1
	,"Art","09_Art.htm",,,1
	,"Celebrity Disco","09_Celebrity_Disco.htm",,,1
	,"Cookery","09_Cookery.htm",,,1
	,"Disco","09_Disco",,,1
	,"Football","09_Football.htm",,,1
	,"Hair and Beauty","09_Hair_and_Beauty.htm",,,1
	,"House Sports","09_House_Sports.htm",,,1
	,"Kyaking","09_Kyaking.htm",,,1
	,"Other Activities","09_Other_Activities.htm",,,1
	,"Salsa Dancing","09_Salsa_Dancing.htm",,,1
	,"Tennis","09_Tennis.htm",,,1
	])

	addmenu(menu=["09_Life_At_Heathfield",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Canteen","09_Canteen.htm",,,1
	,"Round & About","09_Round_&_About.htm",,,1
	,"Tuck Shop","09_Tuck_Shop.htm",,,1
	])

	addmenu(menu=["09_Shows",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Dance and Fashion Show","09_Dance_and_Fashion_Show.htm",,,1
	,"House Show","09_House_Show.htm",,,1
	,"International Show","09_International_Show.htm",,,1
	])

	addmenu(menu=["09_Summer_Camp",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Arts and Crafts","09_Arts_and_Crafts.htm",,,1
	,"Cooking and Florestry Day","09_Cooking_and_Florestry_Day.htm",,,1
	,"General Camp","09_General_Camp.htm",,,1
	,"Hair and Beauty","09_Hair_and_Beauty.htm",,,1
	,"Summer Camp Art Day","09_Summer_Camp_Art_Day.htm",,,1
	,"Summer Camp Show","09_Summer_Camp_Show.htm",,,1
	,"Swimming","09_Swimming.htm",,,1
	,"Trampolining","09_Trampolining.htm",,,1
	,"Yoga","09_Yoga.htm",,,1
	])

	addmenu(menu=["09_Trips",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Ascot Races","09_Ascot_Races.htm",,,1
	,"Bath","09_Bath.htm",,,1
	,"Bournemouth","09_Bournemouth.htm",,,1
	,"Henley","09_Henley.htm",,,1
	,"London","09_London.htm",,,1
	,"Oxford","09_Oxford.htm",,,1
	,"Windsor","09_Windsor.htm",,,1
	])
	
	addmenu(menu=["11_Trips",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Windsor","../pupils_section/2011-Photos/SchoolWK2Windsor/index.html",,,1
	,"Chessington","../pupils_section/2011-Photos/SchoolWK4Chessington/index.html",,,1
	,"London","../pupils_section/2011-Photos/SchoolWK3London/index.html",,,1
	,"Oxford & Blenheim","../pupils_section/2011-Photos/SchoolOxfordnBlenheim/index.html",,,1
	,"Eton","../pupils_section/2011-Photos/SchoolEton/index.html",,,1
	])
	
	addmenu(menu=["11_EWS",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"EWS Afternoon Tea Party","../pupils_section/2011-Photos/EWSTeaParty/index.html",,,1
	,"EWS Bath","../pupils_section/2011-Photos/EWSWK4Bath/index.html",,,1
	

	
	])

	addmenu(menu=["11_Countries",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"China","../pupils_section/2011-Photos/SchoolWK2ShowChina/index.html",,,1
	,"Italy","../pupils_section/2011-Photos/SchoolWK2ShowItaly/index.html",,,1
	,"Russia","../pupils_section/2011-Photos/SchoolWK2ShowRussian/index.html",,,1
	,"Europe","../pupils_section/2011-Photos/SchoolWK2europe/index.html",,,1
	,"Japan","../pupils_section/2011-Photos/SchoolWK2showjapan/index.html",,,1
	,"Saudi Arabia","../pupils_section/2011-Photos/SchoolWK2showSaudi/index.html",,,1
	,"Spain","../pupils_section/2011-Photos/SchoolWK2showSpain/index.html",,,1
	])

	addmenu(menu=["11_houseshow",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Spades","../pupils_section/2011-Photos/SchoolWK1ShowSpades/index.html",,,1
	,"Diamonds","../pupils_section/2011-Photos/SchoolWK1ShowDiamonds/index.html",,,1
	,"Hearts","../pupils_section/2011-Photos/SchoolWK1ShowHearts/index.html",,,1
	,"Clubs","../pupils_section/2011-Photos/SchoolWK1ShowClubs/index.html",,,1

	])
	
	
	addmenu(menu=["11_activities",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Product Making","../pupils_section/2011-Photos/SchoolProductMaking/index.html",,,1
	,"Hair & Beauty","../pupils_section/2011-Photos/SchoolHairnBeauty/index.html",,,1
	,"Floristry","../pupils_section/2011-Photos/SchoolFloristry/index.html",,,1
	,"Art","../pupils_section/2011-Photos/SchoolArt/index.html",,,1
	,"Photo Sessions","../pupils_section/2011-Photos/SchoolPhotoSession/index.html",,,1
	
	])
	
addmenu(menu=["11_CampShows",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Exhibition","../pupils_section/2011-Photos/CampWK1Exhibition/index.html",,,1
	,"Harriet Jotter","../pupils_section/2011-Photos/CampWK2HarrietJotter/index.html",,,1
	,"Fashion Jen","../pupils_section/2011-Photos/CampWK3Jen/index.html",,,1
	
	
	])
	
	addmenu(menu=["11_studentsownphotos",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Trampolining","../pupils_section/2011-Photos/SchoolWK2Trampolining/index.html",,,1
	,"Elena","../pupils_section/2011-Photos/SchoolWK2Elena/index.html",,,1
	
	
	
	])

	


	/* addmenu (menu=["2010",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Activities","show-menu=10_Activities",,,1
	,"Lessons","10_Lessons.htm",,,1
	,"Life At Heathfield","show-menu=10_Life_At_Heathfield",,,1
	,"Shows","show-menu=10_Shows",,,1
	,"Summer Camp","show-menu=10_Summer_Camp",,,1
	,"Trips","show-menu=10_Trips",,,1
	])
*/

	addmenu(menu=["Summer Camp",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Summer Camp Show","SC_Show.htm",,,1
	,"Summer Camp Talent Show","SC_Talent_Show.htm",,,1
	,"Summer Camp Treasure Hunt","SC_Treasure_Hunt.htm",,,1
	])


	addmenu(menu=["International",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"International Evening","International_Evening.htm",,,1
	,"International Show","International_Show.htm",,,1
	])

	addmenu(menu=["Trips",
	,,140,1,"",style1,,"",effect,,,,,,,,,,,,
	,"Henley","Henley_Trip.htm",,,1
	,"London","London_Trip.htm",,,1
	,"Oxford","Oxford.htm",,,1
	,"Stonehege","Stonehege.htm",,,1
	,"Warwick Castle","Warwick_Castle.htm",,,1
	,"Windsor","Windsor_Trip.htm",,,1

	])
	

dumpmenus()
