<!--
sniffBrowsers();

menuItemBullet = new bulletPoint(_rootPath + "images/spacer.gif",_rootPath + "images/spacer.gif");
labelBullet = new bulletPoint(_rootPath + "images/spacer.gif",_rootPath + "images/spacer.gif");
subMenuBullet = new bulletPoint(_rootPath + "images/arrow/more.gif",_rootPath + "images/arrow/more.gif");

/*******************************************************************************************************************************************************************************************
																	
        DOWNDOW MENUS

        Please review the sample for instructions on how to add menu options

    -------------------------------------------------------------------------------------------------------------------------------------------------------------
        Menu Headers
    -------------------------------------------------------------------------------------------------------------------------------------------------------------
    	
        menus[x] = new menu();*     || Explained below
        menus[x].height = 16;       || The hieght of each individual menu option.
        menus[x].addItem();**       || Explained below
        menus[x].writeMenu();       || Draws the menu out
    	
    -------------------------------------------------------------------------------------------------------------------------------------------------------------

        * menus[x] = new menu(Part 1, Part 2, Part 3, Part 4);*

        Perameters of the drop down menu.
	    
	    Part 1 = Determines drop down menus width
			
	    Part 2² = Menu Style (vertical or horizontal)
	    
	    Part 3² = Menu Border Color (sides)
	    
	    Part 4² = Menu Border Color (top)


    -------------------------------------------------------------------------------------------------------------------------------------------------------------
        Sub-Menu Items
    -------------------------------------------------------------------------------------------------------------------------------------------------------------

	    ** menus[x].addItem(Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, Part 7, Part 8, Part 9);
	
	    Part 1² = Determines whether or not that this menu option is a drill down or not. The options available are as follows:
			
		    subMenuBullet = Drill Down
		    menuItemBullet = No Drill Down
			
	    Part 2² = The Text that will be displayed in the drop down menu
		
	    Part 3 = The submenu that will be called if there is a drill down menu. If there is no drill down, the option must be set to "null"
		
	    Part 4 = The width of the drop down menu
		
	    Part 5² = The color of the drop down menu
		
	    Part 6² = The color of the mouse rollover for the menu
		
	    Part 7² = The path/link to the page being called. This link must be the virtual path. The _rootPath is calculated in another file.
                  That variable must always be present, otherwise the link will not work. (ie: _rootPath+'employees/allowances/default.htm')
                  
	    Part 8² = The alignment of the text within the menu
		
	    Part 9² = The target of the link. Use 'self' for the same window, or user  'new' for a pop-up window to be used.
			
			
														    IMPORTANT INFORMATION
														    ---------------------
														
	    In the Array "menus[x]", x denotes the menu and must be unique to each menu. The number locate within the brackets is what makes each menu 
	    unique and is what is referred to in Part 3. 
    		
    -------------------------------------------------------------------------------------------------------------------------------------------------------------
		
	    References
	    ² These values must be in single quotes ('). All other values are numerical values and do not need quotes around them
				
*******************************************************************************************************************************************************************************************/

myTest = new menuBar('myTest', 713, 'horizontal', '#FFFFFF', '#FFFFFF');
myTest.addLabel('labelBullet', 'HR HOME', 1, '', '#FFFFFF', '#DADADA', _rootPath+'default.htm', 'left', 'self');
myTest.addLabel('labelBullet', 'EMPLOYMENT', 2, '', '#FFFFFF', '#DADADA', _rootPath+'employment/default.htm', 'left', 'self');
myTest.addLabel('labelBullet', 'EMPLOYEES', 3, '', '#FFFFFF', '#DADADA', _rootPath+'employees/default.htm', 'left', 'self');
myTest.addLabel('labelBullet', 'NSPS', 13, '', '#FFFFFF', '#DADADA', 'http://www.dodea.edu/nsps/index.cfm', 'left', 'new');
myTest.addLabel('labelBullet', 'NEWS/EVENTS', 4, '', '#FFFFFF', '#DADADA', _rootPath+'news/default.htm', 'left', 'self');
myTest.addLabel('labelBullet', 'RESOURCES', 5, '', '#FFFFFF', '#DADADA', _rootPath+'resources/default.htm', 'left', 'self');
myTest.height = 37;

menus[1] = new menu(250, 'vertical', '#FFFFFF', '#FFFFFF');
menus[1].height = 16;
menus[1].writeMenu();

menus[2] = new menu(250, 'vertical', '#FFFFFF', '#FFFFFF');
menus[2].height = 16;
menus[2].addItem('menuItemBullet', 'About DoDEA', null, 250, '#EFF0F1', '#DADADA', _rootPath+'employment/default.htm', 'left', 'self');
menus[2].addItem('menuItemBullet', 'HR Regional Service Center', null, 250, '#EFF0F1', '#DADADA', _rootPath+'employment/abouthr.htm', 'left', 'self');
menus[2].addItem('menuItemBullet', 'Becoming a Teacher', null, 250, '#EFF0F1', '#DADADA', _rootPath+'employment/teacher.htm', 'left', 'self');
menus[2].addItem('menuItemBullet', 'General Information & Benefits', null, 250, '#EFF0F1', '#DADADA', _rootPath+'employment/benefits/default.htm', 'left', 'self');
menus[2].addItem('menuItemBullet', 'Teaching Categories & Requirements', null, 250, '#EFF0F1', '#DADADA', _rootPath+'categories/default.htm', 'left', 'self');
menus[2].addItem('menuItemBullet', 'Educators Online Application', null, 250, '#EFF0F1', '#DADADA', _rootPath+'onlineapplication/default.htm', 'left', 'self');
menus[2].addItem('menuItemBullet', 'Current Vacancies', null, 250, '#EFF0F1', '#DADADA', _rootPath+'employment/vacancies.htm', 'left', 'self');
menus[2].addItem('menuItemBullet', 'Student Teaching', null, 250, '#EFF0F1', '#DADADA', _rootPath+'employment/studentteaching/default.htm', 'left', 'self');
menus[2].addItem('menuItemBullet', 'Salary Schedules', null, 250, '#EFF0F1', '#DADADA', _rootPath+'salary/default.htm', 'left', 'self');
menus[2].addItem('menuItemBullet', 'Troops to Teachers', null, 250, '#EFF0F1', '#DADADA', _rootPath+'employment/troopstoteachers.htm', 'left', 'self');
menus[2].writeMenu();

menus[3] = new menu(200, 'vertical', '#FFFFFF', '#FFFFFF');
menus[3].height = 16;
menus[3].addItem('subMenuBullet', 'Online Employee Access', 7, 200, '#EFF0F1', '#DADADA', _rootPath+'oea/default.htm', 'left', 'self');
menus[3].addItem('subMenuBullet', 'Benefits', 6, 200, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/default.htm', 'left', 'self');
menus[3].addItem('subMenuBullet', 'Foreign Area Allowances', 11, 200, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/default.htm', 'left', 'self');
menus[3].addItem('menuItemBullet', 'Employment Verification', null, 200, '#EFF0F1', '#DADADA', _rootPath+'employees/employmentverification.htm', 'left', 'self');
menus[3].addItem('subMenuBullet', 'Retirement Programs', 9, 200, '#EFF0F1', '#DADADA', _rootPath+'employees/retirement/default.htm', 'left', 'self');
menus[3].addItem('menuItemBullet', 'Pay & Salary Schedules', null, 200, '#EFF0F1', '#DADADA', _rootPath+'employees/yourpay/default.htm', 'left', 'self');
menus[3].addItem('subMenuBullet', 'Licensure', 12, 200, '#EFF0F1', '#DADADA', _rootPath+'employees/licensure/default.htm', 'left', 'self');
menus[3].addItem('menuItemBullet', 'Training', null, 200, '#EFF0F1', '#DADADA', _rootPath+'employees/training/default.htm', 'left', 'self');
menus[3].writeMenu();

menus[4] = new menu(160, 'vertical', '#FFFFFF', '#FFFFFF');
menus[4].height = 16;
menus[4].addItem('menuItemBullet', 'Upcoming Events', null, 160, '#EFF0F1', '#DADADA', _rootPath+'news/default.htm', 'left', 'self');
menus[4].addItem('menuItemBullet', 'Announcements', null, 160, '#EFF0F1', '#DADADA', _rootPath+'news/announcements.htm', 'left', 'self');
menus[4].addItem('menuItemBullet', 'HR Advisor', null, 160, '#EFF0F1', '#DADADA', _rootPath+'news/advisor.htm', 'left', 'self');
menus[4].addItem('menuItemBullet', 'Linda Brooks Award', null, 160, '#EFF0F1', '#DADADA', _rootPath+'news/award.htm', 'left', 'self');
menus[4].writeMenu();	
				
menus[5] = new menu(280, 'vertical', '#FFFFFF', '#FFFFFF');
menus[5].height = 16;
menus[5].addItem('menuItemBullet', 'General Links', null, 280, '#EFF0F1', '#DADADA', _rootPath+'resources/default.htm', 'left', 'self');
menus[5].addItem('subMenuBullet', 'Online Employee Access', 8, 280, '#EFF0F1', '#DADADA', _rootPath+'oea/default.htm', 'left', 'self');
menus[5].addItem('menuItemBullet', 'Educators Online Application', null, 280, '#EFF0F1', '#DADADA', _rootPath+'onlineapplication/default.htm', 'left', 'self');
menus[5].addItem('menuItemBullet', 'Policies & Regulations', null, 280, '#EFF0F1', '#DADADA', _rootPath+'resources/policies.htm', 'left', 'self');
menus[5].addItem('menuItemBullet', 'Standard Operating Procedures (SOPs)', null, 280, '#EFF0F1', '#DADADA', _rootPath+'resources/operatingprocedures.htm', 'left', 'self');
menus[5].addItem('menuItemBullet', 'Standardized Position Descriptions', null, 280, '#EFF0F1', '#DADADA', _rootPath+'resources/positiondescription.htm', 'left', 'self');
menus[5].addItem('subMenuBullet', 'HQ Employees Orientation', 10, 280, '#EFF0F1', '#DADADA', _rootPath+'resources/hq/eop/default.htm', 'left', 'self');
menus[5].addItem('menuItemBullet', 'Contact DoDEA HR', null, 280, '#EFF0F1', '#DADADA', _rootPath+'resources/contact.htm', 'left', 'self');
menus[5].addItem('menuItemBullet', 'Forms', null, 280, '#EFF0F1', '#DADADA', _rootPath+'resources/forms.htm', 'left', 'self');
menus[5].addItem('menuItemBullet', 'FAQs', null, 280, '#EFF0F1', '#DADADA', _rootPath+'resources/faqs.htm', 'left', 'self');
menus[5].writeMenu();

menus[6] = new menu(270, 'vertical', '#FFFFFF', '#FFFFFF');
menus[6].height = 16;
menus[6].addItem('menuItemBullet', 'Health Benefits Program', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/default.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'FEGLI - Insurance', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/insurance.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'Federal Long Term Care', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/longtermcare.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'Flexible Spending Account', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/spending.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'Your Leave', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/leave.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'Family Medical Leave Act', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/medicalleave.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'Employee Assistance Program (EAP)', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/eap.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'The Voluntary Leave Transfer Program', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/voluntary.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'Employee Benefits Information System', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/ebis.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'Thrift Saving Plan (TSP)', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/tsp.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'Thrift Savings Plan Catch-up Contributions', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/contributions.htm', 'left', 'self');
menus[6].addItem('menuItemBullet', 'Injury Compensation', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/injury.htm', 'left', 'self');	
menus[6].addItem('menuItemBullet', 'FAQs', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/benefits/faqs.htm', 'left', 'self');	
menus[6].writeMenu();	

menus[7] = new menu(155, 'vertical', '#FFFFFF', '#FFFFFF');
menus[7].height = 16;
menus[7].addItem('menuItemBullet', 'General Information', null, 170, '#EFF0F1', '#DADADA', _rootPath+'oea/default.htm', 'left', 'self');
menus[7].addItem('menuItemBullet', 'My Biz', null, 170, '#EFF0F1', '#DADADA', 'https://compo.dcpds.cpms.osd.mil/', 'left', 'new');
menus[7].addItem('menuItemBullet', 'EBIS', null, 170, '#EFF0F1', '#DADADA', 'https://hq-w3.dodea.edu/', 'left', 'new');
menus[7].addItem('menuItemBullet', 'TOPS', null, 170, '#EFF0F1', '#DADADA', 'https://webapps.dodea.edu/TOPS/', 'left', 'new');
menus[7].addItem('menuItemBullet', 'DAPS', null, 170, '#EFF0F1', '#DADADA', 'https://webapps.dodea.edu/daps/index.cfm', 'left', 'new');
menus[7].addItem('menuItemBullet', 'MyPay', null, 170, '#EFF0F1', '#DADADA', 'https://mypay.dfas.mil/mypay.aspx', 'left', 'new');
menus[7].addItem('menuItemBullet', 'TSP Access', null, 170, '#EFF0F1', '#DADADA', 'http://www.tsp.gov', 'left', 'new');
menus[7].addItem('menuItemBullet', 'EPD', null, 170, '#EFF0F1', '#DADADA', 'https://webapps.dodea.edu/EPD/index.cfm', 'left', 'new');
menus[7].addItem('menuItemBullet', 'Citrix', null, 170, '#EFF0F1', '#DADADA', 'https://dodeawebsrv.dodeahr.org/', 'left', 'new');
menus[7].addItem('menuItemBullet', 'GTS', null, 170, '#EFF0F1', '#DADADA', 'https://webapps.dodea.edu/GTS/', 'left', 'new');
menus[7].writeMenu();	

menus[8] = new menu(155, 'vertical', '#FFFFFF', '#FFFFFF');
menus[8].height = 16;
menus[8].addItem('menuItemBullet', 'General Information', null, 170, '#EFF0F1', '#DADADA', _rootPath+'oea/default.htm', 'left', 'self');
menus[8].addItem('menuItemBullet', 'My Biz', null, 170, '#EFF0F1', '#DADADA', 'https://compo.dcpds.cpms.osd.mil/', 'left', 'new');
menus[8].addItem('menuItemBullet', 'EBIS', null, 170, '#EFF0F1', '#DADADA', 'https://hq-w3.dodea.edu/', 'left', 'new');
menus[8].addItem('menuItemBullet', 'TOPS', null, 170, '#EFF0F1', '#DADADA', 'https://webapps.dodea.edu/TOPS/', 'left', 'new');
menus[8].addItem('menuItemBullet', 'DAPS', null, 170, '#EFF0F1', '#DADADA', 'https://webapps.dodea.edu/daps/index.cfm', 'left', 'new');
menus[8].addItem('menuItemBullet', 'MyPay', null, 170, '#EFF0F1', '#DADADA', 'https://mypay.dfas.mil/mypay.aspx', 'left', 'new');
menus[8].addItem('menuItemBullet', 'TSP Access', null, 170, '#EFF0F1', '#DADADA', 'http://www.tsp.gov', 'left', 'new');
menus[8].addItem('menuItemBullet', 'EPD', null, 170, '#EFF0F1', '#DADADA', 'https://webapps.dodea.edu/EPD/index.cfm', 'left', 'new');
menus[8].addItem('menuItemBullet', 'Citrix', null, 170, '#EFF0F1', '#DADADA', 'https://dodeawebsrv.dodeahr.org/', 'left', 'new');
menus[8].addItem('menuItemBullet', 'GTS', null, 170, '#EFF0F1', '#DADADA', 'https://webapps.dodea.edu/gts/', 'left', 'new');
menus[8].writeMenu();	

menus[9] = new menu(155, 'vertical', '#FFFFFF', '#FFFFFF');
menus[9].height = 16;
menus[9].addItem('menuItemBullet', 'General Information', null, 170, '#EFF0F1', '#DADADA', _rootPath+'employees/retirement/default.htm', 'left', 'self');
menus[9].addItem('menuItemBullet', 'CSRS', null, 170, '#EFF0F1', '#DADADA', _rootPath+'employees/retirement/csrs.htm', 'left', 'self');
menus[9].addItem('menuItemBullet', 'FERS', null, 170, '#EFF0F1', '#DADADA', _rootPath+'employees/retirement/fers.htm', 'left', 'self');
menus[9].addItem('menuItemBullet', 'Forms', null, 170, '#EFF0F1', '#DADADA', _rootPath+'employees/retirement/forms.htm', 'left', 'self');
menus[9].writeMenu();	

menus[10] = new menu(180, 'vertical', '#FFFFFF', '#FFFFFF');
menus[10].height = 16;
menus[10].addItem('menuItemBullet', 'Welcome', null, 180, '#EFF0F1', '#DADADA', _rootPath+'resources/hq/eop/default.htm', 'left', 'self');			
menus[10].addItem('menuItemBullet', 'DoDEA', null, 180, '#EFF0F1', '#DADADA', _rootPath+'resources/hq/eop/dodea.htm', 'left', 'self');
menus[10].addItem('menuItemBullet', 'Pay & Benefits', null, 180, '#EFF0F1', '#DADADA', _rootPath+'resources/hq/eop/benefits/default.htm', 'left', 'self');
menus[10].addItem('menuItemBullet', 'Your In-Processing', null, 180, '#EFF0F1', '#DADADA', _rootPath+'resources/hq/eop/processing.htm', 'left', 'self');
menus[10].addItem('menuItemBullet', 'About Your Employment', null, 180, '#EFF0F1', '#DADADA', _rootPath+'resources/hq/eop/employment/default.htm', 'left', 'self');
menus[10].addItem('menuItemBullet', 'Safety and Security', null, 180, '#EFF0F1', '#DADADA', _rootPath+'resources/hq/eop/security/default.htm', 'left', 'self');
menus[10].addItem('menuItemBullet', 'Headquarters', null, 180, '#EFF0F1', '#DADADA', _rootPath+'resources/hq/eop/headquarters/default.htm', 'left', 'self');
menus[10].writeMenu();	

menus[11] = new menu(270, 'vertical', '#FFFFFF', '#FFFFFF');
menus[11].height = 16;
menus[11].addItem('menuItemBullet', 'Overview', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/default.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'FTA Predeparture Subsistence Expense', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/fta.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'FTA Miscellaneous Expense', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/ftamisc.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'Advance of Pay', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/advances.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'Temporary Quarters Subsistence Allowance', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/tqsa.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'Post Allowance', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/post.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'Living Quarters Allowance (LQA)', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/lqa.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'LQA Reconciliation', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/lqar.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'Separate Maintenance Allowance', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/sma.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'Educational Travel Allowance', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/eta.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'Applying for Foreign Area Allowances', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/apply.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'Allowance Rates', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/rates.htm', 'left', 'self');
menus[11].addItem('menuItemBullet', 'FAQs', null, 270, '#EFF0F1', '#DADADA', _rootPath+'employees/allowances/faqs.htm', 'left', 'self');			
menus[11].writeMenu();		

menus[12] = new menu(190, 'vertical', '#FFFFFF', '#FFFFFF');
menus[12].height = 16;
menus[12].addItem('menuItemBullet', 'Overview', null, 190, '#EFF0F1', '#DADADA', _rootPath+'employees/licensure/default.htm', 'left', 'self');			
menus[12].addItem('menuItemBullet', 'Teaching', null, 190, '#EFF0F1', '#DADADA', _rootPath+'categories/default.htm', 'left', 'self');
menus[12].addItem('menuItemBullet', 'Distance Learning Institutions', null, 190, '#EFF0F1', '#DADADA', _rootPath+'employees/licensure/distance.htm', 'left', 'self');
menus[12].addItem('menuItemBullet', 'Academic Salary Lane', null, 190, '#EFF0F1', '#DADADA', _rootPath+'employees/licensure/asl/default.htm', 'left', 'self');
menus[12].addItem('menuItemBullet', 'Educator License Renewal', null, 190, '#EFF0F1', '#DADADA', _rootPath+'employees/licensure/renewal.htm', 'left', 'self');
menus[12].addItem('menuItemBullet', 'FAQs', null, 190, '#EFF0F1', '#DADADA', _rootPath+'employees/licensure/faqs.htm', 'left', 'self');
menus[12].writeMenu();	

menus[13] = new menu(200, 'vertical', '#FFFFFF', '#FFFFFF');
menus[13].height = 16;
menus[13].addItem('menuItemBullet', 'DoDEA NSPS Home', null, 200, '#EFF0F1', '#DADADA', 'http://www.dodea.edu/nsps/index.cfm', 'left', 'new');
menus[13].addItem('menuItemBullet', 'CAC Registration Instructions', null, 200, '#EFF0F1', '#DADADA', 'http://www.dodea.edu/offices/hr/news/documents/CACRegistrationforMyBizUsers.pdf', 'left', 'new');
menus[13].addItem('menuItemBullet', 'Access My Biz', null, 200, '#EFF0F1', '#DADADA', 'https://compo.dcpds.cpms.osd.mil/', 'left', 'new');
menus[13].addItem('menuItemBullet', 'DoD CPMS My Biz Tutorial', null, 200, '#EFF0F1', '#DADADA', 'http://www.cpms.osd.mil/hrbits/selfservice/selfservice_userguide.aspx', 'left', 'new');
menus[13].addItem('menuItemBullet', 'Creating a Performance Plan', null, 200, '#EFF0F1', '#DADADA', 'http://www.dodea.edu/offices/hr/news/documents/Create_NSPS_Perf_Plan_V2.pdf', 'left', 'new');menus[13].addItem('menuItemBullet', 'DoDEA NSPS FAQs', null, 200, '#EFF0F1', '#DADADA', 'http://www.dodea.edu/employees/nsps.cfm?cId=faqs', 'left', 'new');
menus[13].addItem('menuItemBullet', 'Official NSPS Website', null, 200, '#EFF0F1', '#DADADA', 'http://www.cpms.osd.mil/nsps/', 'left', 'new');
menus[13].addItem('subMenuBullet', 'NSPS Online Training', 14, 200, '#EFF0F1', '#DADADA', _rootPath+'oea/default.htm', 'left', 'self');
//menus[13].addItem('menuItemBullet', 'NSPS Online Training', null, 200, '#EFF0F1', '#DADADA', 'http://', 'left', 'new');
menus[13].writeMenu();

menus[14] = new menu(210, 'vertical', '#FFFFFF', '#FFFFFF');
menus[14].height = 16;
menus[14].addItem('menuItemBullet', 'NSPS 101 - An Introduction', null, 200, '#EFF0F1', '#DADADA', 'http://www.cpms.osd.mil/nsps/NSPS101/nsps/', 'left', 'new');
menus[14].addItem('menuItemBullet', 'iSucces Training', null, 200, '#EFF0F1', '#DADADA', 'http://www.cpms.osd.mil/nsps/iSuccess/', 'left', 'new');
menus[14].addItem('menuItemBullet', 'Pay Pools, Performance and You', null, 200, '#EFF0F1', '#DADADA','http://www.cpms.osd.mil/nsps/ppy/index.html', 'left', 'new');
menus[14].writeMenu();

menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='right';
menus[6].align='right';
menus[7].align='right';
menus[8].align='right';
menus[9].align='right';
menus[10].align='right';
menus[11].align='right';
menus[12].align='right';
menus[13].align='left';
menus[14].align='right';
//-->