//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";	// alignment
var absLEFT = 	00;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	4; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells
var showBORDERS = false;	// show empty cell borders

var baseHREF = "";		// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#990000";	// main nav cell color
var rCOLOR = 	"#E5E5E5";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"black"		// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"#660000";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	3;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	14;		// shift the submenus horizontally

var smCOLOR = 	"#CCCCCC";	// submenu cell color

var srCOLOR = 	"#E5E5E5";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"		// submenu border color
var saLINK = 	"maroon";	// submenu link color
var saHOVER = 	"#660000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";	// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"#cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]

addMainItem("http://www.qofp.com/index.htm","Home",50,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h 	offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(60,"left","left",-4,0,"","","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.qofp.com/parish/indexparish.htm","Parish","","");
	addSubmenuItem("http://www.qofp.com/indexschool.htm","School","","");
	
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h 					offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(110,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("contact.htm","Contact Us","","");




addMainItem("","Overview",75,"center","","",0,0,"","","","","");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h 	offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(200,"left","left",-4,0,"","","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("achieve.htm","Achievements","","");
	addSubmenuItem("curriculum.htm","Curriculum","","");
	addSubmenuItem("extra.htm","Extracurriculars","","");
	addSubmenuItem("goals.htm","Goals","","");
	addSubmenuItem("history.htm","History & Today","","");
	addSubmenuItem("mission.htm","Mission Statement & Philosophy","","");


addMainItem("","Staff",40,"center","","",0,0,"","","","","");

	defineSubmenuProperties(70,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("Parish/StaffParishQP.htm","Parish","_blank","");
	addSubmenuItem("fs.htm","School","","");

	//addSubmenuItem("","Ladies' Sodality/Mothers' Club","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h 		offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(95,"left","left",20,-10,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("fs.htm","School Staff","","");
		addChildmenuItem("http://sites.google.com/site/qpcindyvymola/","PK Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qpjung/home","KJ Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qpgregory/home","1G Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qpbiver/home","2B Web","_blank","");
                addChildmenuItem("http://sites.google.com/site/qpSimpson/home","2S Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qpstein/home","3S Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qpschaefer/home","4S Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qpmichellejones/","5J Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qpvick/home","6V Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qphausmann/","7H Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qpTidwell/home","8T Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qpyordy/","Mrs. Yordy Web","_blank","");		
		addChildmenuItem("http://sites.google.com/site/qpKmitta","Band Web","blank","");
		addChildmenuItem("http://sites.google.com/site/qpburnworth","Music Web","_blank","");
		addChildmenuItem("http://sites.google.com/site/qptierney","Spanish Web","_blank","");
		addChildmenuItem("Tech.htm","Tech Web","","");
		addChildmenuItem("TechCoord.htm","Tech Coord","","");

addMainItem("","Calendars",70,"center","","",0,0,"","","","","");


	defineSubmenuProperties(200,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("CALmonth.HTM","Monthly Calendar","","");
	addSubmenuItem("calendar.htm","Yearly Calendar","","");


addMainItem("","Schedules",70,"center","","",0,0,"","","","","");


	defineSubmenuProperties(200,"left","left",-4,0,"","","","","","","");
	addSubmenuItem("Scheds/Cafeteria.pdf","Cafeteria Volunteer Schedule","","");
	addSubmenuItem("Scheds/LibrarySched.pdf","Library Volunteer Schedule","","");
	addSubmenuItem("Scheds/playground.pdf","Playground Volunteer Schedule","","");
        addSubmenuItem("Scheds/Scrip.pdf","Scrip Volunteer Schedule","","");

addMainItem("","AR",35,"center","","",0,0,"","","","","");


	defineSubmenuProperties(190,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("ARInfo.HTM","Accelerated Reader Information","","");
	addSubmenuItem("ARQuiz.HTM","Accelerated Reader Quiz List","","");
//	addSubmenuItem("ARQP.HTM","Accelerated Reader QP Rewards","","");


  

addMainItem("http://qofp.smugmug.com","Photos",60,"center","_blank","",0,0,"","","","","");

	//defineSubmenuProperties(200,"left","left",-4,0,"","","","","","","");

	
addMainItem("Forms.htm","Forms",50,"center","","",0,0,"","","","","");

	defineSubmenuProperties(180,"left","left",-4,0,"-4,0,","","","","","","");

		
addMainItem("","Links",50,"center","","",0,0,"","","","","");

	defineSubmenuProperties(200,"left","left",-4,0,"","","","","","","");

 	addSubmenuItem("http://www.althoff.net","Althoff Catholic High School","_blank","");
	addSubmenuItem("http://www.americancatholic.org/default.asp","American Catholic Org","_blank","");
	addSubmenuItem("http://www.diobelle.org/","Belleville Diocese","_blank","");
	addSubmenuItem("http://www.villageprofile.com/illinois/belleville/","Belleville, Our Hometown","_blank","");
	addSubmenuItem("http://www.catholic.org/","Catholic On-Line","_blank","");
	addSubmenuItem("http://www.catholicconferenceofillinois.org","Catholic Conference of Illinois","_blank","");
	addSubmenuItem("http://www.catholic-forum.com/","Catholic Community Forum","_blank","");
	addSubmenuItem("http://www.state.il.us//","Illinois, Our State","_blank","");
	addSubmenuItem("http://www.crh.noaa.gov/forecasts/ILZ101.php?warncounty=ILC163&city=Belleville","Local Weather","_blank","");
	addSubmenuItem("http://store.gafundraising.com/landing.aspx?SID=xxxxxxx","Magazine Fundraiser for QP","_blank","");
	addSubmenuItem("GrLevelLink.htm","QP Grade Level Links","","");
	addSubmenuItem("links.htm","QP Interesting Links","","");
	addSubmenuItem("http://www.stclair.k12.il.us/","St. Clair County Regional Office","_blank","");
	addSubmenuItem("http://www.vatican.va/","The Vatican","_blank","");
	

	

addMainItem("sb.htm","School Board",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("sbappen.htm","Appendices & Policies","","");
	addSubmenuItem("sblaws.htm","By-Laws","","");
	addSubmenuItem("sbminutes.htm","Meeting Minutes","","");
	addSubmenuItem("sbschedule.htm","Meeting Schedule","","");
	addSubmenuItem("sb.htm","Members","","");
	addSubmenuItem("sbrules.htm","Standing Rules","","");
	addSubmenuItem("sbfunc.htm","Structure & Function","","");



addMainItem("","Handbooks",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(110,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("Handbook_Aftercare.htm","AfterCare","","");
	addSubmenuItem("Handbook_Athletics.htm","Athletics","","");
	addSubmenuItem("Handbook_Band.htm","Band","","");	
	addSubmenuItem("handbook.htm","Student/Parent","","");

	


addMainItem("af.htm","Annual Fund",90,"center","","",0,0,"","","","","");

	defineSubmenuProperties(120,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("afchairs.htm","Chairpersons","","");
        	addSubmenuItem("af.htm","General Info","","");
	addSubmenuItem("AFgoals.htm","Goals","","");
        	addSubmenuItem("AFFAQ.htm","FAQ","","");
	addSubmenuItem("AFMatch.htm","Matching Gift Info","","");
        	addSubmenuItem("AFPurpose.htm","Purposes","","");

 
addMainItem("scrip.htm","Scrip",40,"center","","",0,0,"","","","","");


addMainItem("athletics.htm","Athletics",65,"center","","",0,0,"","","","","");

	defineSubmenuProperties(150,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("Athletics.htm","Athletics","","");
	addSubmenuItem("SpWear.htm","Spirit Wear Samples","","");
	addSubmenuItem("PDFs/SpiritOrderForm.pdf","Spirit Wear Order Form","","");
	//addSubmenuItem("athletics.htm","Extracurricular - Athletics","","");
	//addSubmenuItem("band.pdf","Extracurricular - Band","","");
	//addSubmenuItem("forms.htm","Forms","","");
	//addSubmenuItem("http://209.174.212.70/menu/qop/","Lunch Menu","","");
	//addSubmenuItem("letter.htm","QP News","","");



addMainItem("","Alumni",80,"center","","",0,0,"","","","","");

	defineSubmenuProperties(130,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("la.htm","Lost Alumni","","");
	addSubmenuItem("AlumAchieve.htm","Alumni Achievements","","");
	addSubmenuItem("AlumInterview.htm","Alumni Interviews","","");


//**DO NOT EDIT THIS *****
}//***********************
//************************
