
//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 //
////////////////////////////////////


if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);Shadow(color='#777777', Direction=135, Strength=0)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=0)" // original 5 for both Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=6;			// Sub menu offset Top position original 10
suboffset_left=0;			// Sub menu offset Left position original 10


// 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.

style1=[				
"#ffffff",				// Mouse Off Font Color
"#800000",				// Mouse Off Background Color 
"#ffffff",				// Mouse On Font Color
"#590808",				// Mouse On Background Color
"ffffff",				// Menu Border Color 
10,					// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Arial",				// Font Name
6,					// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed) images/arrow.gif
,					// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"",					// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"#ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"#0064c3",				// Menu Header Background Color (Leave blank if headers are not needed)
]


// ***********************************************************************
// This is the array that contains your menu properties and details
// ***********************************************************************

addmenu(menu=[			
"mainmenu",				// Menu Name - This is needed in order for the menu to be called
128,					// Menu Top - The Top position of the menu in pixels
"",					// Menu Left - The Left position of the menu in pixels -- 15
145,					// Menu Width - Menus width in pixels -- original 108
0.5,					// Menu Border Width 
"center",			// 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
,					// Filter - Text variable for setting transitional effects (effect)
					// 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

// ../***********************************************************************

// ***********************************************************************
// Main Menus
// ***********************************************************************

// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"ADMINISTRATION","show-menu=administration",,"",1
,"DEPARTMENTS","show-menu=departments",,"",1
,"SPORTS","show-menu=sports",,"",1 
,"CLUBS/ORGANIZATIONS","show-menu=clubs",,"",1
,"INFORMATION","show-menu=info",,"",1
])

// ***********************************************************************
// Administration submenu
// ***********************************************************************

	addmenu(menu=["administration",
	,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
	,"High School","/administration.html",,,1
	,"Principal's Message","/principal.html",,,1
	,"School Department","http://www.woonsocketschools.com target=new;",,,1
	])

// ***********************************************************************
// Departments submenu 
// ***********************************************************************

	addmenu(menu=["departments",
	,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
	,"Business Education","/department/business/index.html",,,1
	,"English & Language Arts","/department/english/index.html",,,1
	,"Family & Consumer Science","/department/consumerscience/index.html",,,1
	,"Guidance","/department/guidance/index.html",,,1
	,"Library","/department/library/index.html",,,1
	,"Mathematics","/department/mathematics/index.html",,,1
	,"Music","/department/music/index.html",,,1
	,"Physical & Health Education","/department/physed/index.html",,,1
	,"Science","/department/science/index.html",,,1
	,"Social Studies","/department/socialstudies/index.html",,,1
	,"Student Services","/department/studentservices/index.html",,,1
	,"Student Support","/department/studentsupport/index.html",,,1
	,"Visual & Technical Arts","/department/visualarts/index.html",,,1
	,"World Language","/department/languages/index.html",,,1
	])

// ***********************************************************************
// Sports submenu
// ***********************************************************************

	addmenu(menu=["sports",
	,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
	,"Hall of Fame Nomination Form (PDF)","HOFNom.pdf",,,1
	,"RI Interscholastic League","http://www.riil.org target=new;",,,1
	,"Directions to Barry Field","/sport/barryfield.html",,,1
	,"Cheerleading","http://www.novancheer.com target=new;",,,1
	,"Field Hockey","/sport/fhockey/index.html",,,1
	,"Football","/sport/football/index.html",,,1
	,"Girl's Soccer","/sport/gsoccer/index.html",,,1
	])

// ***********************************************************************
// Clubs/Organizations submenu
// ***********************************************************************

	addmenu(menu=["clubs",
	,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
	,"Student Government","show-menu=government",,,1
	,"Professional Organizations","show-menu=professional",,,1
	,"Academic Organizations","show-menu=academic",,,1
	,"Music/Arts","show-menu=music",,,1
	,"Social Clubs","show-menu=social",,,1
	,"Publishing Clubs","show-menu=other",,,1
	])

		addmenu(menu=["government",
		,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
		,"Student Council","/clubs/studentcouncil/index.html",,,1
		,"Class of 2005","/clubs/class05/index.html",,,1
		,"Class of 2006","/clubs/class06/index.html",,,1
		,"Class of 2007","/clubs/class07/index.html",,,1
		,"Class of 2008","/clubs/class08/index.html",,,1
		])

		addmenu(menu=["professional",
		,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
		,"Future Business Leaders of America","/clubs/fbla/index.html",,,1
		,"National Honor Society","/clubs/nhs/index.html",,,1
		])

		addmenu(menu=["academic",
		,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
		,"Math Team","/clubs/mathteam/index.html",,,1
		,"Rivers Project","/clubs/riversproject/index.html",,,1
		,"RI Children's Crusade","/clubs/crusades/index.html",,,1
		,"Rhode Island Honor Society","/clubs/rihs/index.html",,,1
		])

		addmenu(menu=["music",
		,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
		,"Art Club","/clubs/art/index.html",,,1
		,"Band","#",,,1
		,"Chorus","#",,,1
		,"Theater Arts","/clubs/theaterarts/index.html",,,1
		])

		addmenu(menu=["social",
		,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
		,"Ski Club","/clubs/skiclub/index.html",,,1
		,"Model Legislature","/clubs/modelleg/index.html",,,1
		,"Drill Team","/clubs/drillteam/index.html",,,1
		])

		addmenu(menu=["other",
		,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
		,"Villa Novan","/clubs/villanovan/index.html",,,1
		,"Quiver","#",,,1
		])


// ***********************************************************************
// Information submenu
// ***********************************************************************

	addmenu(menu=["info",
	,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
	,"Upcoming Events","/upcoming.html",,,1
	,"Parent Information","/parent.html",,,1
	,"Handbooks","show-menu=handbooks",,,1
	,"Curriculum","show-menu=curriculum",,,1
	,"Course Catalog","/documents/coursecatalog.htm",,,1
	])

		addmenu(menu=["handbooks",
		,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
		,"Student/Parent","/documents/studenthandbook.pdf",,,1
		,"Extracurricular","/documents/extracurricular.pdf",,,1
		])

		addmenu(menu=["curriculum",
		,,145,0.5,"",style1,,"left",effect,,,,,,,,,,,,
		,"Philosophy","/curriculum/philosophy.html",,,1
		,"Standards","#",,,1
		,"Outlines","#",,,1
		,"Guides","#",,,1
		])

dumpmenus()