	var path = "";	
    var Arrws=['../script/tri.gif',10,10,'../script/tridown.gif',10,10,'/trileft.gif',10,10];

	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#E6CD93';			// Background color when mouse is not over
	var LowSubBgColor='#E6CD93';			// Background color when mouse is not over on subs
	var HighBgColor='#DCBA6B';			// Background color when mouse is over
	var HighSubBgColor='#DCBA6B';			// 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='#000000';			// Font color subs when mouse is over
	var BorderColor='#8F8F8F';			// Border color 
	var BorderSubColor='#8F8F8F';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Tahoma,Arial,sans-serif"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=50;				// Menu offset x coordinate
	var StartLeft=2;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=1;				// 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=200;			// 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=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
	


Menu1=new Array("Home",path +"../index.php","",0,20,40);

Menu2=new Array("Quality Assurance",path +"#","",6,20,110);
     Menu2_1=new Array("Part 1",path +"#","",8,20,110);
	     Menu2_1_1=new Array("Funda's of Testing ",path +"../QualityAssurance/Funds_QA.php","",10,20,150);
		      Menu2_1_1_1=new Array("Software Errors",path +"../QualityAssurance/Software_Errors.php","",0,20,150);
			  Menu2_1_1_2=new Array("Software Test Planing",path +"../QualityAssurance/SoftwareTestPlaning.php","",0,20,150);
			  Menu2_1_1_3=new Array("Software Test Requirements",path +"../QualityAssurance/SoftwareRequirements.php","",0,20,150);
			  Menu2_1_1_4=new Array("Software Test Design",path +"../QualityAssurance/SoftwareTestDesign.php","",0,20,150);
		      Menu2_1_1_5=new Array("Review for Software Testing",path +"../QualityAssurance/SoftwateTestingExe.php","",0,20,150);
			  Menu2_1_1_6=new Array("Software Test Execution",path +"../QualityAssurance/SoftwateTestingExe.php","",0,20,150);
			  Menu2_1_1_7=new Array("Problem Tracking System",path +"../QualityAssurance/ProblemTrack.php","",0,20,150);
			  Menu2_1_1_8=new Array("Software Test Management",path +"../QualityAssurance/SoftwareTestManagement.php","",0,20,150);
		      Menu2_1_1_9=new Array("Soft'wre Test Engineer Tasks",path +"../QualityAssurance/TestEngineerTasks.php","",0,20,150);
			  Menu2_1_1_10=new Array("Test Automation-Tools",path +"../QualityAssurance/TestAutomationTools.php","",0,20,150);
		 Menu2_1_2=new Array("Writing Test Cases?",path +"../QualityAssurance/TestCaseTechniques.php","",0,20,150);
	     Menu2_1_3=new Array("Black Box Techniques",path +"../QualityAssurance/BlackBoxTest.php","",0,20,150);
		 Menu2_1_4=new Array("Writing Scenarios",path +"../QualityAssurance/WriteScenario.php","",0,20,150);
	     Menu2_1_5=new Array("Common Bug Cycle",path +"../QualityAssurance/bugcycle.php","",0,20,150);
		 Menu2_1_6=new Array("Software Testing Tech'q",path +"../QualityAssurance/SoftwareTestingTechniques.php","",0,20,150);
		 Menu2_1_7=new Array("Software QA - FAQ's ",path +"../QualityAssurance/FAQ.php","",0,20,150);
		 Menu2_1_8=new Array("Log ? Good Defect",path +"QualityAssurance/GoodBug.php","",0,20,150);
		 
     Menu2_2=new Array("Part 2",path +"#","",4,20,110);
	     Menu2_2_1=new Array("Inspection",path +"../QualityAssurance/Inspection.php","",0,20,150);
	     Menu2_2_2=new Array("White Box - Techniques",path +"../QualityAssurance/WhiteBoxTesting.php","",0,20,150);
	     Menu2_2_3=new Array("Unit Testing",path +"../QualityAssurance/UnitTesting.php","",0,20,150);
	     Menu2_2_4=new Array("Create - Use Checklists",path +"../QualityAssurance/UseChecklist.php","",0,20,150);
		 
     Menu2_3=new Array("Part 3",path +"#","",8,20,110);
	     Menu2_3_1=new Array("Integration Testing",path +"../QualityAssurance/IntegrationTesting.php","",0,20,150);
	     Menu2_3_2=new Array("System Testing",path +"../QualityAssurance/SystemTesting.php","",7,20,150);
			   Menu2_3_2_1=new Array("Load",path +"../QualityAssurance/LoadTesting.php","",0,20,80);
			   Menu2_3_2_2=new Array("Performance",path +"../QualityAssurance/PerformanceTesting.php","",0,20,80);
			   Menu2_3_2_3=new Array("Stress",path +"../QualityAssurance/StressTesting.php","",0,20,80);
			   Menu2_3_2_4=new Array("Volume",path +"../QualityAssurance/VolumeTesting.php","",0,20,80);
			   Menu2_3_2_5=new Array("Usability",path +"../QualityAssurance/UsabilityTesting.php","",0,20,80);
			   Menu2_3_2_6=new Array("Installation",path +"../QualityAssurance/InstallationTesting.php","",0,20,80);			  
			   Menu2_3_2_7=new Array("Documentation",path +"../QualityAssurance/DocumentationTesting.php","",0,20,80);
	     Menu2_3_3=new Array("Exploratory System",path +"../QualityAssurance/ExploratoryTesting.php","",0,20,150);
	     Menu2_3_4=new Array("GUI Testing",path +"../QualityAssurance/GUITesting.php","",0,20,150);
	     Menu2_3_5=new Array("Test Automation",path +"../QualityAssurance/TestAutomationConsiderations.php","",0,20,150);
	     Menu2_3_6=new Array("Test Project Checklist",path +"../QualityAssurance/TestProjectChecklist.php","",0,20,150);
	     Menu2_3_7=new Array("Load Stress Testing",path +"../QualityAssurance/LoadStressTesting.php","",0,20,150);
	     Menu2_3_8=new Array("Errors Severity -Testing",path +"../QualityAssurance/Errors_Severity.php","",0,20,150);
	 
	 Menu2_4=new Array("Part 4",path +"#","",7,20,150);
	           Menu2_4_1=new Array("Test Life Cycle",path +"#","",0,20,150);
	           Menu2_4_2=new Array("Test Planning",path +"#","",0,20,150);
	           Menu2_4_3=new Array("Test Reporting",path +"#","",0,20,150);
	           Menu2_4_4=new Array("Test Management",path +"#","",0,20,150);
	           Menu2_4_5=new Array("Test Web Applications",path +"#","",0,20,150);
	           Menu2_4_6=new Array("Configuration Management",path +"#","",0,20,150);
	           Menu2_4_7=new Array("Build Management",path +"#","",0,20,150);
			   
     Menu2_5=new Array("Testing Tools",path +"#","",2,20,150);
	           Menu2_5_1=new Array("Win Runner",path +"#","",0,20,150);
	           Menu2_5_2=new Array("Load Runner",path +"#","",0,20,150);
			   
     Menu2_6=new Array("Accessibility",path +"../QualityAssurance/WebAccessibility.php","",0,20,150);

Menu3=new Array("Planning",path +"../requirements/10UserObservation.php","",4,20,75);
              Menu3_1=new Array("Planning the Web Site",path +"../planning/planning.php","",0,20,150);
              Menu3_2=new Array("Analyse Content",path +"../planning/content.php","",0,20,150);
              Menu3_3=new Array("ISO",path +"../planning/iso.php","",0,20,150);
              Menu3_4=new Array("Competitor Analysis",path +"../planning/competitoranalysis.php","",0,20,150);
			 
Menu4=new Array("Requirements",path +"#","",14,20,90);
               Menu4_1=new Array("Early usability tests",path +"../requirements/Earlyusabilitytests.php","",0,20,150);
			   Menu4_2=new Array("User Surveys",path +"../requirements/UserSurveys.php","",0,20,150);
			   Menu4_3=new Array("Contextual interviews",path +"../requirements/ContextualInquiry.php","",0,20,150);
			   Menu4_4=new Array("User Observation",path +"../requirements/UserObservation.php","",0,20,150);
			   Menu4_5=new Array("Online surveys",path +"../requirements/OnlineSurveys.php","",0,20,150);
			   Menu4_6=new Array("Context",path +"../requirements/context.php","",0,20,150);
			   Menu4_7=new Array("Focus Groups",path +"../requirements/focus.php","",0,20,150);
			   Menu4_8=new Array("Individual Interviews",path +"../requirements/individual.php","",0,20,150);
			   Menu4_9=new Array("Brainstorming",path +"../requirements/brainstorming.php","",0,20,150);
			   Menu4_10=new Array("Evaluting Existing Systems",path +"../requirements/evaluting.php","",0,20,150);
			   Menu4_11=new Array("Card Sorting",path +"../requirements/card.php","",0,20,150);
			   Menu4_12=new Array("Scenarious of use",path +"../requirements/use.php","",0,20,150);
			   Menu4_13=new Array("Task Anaysis",path +"../requirements/task.php","",0,20,150);
			   Menu4_14=new Array("Requirements Meeting",path +"../requirements/requirements.php","",0,20,150);
			   
Menu5=new Array("Prototype",path +"#","",7,20,70);
	           Menu5_1=new Array("Design Guidelines",path +"../prototype/DesignGuidelines.php","",0,20,150);
	           Menu5_2=new Array("Paper Prototyping",path +"../prototype/PaperPrototyping.php","",0,20,150);
	           Menu5_3=new Array("Heuristic Evaluation",path +"../prototype/HeuristicEvaluation.php","",0,20,150);
	           Menu5_4=new Array("Parallel Design",path +"../prototype/ParallelDesign.php","",0,20,150);
	           Menu5_5=new Array("StoryBoarding",path +"../prototype/StoryBoarding.php","",0,20,150);
	           Menu5_6=new Array("Evaluate Prototype",path +"../prototype/EvaluatePrototype.php","",0,20,150);
	           Menu5_7=new Array("Interface Design patterns",path +"../prototype/InterfaceDesignPattern.php","",0,20,150);

Menu6=new Array("Implementation",path +"#","",2,20,95);
	      Menu6_1=new Array("Style Guides",path +"../others/StyleGudies.php","",0,20,150);
	      Menu6_2=new Array("Rapid Prototyping",path +"../others/RapidProtoType.php","",0,20,150);
		  
Menu7=new Array("USABILITY",path +"","",9,20,80);
	    Menu7_1=new Array("Overview",path +"../usabilitytesting/usabilitytestingOverview.php","",0,20,165);
		Menu7_2=new Array("Usability Life Cycle",path +"../usabilitytesting/usabilityLifeCycle.php","",0,20,165);
		Menu7_3=new Array("UT- Guidelines",path +"../usabilitytesting/Guidelines.php","",6,20,150);	
			  Menu7_3_1=new Array("Planning and Conducting UT",path +"../usabilitytesting/PlanTesting.php","",0,20,170);
			  Menu7_3_2=new Array("Usability Testing - Accessibility",path +"../usabilitytesting/Usability_Access.php","",0,20,170);
			  Menu7_3_3=new Array("Checklist - Accessibility",path +"../usabilitytesting/UTchecklist.php","",0,20,170);
			  Menu7_3_4=new Array("6 Steps - for Successful UT",path +"../usabilitytesting/sixsteps.php","",0,20,170);
			  Menu7_3_5=new Array("7 Usability Testing Mistakes",path +"../usabilitytesting/sevanmistakes.php","",0,20,170);
			  Menu7_3_6=new Array("Reviewing Usability Reports",path +"../usabilitytesting/checkpts.php","",0,20,170);
	    Menu7_4=new Array("What you do ? in UT",path +"../usabilitytesting/whatyoudo.php","",0,20,150);
	    Menu7_5=new Array("Dignostic Evaluation",path +"../usabilitytesting/DignosticEvaluation.php","",0,20,150);
	    Menu7_6=new Array("Performance Testing",path +"../usabilitytesting/PerformanceTesting.php","",0,20,150);
	    Menu7_7=new Array("Subjective Evaluation",path +"../usabilitytesting/SubjectiveAssessment.php","",0,20,150);
	    Menu7_8=new Array("Heuristic Evaluation",path +"../usabilitytesting/HeuristicEvaluation.php","",0,20,150);
	    Menu7_9=new Array("Critical Incidence Technique",path +"../usabilitytesting/CriticalIncidence.php","",0,20,150);
			   

Menu8=new Array("UI CheckList",path +"#","",10,20,76);
		Menu8_1=new Array("Content Design",path +"../others/ContentDesign.php","",0,20,150);
		Menu8_2=new Array("Graphic Design/Content",path +"../others/GraphicalContent.php","",0,20,150);
		Menu8_3=new Array("Interface Architecture",path +"../others/InterfaceArchitecture.php","",0,20,150);
		Menu8_4=new Array("Page Design",path +"../others/PageDesign.php","",0,20,150);
		Menu8_5=new Array("Short Design",path +"../others/ShortDesign.php","",0,20,150);
		Menu8_6=new Array("Template Production Design",path +"../others/TemplateProduction.php","",0,20,150);
		Menu8_7=new Array("QA- Checklist",path +"../others/QualityAssurance.php","",0,20,150);
		Menu8_8=new Array("Design Checklist",path +"../others/DesignChecklist.php","",0,20,150);
		Menu8_9=new Array("References - Usability",path +"../others/OtherReferences.php","",0,20,150);
		Menu8_10=new Array("User Observations",path +"../requirements/10UserObservation.php","",0,20,150);
		
Menu9=new Array("Site Promotion - Release",path +"#","",4,20,140);
   	Menu9_1=new Array("Post Release Testing ",path +"../Sitepromotion/PostRelease.php","",0,20,150);
    Menu9_2=new Array("Promotion Tips ",path +"../Sitepromotion/PromotionTips.php","",0,20,150);
    Menu9_3=new Array("User Surveys",path +"../Sitepromotion/UserSurveys.php","",0,20,150);
    Menu9_4=new Array("Remote evaluation",path +"Sitepromotion/RemoteEvaluation.php","",0,20,150);
		
		

