/***********************************************************************************
*	(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	          *	 April 2 2008 NOTE:  When replicating to other applications change the number of First Line Menus in the Code Line 7 Below	
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#003399';			// Background color when mouse is over
	var HighSubBgColor='#003399';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#003399';			// Border color
	var BorderSubColor='#003399';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=200;				// 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=0;			// 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='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=1;				// 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=['tri.gif',10,5,'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("         HR Forms Categories","http://www.cornerstoneresults.com/RefLib/hr/hr_forms_Template_Library.htm","",0,20,200);	

Menu2=new Array("Employee Relations","","",6);

	Menu2_1=new Array("Disciplinary Forms","","",5,20,150);	
	     Menu2_1_1=new Array("Disciplinary Action Form","hr_zipped_files/emp_relations/Disciplinary_Action.zip","",0,20,175);
	     Menu2_1_2=new Array("Unpaid Suspension Form","hr_zipped_files/emp_relations/suspension.zip","",0,20,250);
	     Menu2_1_3=new Array("Termination Release Form","hr_zipped_files/emp_relations/termination_release.zip","",0,20,250);
	     Menu2_1_4=new Array("Verbal Warning Form","hr_zipped_files/emp_relations/verbal_warning.zip","",0,20,250);
	     Menu2_1_5=new Array("Written Warning Form","hr_zipped_files/emp_relations/written_warning.zip","",0,20,250);
		     
	Menu2_2=new Array("Drugs and Alcohol","","",1);
         Menu2_2_1=new Array("Employee Drug and Alcohol Test Consent Form","hr_zipped_files/emp_relations/Employee_Drug_Alcohol_Test_Consent.zip","",0,20,275);
	     		
	Menu2_3=new Array("Emergency Information Forms","","",1,20,175);
		 Menu2_3_1=new Array("Emergency Information Form","hr_zipped_files/emp_relations/Emergency_Information_Form.zip","",0,20,175);
		   	 
    Menu2_4=new Array("Employment Reference Release Forms","","",1);
         Menu2_4_1=new Array("Employment Reference Release Form","hr_zipped_files/emp_relations/Employment_Reference_Release.zip","",0,20,200);
	     
	Menu2_5=new Array("Exit Interview Forms","","",1);
    	 Menu2_5_1=new Array("Exit Interview Form","hr_zipped_files/emp_relations/Exit_Interview.zip","",0,20,125);
	     
	Menu2_6=new Array("Sexual Harrassment Forms","","",1);
         Menu2_6_1=new Array("Sexual Harrassment Complaint Form","hr_zipped_files/emp_relations/Sexual_Harassment_Complaint.zip","",0,20,225);
	     
Menu3=new Array("General Forms & Administration","","",5);

	Menu3_1=new Array("Expense Management","","",2,20,250);
		 Menu3_1_1=new Array("Expense Report Form","hr_zipped_files/general_forms/expense_report.zip","",0,20,150);
	     Menu3_1_2=new Array("Mileage Log Worksheet","hr_zipped_files/general_forms/mileage_log_worksheet.zip","",0,20,150);

	Menu3_2=new Array("General","","",7,20,250);
	     Menu3_2_1=new Array("Department Absence Tracking","hr_zipped_files/general_forms/dept_absence_tracking.zip","",0,20,225);
	 	 Menu3_2_2=new Array("Employee Absence Tracking Form","hr_zipped_files/general_forms/employee_absence_tracking.zip","",0,20,250);
	   	 Menu3_2_3=new Array("Employee Handbook Agreement","hr_zipped_files/general_forms/employee_handbook_agreement.zip","",0,20,250);  	   	 
	   	 Menu3_2_4=new Array("Employee Inquiry Sheet","hr_zipped_files/general_forms/employee_inquiry_sheet.zip","",0,20,250);
	   	 Menu3_2_5=new Array("Personal Data Change Form","hr_zipped_files/general_forms/personal_data_change.zip","",0,20,250);
	   	 Menu3_2_6=new Array("Physical Exam Consent for Applicants","hr_zipped_files/general_forms/physical_exam_consent.zip","",0,20,250);
	   	 Menu3_2_7=new Array("Vacation Request Form","hr_zipped_files/general_forms/vacation_request.zip","",0,20,250);
	   	 
	Menu3_3=new Array("Job Description Forms","","",1,20,250);
	     Menu3_3_1=new Array("Job Description Template","hr_zipped_files/general_forms/job_description.zip","",0,20,150);
	     
	Menu3_4=new Array("Meeting Forms","","",2,20,250);
		 Menu3_4_1=new Array("Meeting Agenda Template","hr_zipped_files/general_forms/meeting_agenda.zip","",0,20,150);
		 Menu3_4_2=new Array("Meeting Minutes Template","hr_zipped_files/general_forms/meeting_minutes.zip","",0,20,150);
	     
	Menu3_5=new Array("Performance Planning & Reviews","","",5,20,250);
	     Menu3_5_1=new Array("Employee Self Review","hr_zipped_files/general_forms/employee_self_review.zip","",0,20,225);
	     Menu3_5_2=new Array("Goal Planning","hr_zipped_files/general_forms/goal_planning.zip","",0,20,250);
	 	 Menu3_5_3=new Array("Performance Review Template","hr_zipped_files/general_forms/performance_review.zip","",0,20,250);
     	 Menu3_5_4=new Array("Performance Review Template (Peer)","hr_zipped_files/general_forms/performance_review_peer.zip","",0,20,250);
     	 Menu3_5_5=new Array("Performance Review Template (Self)","hr_zipped_files/general_forms/performance_review_self.zip","",0,20,250);
	 	   	
Menu4=new Array("Interview Question Sets","","",2);

	Menu4_1=new Array("Telephone Interview Screening Questions","","",2,20,250);
		 Menu4_1_1=new Array("Administrative Assistant","hr_zipped_files/interview_packages/Tel_Screen_Admin_Asst.zip","",0,20,175);
		 Menu4_1_2=new Array("Sales Representative","hr_zipped_files/interview_packages/Tel_Screen_Sales_Rep.zip","",0,20,175);		 
	
	Menu4_2=new Array("In-Person Interview Questions","","",2,20,250);
		 Menu4_2_1=new Array("Adminstrative Assistant","hr_zipped_files/interview_packages/int_ques_admin_asst.zip","",0,20,175);
		 Menu4_2_2=new Array("Sales Representative","hr_zipped_files/interview_packages/int_ques_sales_rep.zip","",0,20,175);
	
Menu5=new Array("Payroll and Benefits","","",6);

	Menu5_1=new Array("Benefits Analysis","","",1,20,250);
		 Menu5_1_1=new Array("Benefits Analysis Worksheet","hr_zipped_files/payroll_&_benefits/Benefits_Analysis.zip","",0,20,175);
	     
	Menu5_2=new Array("COBRA","","",5,20,250);
	     Menu5_2_1=new Array("Certification of Cancellation of Dependent Health Coverage","hr_zipped_files/payroll_&_benefits/cobra_Cancellation_of_Dependent_Health_Coverage.zip","",0,20,335);
	     Menu5_2_2=new Array("COBRA - Continuation of Coverage","hr_zipped_files/payroll_&_benefits/cobra_continuation_Coverage.zip","",0,20,280);
	     Menu5_2_3=new Array("COBRA - Initial Notification","hr_zipped_files/payroll_&_benefits/cobra_initial_notification.zip","",0,20,280);
	     Menu5_2_4=new Array("COBRA - Overdue Payment Notification","hr_zipped_files/payroll_&_benefits/cobra_overdue_payment.zip","",0,20,280);
	     Menu5_2_5=new Array("COBRA - Qualifying Event Form","hr_zipped_files/payroll_&_benefits/cobra_qualifying_event.zip","",0,20,280);
	     	     
	Menu5_3=new Array("Compensation Forms","","",2,20,250);
		 Menu5_3_1=new Array("Compensation Adjustment Form","hr_zipped_files/payroll_&_benefits/compensation_adjustment.zip","",0,20,200);
		 Menu5_3_2=new Array("Direct Deposit Enrollment Form","hr_zipped_files/payroll_&_benefits/direct_deposit_enrollment.zip","",0,20,200);
	     	     
	Menu5_4=new Array("Family & Medical Leave Act - FMLA","","",2,20,250);
		 Menu5_4_1=new Array("FMLA Employer Instructions","hr_zipped_files/payroll_&_benefits/fmla_initial_notification.zip","",0,20,175);
		 Menu5_4_2=new Array("FMLA Leave Request Form","hr_zipped_files/payroll_&_benefits/fmla_leave_request.zip","",0,20,175);
  		 
	Menu5_5=new Array("Miscellaneous","","",5,20,250);
		 Menu5_5_1=new Array("Injury Report Form","hr_zipped_files/payroll_&_benefits/injury_report_form.zip","",0,20,175);
	     Menu5_5_2=new Array("Leave Approval Form","hr_zipped_files/payroll_&_benefits/leave_approval_form.zip","",0,20,175);
	     Menu5_5_3=new Array("Leave Bank Donation Form","hr_zipped_files/payroll_&_benefits/leave_bank_donation_form.zip","",0,20,175);
	     Menu5_5_4=new Array("Status Change Form","hr_zipped_files/payroll_&_benefits/status_change_form.zip","",0,20,175);
	     Menu5_5_5=new Array("Time Sheet Template","hr_zipped_files/payroll_&_benefits/time_sheet.zip","",0,20,175);
	     	     
	Menu5_6=new Array("Salary Tools & Forms","","",2,20,250);
		 Menu5_6_1=new Array("Salary Analysis Template","hr_zipped_files/payroll_&_benefits/salary_analysis_template.zip","",0,20,160);
		 Menu5_6_2=new Array("Salary Scale Template","hr_zipped_files/payroll_&_benefits/salary_scale_template.zip","",0,20,160);
		 	
	
Menu6=new Array("Recruiting Forms & Agreements","","",4);

	Menu6_1=new Array("Application Forms","","",3,20,250);
		 Menu6_1_1=new Array("Applicant Drug Test Consent Form","hr_zipped_files/recruitment_forms_&_agreements/Affirmative_Action_Recruitment_Report.zip","",0,20,200);
		 Menu6_1_2=new Array("Employment Application Form","hr_zipped_files/recruitment_forms_&_agreements/Employment_Application.zip","",0,20,200);
		 Menu6_1_3=new Array("Internal Applicant Application Form","hr_zipped_files/recruitment_forms_&_agreements/Internal_Applications.zip","",0,20,200);
		 
	Menu6_2=new Array("General Forms","","",14,20,250);
		 Menu6_2_1=new Array("Affirmative Action Recruitment Report","hr_zipped_files/recruitment_forms_&_agreements/Affirmative_Action_Recruitment_Report.zip","",0,20,350);
		 Menu6_2_2=new Array("At-Will Employment Release","hr_zipped_files/recruitment_forms_&_agreements/At_Will_Employment_Release.zip","",0,20,200);
		 Menu6_2_3=new Array("Authorization to Hire Form","hr_zipped_files/recruitment_forms_&_agreements/Authorization_To_Hire.zip","",0,20,200);
	     Menu6_2_4=new Array("Candidate Evaluation Form","hr_zipped_files/recruitment_forms_&_agreements/Candidate_Evaluation.zip","",0,20,200);
         Menu6_2_5=new Array("Employment Verification Form","hr_zipped_files/recruitment_forms_&_agreements/Employment_Verification.zip","",0,20,200);
	     Menu6_2_6=new Array("Fair Credit Reporting Notice","hr_zipped_files/recruitment_forms_&_agreements/Fair_Credit_Reporting_Notice.zip","",0,20,200);
         Menu6_2_7=new Array("File Status Update Form","hr_zipped_files/recruitment_forms_&_agreements/File_Status_Update.zip","",0,20,200);
		 Menu6_2_8=new Array("Independent Contractor Status Form","hr_zipped_files/recruitment_forms_&_agreements/Independent_Contractor.zip","",0,20,200);
	     Menu6_2_9=new Array("Internal Job Posting","hr_zipped_files/recruitment_forms_&_agreements/Internal_Applications.zip","",0,20,200);
	     Menu6_2_10=new Array("Inventions & Proprietary Information Protection Form","hr_zipped_files/recruitment_forms_&_agreements/Inventions_Proprietary_Info_Agrmnt.zip","",0,20,200);
	     Menu6_2_11=new Array("Non-Compete Agreement Form","hr_zipped_files/recruitment_forms_&_agreements/NonCompetition.zip","",0,20,200);
	     Menu6_2_12=new Array("Non-Disclosure Agreement Form","hr_zipped_files/recruitment_forms_&_agreements/Nondisclosure_Agreement.zip","",0,20,200);
	     Menu6_2_13=new Array("Offer Letter","hr_zipped_files/recruitment_forms_&_agreements/Offer_Letter.zip","",0,20,200);
	     Menu6_2_14=new Array("Recruitment Recap Form","hr_zipped_files/recruitment_forms_&_agreements/Recruitment_Recap.zip","",0,20,200);
	     
	Menu6_3=new Array("Reference-Related Forms & Letters","","",7,20,250);
		 Menu6_3_1=new Array("Reference Checking Form","hr_zipped_files/recruitment_forms_&_agreements/Reference_Checking.zip","",0,20,250);
		 Menu6_3_2=new Array("Reference Letter - Favorable","hr_zipped_files/recruitment_forms_&_agreements/Reference_Letter_Favorable.zip","",0,20,200);
		 Menu6_3_3=new Array("Reference Letter - Poor","hr_zipped_files/recruitment_forms_&_agreements/Reference_Letter_Poor.zip","",0,20,200);
		 Menu6_3_4=new Array("Reference Release Form","hr_zipped_files/recruitment_forms_&_agreements/Reference_Release.zip","",0,20,200);
         Menu6_3_5=new Array("Reference Release - Applicant","hr_zipped_files/recruitment_forms_&_agreements/Reference_Release_Applicant.zip","",0,20,200);
         Menu6_3_6=new Array("Reference Release - Employment","hr_zipped_files/recruitment_forms_&_agreements/Reference_Release_Employment.zip","",0,20,200);
         Menu6_3_7=new Array("Reference Request Letter","hr_zipped_files/recruitment_forms_&_agreements/Reference_Request_Letter.zip","",0,20,200);
    	     
  	Menu6_4=new Array("Thank You Letters","","",3,20,250);
		 Menu6_4_1=new Array("Thank You for Applying Letter - Ver. 1","hr_zipped_files/recruitment_forms_&_agreements/Thank_You_for_Applying_Letter.zip","",0,20,250);
		 Menu6_4_2=new Array("Thank You for Applying Letter - Ver. 2","hr_zipped_files/recruitment_forms_&_agreements/Thank_You_for_Applying_Letter_2.zip","",0,20,200);
		 Menu6_4_3=new Array("Thank You for Applying Letter - Ver. 3","hr_zipped_files/recruitment_forms_&_agreements/Thank_You_for_Applying_Letter_3.zip","",0,20,200);
		 
 	
		 
