/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#FFCC00';			// Background color when mouse is not over
	var LowSubBgColor='#FFCC00';			// Background color when mouse is not over on subs
	var HighBgColor='#FFCC00';			// Background color when mouse is over
	var HighSubBgColor='#FFFFFF';			// Background color when mouse is over on subs
	var FontLowColor='#000000';			// Font color when mouse is not over
	var FontSubLowColor='#000000';			// Font color subs when mouse is not over
	var FontHighColor='#000000';			// Font color when mouse is over
	var FontSubHighColor='#FF0000';			// Font color subs when mouse is over
	var BorderColor='#FFCC00';			// Border color
	var BorderSubColor='#FFCC00';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, helvetica, sans-serif"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// 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 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=182;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	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='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=0;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['http://198.65.150.241/ancc/images/right_arrow2.gif',10,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Certification<br>& Renewals","","",9,30,155);
	Menu1_1=new Array("Program Overview","http://198.65.150.241/ancc/cert/index.htm","",5,21,183);
		Menu1_1_1=new Array("About Certification & Renewals","http://198.65.150.241/ancc/cert/index.htm","",0,33,135);	
		Menu1_1_2=new Array("Announcements","http://198.65.150.241/ancc/cert/announce.html","",0,21,135);
		Menu1_1_3=new Array("Certification Statistics","http://198.65.150.241/ancc/cert/statistics.html","",0,21,135);
		Menu1_1_4=new Array("General FAQ","http://198.65.150.241/ancc/cert/FAQ.html","",0,21,135);
		Menu1_1_5=new Array("Contact","http://198.65.150.241/ancc/cert/contact.html","",0,21,135);
	Menu1_2=new Array("Registration","","",6,21,183);
		Menu1_2_1=new Array("Apply for Certification","http://198.65.150.241/ancc/cert/application.html","",0,21,183);	
		Menu1_2_2=new Array("Eligibility Criteria","http://198.65.150.241/ancc/cert/eligibility.html","",0,21,183);
		Menu1_2_3=new Array("Exam Locations & Dates","http://198.65.150.241/ancc/cert/examdates.html","",0,21,183);
		Menu1_2_4=new Array("Exam Fees","http://198.65.150.241/ancc/cert/examfees.html","",0,21,183);
		Menu1_2_5=new Array("School Codes List","http://198.65.150.241/ancc/cert/schoolcodes.cfm","",0,21,183);
		Menu1_2_6=new Array("FAQ on Certification","http://198.65.150.241/ancc/cert/FAQ.html","",0,21,183);
	Menu1_3=new Array("Exam Preparation Resources","http://198.65.150.241/ancc/cert/examprep.html","",6,21,183);
		Menu1_3_1=new Array("Review Seminars/Study Groups","http://198.65.150.241/ancc/cert/revseminars.html","",0,21,183);	
		Menu1_3_2=new Array("Review Manuals","http://198.65.150.241/ancc/cert/revmanuals.html","",0,21,183);
		Menu1_3_3=new Array("Web Courses","javascript:window.open('http://198.65.150.241/ancc/cert/webcourses.html')","",0,21,183);
		Menu1_3_4=new Array("Test Content Outlines","http://198.65.150.241/ancc/cert/TCOs.html","",0,21,183);
		Menu1_3_5=new Array("Test References","http://198.65.150.241/ancc/cert/refs.html","",0,21,183);
		Menu1_3_6=new Array("Sample Questions","http://198.65.150.241/ancc/cert/sampleQs.html","",0,21,183);
	Menu1_4=new Array("Certification Renewal","","",6,21,183);
		Menu1_4_1=new Array("Application Forms","javascript:window.open('http://198.65.150.241/ancc/cert/forms/Recert_App.pdf')","",0,21,183);	
		Menu1_4_2=new Array("Basic Requirements","http://198.65.150.241/ancc/cert/recert/recertreqs.html","",0,21,183);
		Menu1_4_3=new Array("Catalog","javascript:window.open('http://198.65.150.241/ancc/cert/PDFs/RecertCat.pdf')","",0,21,183);
		Menu1_4_4=new Array("FAQ on Renewals","http://198.65.150.241/ancc/cert/recert/recertfaqs.html","",0,21,183);
		Menu1_4_5=new Array("Fees & Discounts","http://198.65.150.241/ancc/cert/recert/recertfees.html","",0,21,183);
		Menu1_4_6=new Array("Retired Nurses","http://198.65.150.241/ancc/cert/retired.html","",0,21,135);
	Menu1_5=new Array("Policies","","",2,21,183);
		Menu1_5_1=new Array("How to Appeal","http://198.65.150.241/ancc/cert/appeals.html","",0,21,183);	
		Menu1_5_2=new Array("How to Retest","http://198.65.150.241/ancc/cert/retest.html","",0,21,183);
	Menu1_6=new Array("Services","","",5,21,183);
		Menu1_6_1=new Array("Faculty Resources","http://198.65.150.241/ancc/faculty/index.html","",0,21,183);	
		Menu1_6_2=new Array("List Rentals","javascript:window.open('http://www.infocuslists.com/datacards/datacards/dc.aspx?id=182&type=0')","",0,21,183);
		Menu1_6_3=new Array("Staff Development Resources","http://198.65.150.241/ancc/staffdevelopment/index.html","",0,21,183);
		Menu1_6_4=new Array("Professional Portfolios","http://198.65.150.241/ancc/cert/criticalportfolio/","",0,21,135);
		Menu1_6_5=new Array("State Board of Nursing","javascript:window.open('http://198.65.150.241/ancc/sbon')","",0,21,135);
	Menu1_7=new Array("ANCC Online","","",2,21,183);
		Menu1_7_1=new Array("Request Verification Online","http://198.65.150.241/ancc/cert/verify1.html","",0,21,183);	
		Menu1_7_2=new Array("Update Information","http://198.65.150.241/ancc/cert/update.html","",0,21,183);
	Menu1_8=new Array("E-Store","javascript:window.open('http://www.co-store.com/certification')","",0,21,183);
	Menu1_9=new Array("Volunteer Opportunities","","",5,21,183);
		Menu1_9_1=new Array("Awards","http://198.65.150.241/ancc/cert/awards.html","",0,21,183);	
		Menu1_9_2=new Array("Content Expert Panel Membership","http://198.65.150.241/ancc/cert/CEPs.html","",0,36,183);	
		Menu1_9_3=new Array("Item Writers","http://198.65.150.241/ancc/cert/testdev.html","",0,21,183);
		Menu1_9_4=new Array("Retired Nurse Ambassadors","http://198.65.150.241/ancc/cert/ambassadors.html","",0,21,135);
		Menu1_9_5=new Array("Retired Nurse Pathfinders","http://198.65.150.241/ancc/cert/retired.html","",0,21,135);
Menu2=new Array("Magnet Recognition<br>Program","","",8,30,175);
	Menu2_1=new Array("Program Overview","http://198.65.150.241/ancc/magnet/index.html","",7,21,183);
		Menu2_1_1=new Array("Program Goals","http://198.65.150.241/ancc/magnet/goals.html","",0,21,183);	
		Menu2_1_2=new Array("Why Become Magnet","http://198.65.150.241/ancc/magnet/benefits.html","",0,21,183);
		Menu2_1_3=new Array("Forces of Magnetism","http://198.65.150.241/ancc/magnet/forces.html","",0,21,183);
		Menu2_1_4=new Array("Program History","http://198.65.150.241/ancc/magnet/history.html","",0,21,183);
		Menu2_1_5=new Array("Program Growth","http://198.65.150.241/ancc/magnet/growth.html","",0,21,183);
		Menu2_1_6=new Array("FAQ","http://198.65.150.241/ancc/magnet/FAQ.html","",0,21,183);
		Menu2_1_7=new Array("Contact","http://198.65.150.241/ancc/magnet/contacts.html","",0,21,183);
	Menu2_2=new Array("Find a Magnet Facility","","",2,21,183);
		Menu2_2_1=new Array("New Facilities List","http://198.65.150.241/ancc/magnet/newfacilities.html","",0,21,183);
		Menu2_2_2=new Array("Find a Facility","http://198.65.150.241/ancc/magnet/search.html","",0,21,183);
	Menu2_3=new Array("Application Process","http://198.65.150.241/ancc/magnet/apply/index.html","",9,21,183);
		Menu2_3_1=new Array("Eligibility Requirements","","",2,21,190);
			Menu2_3_1_1=new Array("For Organizations","http://198.65.150.241/ancc/magnet/apply/eligibility_org.html","",0,21,190);
			Menu2_3_1_2=new Array("For Health Systems","http://198.65.150.241/ancc/magnet/apply/eligibility_sys.html","",0,21,190);
		Menu2_3_2=new Array("Responsibilities","http://198.65.150.241/ancc/magnet/apply/responsibilities.html","",0,21,190);
		Menu2_3_3=new Array("Application Fees","http://198.65.150.241/ancc/magnet/apply/fees.html","",0,21,190);
		Menu2_3_4=new Array("Readiness Surveys","http://198.65.150.241/ancc/magnet/apply/surveys.html","",3,21,190);
			Menu2_3_4_1=new Array("Organization Readiness Survey","http://198.65.150.241/ancc/magnet/apply/orgready.html","",0,21,190);
			Menu2_3_4_2=new Array("Nurse Opinion Survey","http://198.65.150.241/ancc/magnet/snsurvey.html","",0,21,190);
			Menu2_3_4_3=new Array("Individual Nurse Readiness Survey","http://198.65.150.241/ancc/magnet/apply/selfassess.html","",0,36,190);
		Menu2_3_5=new Array("Download Forms","http://198.65.150.241/ancc/magnet/apply/forms.html","",0,21,190);
		Menu2_3_6=new Array("Online Application","http://198.65.150.241/ancc/magnet/apply/online.html","",0,21,190);
		Menu2_3_7=new Array("Manual Updates","http://198.65.150.241/ancc/magnet/apply/updates.html","",0,21,190);
		Menu2_3_8=new Array("FAQ","http://198.65.150.241/ancc/magnet/FAQ.html","",0,21,190);
		Menu2_3_9=new Array("Journey to Nursing Excellence","","",2,21,190);
			Menu2_3_9_1=new Array("Program Overview","http://198.65.150.241/ancc/magnet/resources/journey.html","",0,21,185);
			Menu2_3_9_2=new Array("Identity Program","http://198.65.150.241/ancc/magnet/resources/identity.html","",0,21,185);
	Menu2_4=new Array("Magnet Resources","","",13,21,183);
		Menu2_4_1=new Array("Magnet Designation","http://198.65.150.241/ancc/magnet/resources/designation.html","",2,21,183);
			Menu2_4_1_1=new Array("Criteria for Nursing Excellence","http://198.65.150.241/ancc/magnet/resources/criteria.html","",0,21,183);
			Menu2_4_1_2=new Array("Feedback Reports","http://198.65.150.241/ancc/magnet/resources/feedback.html","",0,21,183);
		Menu2_4_2=new Array("Chief Nursing Officers Resource Center","http://198.65.150.241/ancc/magnet/cno/index.cfm","",0,33,183);	
		Menu2_4_3=new Array("Marketing & Logos","http://198.65.150.241/ancc/magnet/resources/marketing.html","",0,21,183);	
		Menu2_4_4=new Array("Journal Articles","http://198.65.150.241/ancc/magnet/resources/articles.html","",0,21,183);
		Menu2_4_5=new Array("Consultation Services","http://198.65.150.241/ancc/magnet/consult.html","",0,23,183);
		Menu2_4_6=new Array("Faculty Resources","http://198.65.150.241/ancc/faculty/index.html","",0,21,183);	
		Menu2_4_7=new Array("Magnet Program Directors","http://198.65.150.241/ancc/magnet/directors/index.cfm","",0,23,183);	
		Menu2_4_8=new Array("Magnet Message Board","http://nursecredentialing.org/magnet/msgboard/","",0,23,183);
		Menu2_4_9=new Array("Magnet Appraisers","javascript:window.open('http://198.65.150.241/ancc/magnet/etraining')","",0,23,183);
		Menu2_4_10=new Array("Magnet Pratice Innovations","http://198.65.150.241/ancc/magnet/practiceinnovations","",0,23,183);
		Menu2_4_11=new Array("Magnet Prize Program","http://198.65.150.241/ancc/magnet/magprize.html","",0,23,183);
		Menu2_4_12=new Array("2007 Magnet Calendar","javascript:window.open('http://198.65.150.241/ancc/magnet/forms/Calendar2007.pdf')","",0,23,183);
		Menu2_4_13=new Array("Magnet Events Guidelines","http://198.65.150.241/ancc/magnet/guidelines.html","",0,23,183);
	Menu2_5=new Array("Public Comments","http://198.65.150.241/ancc/magnet/siteevals.html","",0,21,183);
	Menu2_6=new Array("Nurse Opinion  Survey","http://198.65.150.241/ancc/magnet/snsurvey.html","",0,21,183);
	Menu2_7=new Array("E-Store","http://198.65.150.241/ancc/magnet/estore.html","",0,21,183);
	Menu2_8=new Array("Magnet Events","http://198.65.150.241/ancc/magnet/index.html","",3,21,183);
		Menu2_8_1=new Array("Events Calendar","http://198.65.150.241/ancc/magnet/calendar.html","",0,21,183);	
		Menu2_8_2=new Array("National Conferences","http://198.65.150.241/ancc/magnet/confredirect.html","",0,21,183);	
		Menu2_8_3=new Array("Workshops","http://198.65.150.241/ancc/magnet/workshops.html","",0,21,183);
Menu3=new Array("Pathway to<br>Excellence","","",5,30,125);
	Menu3_1=new Array("Program Overview","http://198.65.150.241/ancc/pathway/index.htm","",0,21,190);
	Menu3_2=new Array("Transition Updates","http://198.65.150.241/ancc/pathway/updates.htm","",0,21,190);
	Menu3_3=new Array("Application Process","http://198.65.150.241/ancc/pathway/application.htm","",0,21,190);
	Menu3_4=new Array("Pathway to Excellence Survey","http://198.65.150.241/ancc/pathway/pathway-survey.htm","",1,21,190);
		Menu3_4_1=new Array("Frequently Asked Questions","http://198.65.150.241/ancc/pathway/FAQ.htm","",0,21,183);	
	Menu3_5=new Array("Designated Organizations","http://198.65.150.241/ancc/pathway/organizations.htm","",0,21,190);
Menu4=new Array("Accreditation of<br>CE Providers","","",7,30,175);
	Menu4_1=new Array("About Accreditation","","",3,21,183);
		Menu4_1_1=new Array("What is Accreditation","http://198.65.150.241/ancc/accred/index.html","",0,21,146);	
		Menu4_1_2=new Array("Announcements","http://198.65.150.241/ancc/accred/announce.html","",0,21,146);	
		Menu4_1_3=new Array("Contacts","http://198.65.150.241/ancc/accred/contact.html","",0,21,146);
	Menu4_2=new Array("Accreditation Process","","",4,21,183);
		Menu4_2_1=new Array("About the Process","http://198.65.150.241/ancc/accred/about.html","",0,21,183);	
		Menu4_2_2=new Array("Fees","http://198.65.150.241/ancc/accred/fees.html","",0,21,183);	
		Menu4_2_3=new Array("Manuals","http://198.65.150.241/ancc/accred/manuals.html","",0,21,183);
		Menu4_2_4=new Array("Glossary","http://198.65.150.241/ancc/accred/glossary.html","",0,21,183);
	Menu4_3=new Array("Nursing Skills Competency Program","","",4,35,183);
		Menu4_3_1=new Array("Overview","http://198.65.150.241/ancc/accred/competency/index.htm","",0,21,146);	
		Menu4_3_2=new Array("Application","http://198.65.150.241/ancc/accred/competency/application.htm","",0,21,146);	
		Menu4_3_3=new Array("Fee Schedule","http://198.65.150.241/ancc/accred/competency/schedule.htm","",0,21,146);	
		Menu4_3_4=new Array("Accredited Competency Courses","http://198.65.150.241/ancc/accred/competency/courses.htm","",0,21,146);	
	Menu4_4=new Array("Resources & Services","","",9,21,165);
		Menu4_4_1=new Array("Accreditation Symposium","http://198.65.150.241/ancc/accred/symposium/","",0,34,146);	
		Menu4_4_2=new Array("Accreditation Workshop","http://198.65.150.241/ancc/accred/workshop/","",0,20,146);	
		Menu4_4_3=new Array("Appraiser Resource Center","javascript:window.open('http://198.65.150.241/ancc/accred/appraiser/')","",0,34,146);	
		Menu4_4_4=new Array("Education/Instruction","http://198.65.150.241/ancc/accred/education/","",0,20,146);	
		Menu4_4_5=new Array("Premier Program Award","http://198.65.150.241/ancc/accred/premieraward/","",0,20,146);	
		Menu4_4_6=new Array("Copyright Information","javascript:window.open('http://198.65.150.241/ancc/accred/forms/CopyrightMLA.pdf')","",0,20,146);
		Menu4_4_7=new Array("Faculty Resources","http://198.65.150.241/ancc/faculty/index.html","",0,20,146);
		Menu4_4_8=new Array("Discussion Board","javascript:window.open('http://198.65.150.241/ancc/cgi-bin/cneforum/discus.cgi')","",0,20,146);
		Menu4_4_9=new Array("Online Marketing Kit","http://198.65.150.241/ancc/accred/mktg/index.html","",0,20,146);
	Menu4_5=new Array("Criteria & Interpretations","http://198.65.150.241/ancc/accred/index.html","",5,21,200);
		Menu4_5_1=new Array("Provider & Approver Criteria","javascript:window.open('http://198.65.150.241/ancc/accred/forms/2006Manual.pdf')","",0,21,200);
		Menu4_5_2=new Array("Sample Forms","javascript:window.open('http://198.65.150.241/ancc/accred/forms/2006SampleForms.pdf')","",0,21,200);
		Menu4_5_3=new Array("Interpretations","http://198.65.150.241/ancc/accred/statements.html","",0,21,200);
		Menu4_5_4=new Array("FAQ","http://198.65.150.241/ancc/accred/FAQs.html","",0,21,146);
		Menu4_5_5=new Array("Commercial Support","","",2,21,186);
			Menu4_5_5_1=new Array("Commercial Support Guidelines","javascript:window.open('http://198.65.150.241/ancc/accred/forms/StdsForDisclosureAndCommercialSupport.pdf')","",0,21,183);
			Menu4_5_5_2=new Array("FDA Guidance for Industry","javascript:window.open('http://198.65.150.241/ancc/accred/forms/FDA_Guidelines.pdf')","",0,21,183);
	Menu4_6=new Array("Forms & Tools","","",3,21,125);
		Menu4_6_1=new Array("Decision Tree","http://198.65.150.241/ancc/accred/dtree.html","",0,21,146);	
		Menu4_6_2=new Array("Decision Making Guide","http://198.65.150.241/ancc/accred/dguide.html","",0,21,146);
		Menu4_6_3=new Array("Intent to Apply Forms","http://198.65.150.241/ancc/accred/forms.html","",0,21,146);
	Menu4_7=new Array("Accredited Organizations","http://198.65.150.241/ancc/accred/searchaccred.cfm","",2,21,183);
		Menu4_7_1=new Array("Summary","http://198.65.150.241/ancc/accred/summary.html","",0,21,183);
		Menu4_7_2=new Array("Search Directory","http://198.65.150.241/ancc/accred/searchaccred.cfm","",0,21,183);
Menu5=new Array("About ANCC","","",5,30,100);
	Menu5_1=new Array("Program Overview","http://198.65.150.241/ancc/inside/index.html","",2,21,183);
			Menu5_1_1=new Array("About the ANCC Director","http://198.65.150.241/ancc/inside/jeanne_floyd.html","",0,21,183);
			Menu5_1_2=new Array("Contact","http://198.65.150.241/ancc/inside/contact.html","",0,21,183);
	Menu5_2=new Array("ANCC Programs","","",6,21,183);
			Menu5_2_1=new Array("Accreditation of CE Providers","http://198.65.150.241/ancc/accred/index.html","",0,21,183);
			Menu5_2_2=new Array("Certification & Renewals","http://198.65.150.241/ancc/cert/index.html","",0,21,183);
			Menu5_2_3=new Array("Credentialing International","http://198.65.150.241/ancc/inside/CI/about.html","",0,21,183);
			Menu5_2_4=new Array("Institute for Credentialing Innovation (The Institute)","http://198.65.150.241/ancc/inside/aboutICI.html","",1,33,183);
				Menu5_2_4_1=new Array("Grants","http://198.65.150.241/ancc/inside/grants.html","",0,21,183);
			Menu5_2_5=new Array("Institute for Credentialing Research","http://198.65.150.241/ancc/inside/research.html","",1,33,185);
				Menu5_2_5_1=new Array("National Magnet Research Agenda","http://198.65.150.241/ancc/inside/researchagenda.html","",0,21,183);
			Menu5_2_6=new Array("Magnet Recognition Program","http://198.65.150.241/ancc/magnet/index.html","",0,21,150);
	Menu5_3=new Array("Board of Directors & Commissions","http://198.65.150.241/ancc/inside/board.html","",0,35,150);
	Menu5_4=new Array("Continuing Education","http://198.65.150.241/ancc/inside/CE.html","",0,21,183);
	Menu5_5=new Array("Nursing World","javascript:window.open('http://www.ana.org')","",0,21,183);




