// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

ICONPATH = 'imgfold/' //change if the gif's folder is a subfolder, for example: 'images/'


//**********************************************************
// Nishchal's notes. Hope This helps
// aux1 Main Heading
// aux2 Second Heading
// found out that if u want to extend the tree then change anx2 to anx3 and
// insDoc anx3 eg.at Misconduct/Fair Procedure
// insDoc Page u want to access
//**********************************************************


foldersTree = gFld("<b>UP2SPEED - HOME PAGE</b>", "body.asp")
 
aux1 = insFld(foldersTree, gFld("<b>Case Law Subject Index</b>", ""))
  

<!------------------------------------ Practice And Procedure --------------------------------------->
	
aux2 = insFld(aux1, gFld("Practice And Procedure", "" ))

      aux3 = insFld(aux2, gFld("<font color=yellow>Amendment of Pleadings</font>", "/displcase.asp?no=3300&MinSubj=Practice And Procedure&MaxSubj=Amendment of Pleadings"))	
      aux3 = insFld(aux2, gFld("<font color=yellow>Condonation</font>", "/displcase.asp?no=3330&MinSubj=Practice And Procedure&MaxSubj=Condonation"))
      aux3 = insFld(aux2, gFld("<font color=yellow>Discovery of Documents</font>", "/displcase.asp?no=3360&MinSubj=Practice And Procedure&MaxSubj=Discovery of Documents"))
	aux3 = insFld(aux2, gFld("<font color=yellow>General</font>", "/displcase.asp?no=3400&MinSubj=Practice And Procedure&MaxSubj=General"))
	aux3 = insFld(aux2, gFld("<font color=yellow>Interpretation Of Statutes</font>", "/displcase.asp?no=3410&MinSubj=Practice And Procedure&MaxSubj=Interpretation Of Statures"))
	aux3 = insFld(aux2, gFld("<font color=yellow>Jurisdiction</font>", "/displcase.asp?no=3500&MinSubj=Practice And Procedure&MaxSubj=Jurisdiction"))


	aux3 = insFld(aux2, gFld("<font color=yellow>Points in Limine</font>", "/displcase.asp?no=3600&MinSubj=Practice And Procedure&MaxSubj=Points in Limine"))
	aux3 = insFld(aux2, gFld("<font color=yellow>Recusal</font>", "/displcase.asp?no=3700&MinSubj=Practice And Procedure&MaxSubj=Recusal"))
	aux3 = insFld(aux2, gFld("<font color=yellow>Representation</font>", "/displcase.asp?no=3800&MinSubj=Practice And Procedure&MaxSubj=Representation"))

<!-------------------------------- Termination Of Employment ------------------------------->

aux2 = insFld(aux1, gFld("Termination Of Employment", "")) 
   
      
aux3 = insFld(aux2, gFld("Misconduct", ""))
     
 
aux4 = insFld(aux3, gFld("<font color=yellow>Fair Procedure</font>", "/displcase.asp?no=4200&MinSubj=Evidence&MaxSubj=Fair Procedure"))
      			
	      insDoc(aux4, gLnk("R", "<font color=yellow>Appeals</font>", "/displcase.asp?no=4400&MinSubj=Fair Procedure&MaxSubj=Appeals"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Charge</font>", "/displcase.asp?no=4500&MinSubj=Fair Procedure&MaxSubj=Charge"))
 	      insDoc(aux4, gLnk("R", "<font color=yellow>Disciplinary Code And Procedure</font>", "/displcase.asp?no=4700&MinSubj=Fair Procedure&MaxSubj=Disciplinary Code And Procedure"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Double Jeopardy - Two Hearings</font>", "/displcase.asp?no=4800&MinSubj=Fair Procedure&MaxSubj=Double Jeopardy - Two Hearings"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>General</font>", "/displcase.asp?no=5000&MinSubj=Fair Procedure&MaxSubj=General"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Internet and Email</font>", "/displcase.asp?no=5100&MinSubj=Fair Procedure&MaxSubj=Internet and Email"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Interpretation</font>", "/displcase.asp?no=5200&MinSubj=Fair Procedure&MaxSubj=Interpretation"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Mitigation  (Aggravation)</font>", "/displcase.asp?no=5300&MinSubj=Fair Procedure&MaxSubj=Mitigation  (Aggravation)"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Nature of Hearing</font>", "/displcase.asp?no=5400&MinSubj=Fair Procedure&MaxSubj=Nature of Hearing"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Notice of Enquiry</font>", "/displcase.asp?no=5500&MinSubj=Fair Procedure&MaxSubj=Notice of Enquiry"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Onus</font>", "/displcase.asp?no=5600&MinSubj=Fair Procedure&MaxSubj=Onus"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Reason For Finding</font>", "/displcase.asp?no=5700&MinSubj=Fair Procedure&MaxSubj=Reason For Finding"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Representation</font>", "/displcase.asp?no=5800&MinSubj=Fair Procedure&MaxSubj=Representation"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Right to Call Witnesses</font>", "/displcase.asp?no=5900&MinSubj=Fair Procedure&MaxSubj=Right to Call Witnesses"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Right to Cross Examine</font>", "/displcase.asp?no=6000&MinSubj=Fair Procedure&MaxSubj=Right to Cross Examine"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Sanction Generally</font>", "/displcase.asp?no=6100&MinSubj=Fair Procedure&MaxSubj=Sanction Generally"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Time to Prepare</font>", "/displcase.asp?no=6200&MinSubj=Fair Procedure&MaxSubj=Time to Prepare"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Unbiased Chairperson</font>", "/displcase.asp?no=6300&MinSubj=Fair Procedure&MaxSubj=Unbiased Chairperson"))

      
aux4 = insFld(aux3, gFld("Fair Reason</font>", "/displcase.asp?no=6500&MinSubj=Evidence&MaxSubj=Fair Reason"))


	      insDoc(aux4, gLnk("R", "<font color=yellow>Absence From Work</font>", "/displcase.asp?no=6700&MinSubj=Fair Reason&MaxSubj=Absence From Work"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Abuse of Sick Leave</font>", "/displcase.asp?no=6800&MinSubj=Fair Reason&MaxSubj=Abuse of Sick Leave"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Alcohol/Drugs</font>", "/displcase.asp?no=6900&MinSubj=Fair Reason&MaxSubj=Alcohol/Drugs"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Assault</font>", "/displcase.asp?no=7000&MinSubj=Fair Reason&MaxSubj=Assault"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Damage to Property</font>", "/displcase.asp?no=7010&MinSubj=Fair Reason&MaxSubj=Assault"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Discrimination</font>", "/displcase.asp?no=7100&MinSubj=Fair Reason&MaxSubj=Discrimination"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Dishonesty</font>", "/displcase.asp?no=7200&MinSubj=Fair Reason&MaxSubj=Dishonesty"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Disrespect/Insolence</font>", "/displcase.asp?no=7300&MinSubj=Fair Reason&MaxSubj=Disrespect/Insolence"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Failure/Refusal To Obey Instructions</font>", "/displcase.asp?no=7400&MinSubj=Fair Reason&MaxSubj=Failure/Refusal To Obey Instructions"))
  		  insDoc(aux4, gLnk("R", "<font color=yellow>Falsification of Records</font>", "/displcase.asp?no=7410&MinSubj=Fair Reason&MaxSubj=Falsification of Records"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Instruction</font>", "/displcase.asp?no=7500&MinSubj=Fair Reason&MaxSubj=Instruction"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Fraud</font>", "/displcase.asp?no=7600&MinSubj=Fair Reason&MaxSubj=Fraud"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Misuse Of Position</font>", "/displcase.asp?no=7700&MinSubj=Fair Reason&MaxSubj=Misuse Of Position"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Negligence</font>", "/displcase.asp?no=7800&MinSubj=Fair Reason&MaxSubj=Negligence"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Private Business</font>", "/displcase.asp?no=7900&MinSubj=Fair Reason&MaxSubj=Private Business"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Section 17 Offences</font>", "/displcase.asp?no=8000&MinSubj=Fair Reason&MaxSubj=Section 17 Offences"))
		  insDoc(aux4, gLnk("R", "<font color=yellow>Sexual Harassment</font>", "/displcase.asp?no=8100&MinSubj=Fair Reason&MaxSubj=Sexual Harassment"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Sleeping On Duty</font>", "/displcase.asp?no=8200&MinSubj=Fair Reason&MaxSubj=Sleeping On Duty"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Theft</font>", "/displcase.asp?no=8300&MinSubj=Fair Reason&MaxSubj=Theft"))
	      insDoc(aux4, gLnk("R", "<font color=yellow>Unauthorised Possession</font>", "/displcase.asp?no=8400&MinSubj=Fair Reason&MaxSubj=Unauthorised Possession"))

	    
aux3 = insFld(aux2, gFld("Incapacity", ""))  
       
	       insDoc(aux3, gLnk("R", "<font color=yellow>Fair Procedure</font>", "/displcase.asp?no=8800&MinSubj=Incapacity&MaxSubj=Fair Procedure"))
	       insDoc(aux3, gLnk("R", "<font color=yellow>Fair Reason</font>", "/displcase.asp?no=8900&MinSubj=Incapacity&MaxSubj=Fair Reason"))


aux3 = insFld(aux2, gFld("Operational Requirements", ""))  

 
	       insDoc(aux3, gLnk("R", "<font color=yellow>Fair Procedure</font>", "/displcase.asp?no=9300&MinSubj=Operational Requirements&MaxSubj=Fair Procedure"))
	       insDoc(aux3, gLnk("R", "<font color=yellow>Fair Reason</font>", "/displcase.asp?no=9400&MinSubj=Operational Requirements&MaxSubj=Fair Reason"))

<!----------------------------Appointments And Promotions -------------------------->    

aux2 = insFld(aux1, gFld("Appointments And Promotions", ""))


aux3 = insFld(aux2, gFld("Fair Procedure", ""))
   
       insDoc(aux3, gLnk("R", "<font color=yellow>Minimum Requirements/Job Description</font>", "/displcase.asp?no=9900&MinSubj=Fair Procedure&MaxSubj=Minimum Requirements/Job Description"))
       insDoc(aux3, gLnk("R", "<font color=yellow>Advertising</font>", "/displcase.asp?no=10001&MinSubj=Fair Procedure&MaxSubj=Advertising"))
       insDoc(aux3, gLnk("R", "<font color=yellow>Sifting</font>", "/displcase.asp?no=10200&MinSubj=Fair Procedure&MaxSubj=Sifting"))
       insDoc(aux3, gLnk("R", "<font color=yellow>Short Listing</font>", "/displcase.asp?no=10300&MinSubj=Fair Procedure&MaxSubj=Short Listing"))
	   insDoc(aux3, gLnk("R", "<font color=yellow>Interview Committees</font>", "/displcase.asp?no=10350&MinSubj=Fair Procedure&MaxSubj=Interview Committees"))
       insDoc(aux3, gLnk("R", "<font color=yellow>Interviews</font>", "/displcase.asp?no=10400&MinSubj=Fair Procedure&MaxSubj=Interviews"))
       insDoc(aux3, gLnk("R", "<font color=yellow>Recommendations By SGB</font>", "/displcase.asp?no=10500&MinSubj=Fair Procedure&MaxSubj=Recommendations By SGB"))
       insDoc(aux3, gLnk("R", "<font color=yellow>Appointment by Head</font>", "/displcase.asp?no=10700&MinSubj=Fair Procedure&MaxSubj=Appointment by Head"))
       insDoc(aux3, gLnk("R", "<font color=yellow>Difference Between Appointment And Promotion</font>", "/displcase.asp?no=10800&MinSubj=Fair Procedure&MaxSubj=Difference Between Appointment And Promotion"))
       insDoc(aux3, gLnk("R", "<font color=yellow>Joinder of a Successful Applicant</font>", "/displcase.asp?no=11100&MinSubj=Fair Procedure&MaxSubj=Joinder"))
       insDoc(aux3, gLnk("R", "<font color=yellow>Acting in a Position</font>", "/displcase.asp?no=11150&MinSubj=Fair Procedure&MaxSubj=Acting in Position"))

      
aux3 = insFld(aux2, gFld("Discrimination", ""))    
      
       insDoc(aux3, gLnk("R", "<font color=yellow>Discrimination</font>", "/displcase.asp?no=11200&MinSubj=Fair Procedure&MaxSubj=Discrimination"))


aux3 = insFld(aux2, gFld("Employers Discretion/Grossly Unreasonable", ""))  
         
       insDoc(aux3, gLnk("R", "<font color=yellow>Employers Discretion/Grossly Unreasonable</font>", "/displcase.asp?no=11300&MinSubj=Fair Procedure&MaxSubj=Employers Discretion/Grossly Unreasonable"))

aux3 = insFld(aux1, gFld("Other Unfair Labour Practices", "")) 
	insDoc(aux3, gLnk("R", "<font color=yellow>Other Unfair Labour Practices</font>", "/displcase.asp?no=11600&MinSubj=Other Unfair Labour Practices&MaxSubj=Other Unfair Labour Practices"))  


<!----------------############### Case search ##################------------------>
   
aux1 = insFld(foldersTree, gFld("<b>Case Search</b>", ""))    

	aux2 = insFld(aux1, gFld("<font color=yellow>Presiding Officer</font>", "/presiding_officer.asp" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Headnote</font>", "/keywords.asp" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Case Name</font>", "/case_name.asp" ))
	
	
	<!----------------################## Case Law For Schools ################---------------->


aux1 = insFld(foldersTree, gFld("<b>Case Law for Schools",""))

	aux2 = insFld(aux1, gFld("<font color=yellow>Misconduct</font>", "/displcase.asp?no=12000&MinSubj=for Schools&MaxSubj=Misconduct" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Appointments & Promotions</font>", "/displcase.asp?no=12100&MinSubj=for Schools&MaxSubj=Appointments & Promotions" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Disciplining Learners</font>", "/displcase.asp?no=12200&MinSubj=for Schools&MaxSubj=Disciplining Learners" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Role & Power of SGBs</font>", "/displcase.asp?no=12300&MinSubj=for Schools&MaxSubj=Role & Power of SGBs" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Learner Admissions</font>", "/displcase.asp?no=12400&MinSubj=for Schools&MaxSubj=Learner Admissions" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Constitutional Cases</font>", "/displcase.asp?no=12500&MinSubj=for Schools&MaxSubj=Constitutional Cases" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Cases of General Interest</font>", "/displcase.asp?no=12600&MinSubj=for Schools&MaxSubj=Cases of General Interest" )) 

<!----------------################ Legislation ###################------------------->

aux1 = insFld(foldersTree, gFld("<B>Legislation</B>", ""))

<!---------------------------------- Education Specific --------------------------->

aux2 = insFld(aux1, gFld("Education Specific", "" ))
    
aux3 = insFld(aux2, gFld("National Education Policy Act No 27/1996", ""))
    
	aux4 = insFld(aux3, gFld("<font color=yellow>National Education Policy Act 27/1996</font>", "/LegDisplay3.asp?LegDoc=1"))         
	aux4 = insFld(aux3, gFld("<font color=yellow>Admission Policy For Ordinary Public Schools</font>", "/LegDisplay3.asp?LegDoc=2"))         
	aux4 = insFld(aux3, gFld("<font color=yellow>National Policy On Hiv/Aids For Learners And Educators<Br> In Public Schools And Students And Educators<Br> In Further Education And Training Institutions</font>", "/LegDisplay3.asp?LegDoc=3"))             
	aux4 = insFld(aux3, gFld("<font color=yellow>Policy For The Registration Of Learners For Home<Br> Education</font>", "/LegDisplay3.asp?LegDoc=4"))        
	aux4 = insFld(aux3, gFld("<font color=yellow>National Policy On Instructional Time For School Subjects</font>", "/LegDisplay3.asp?LegDoc=5"))         
	aux4 = insFld(aux3, gFld("<font color=yellow>Norms And Standards For Educators</font>", "/LegDisplay3.asp?LegDoc=6")) 
	aux4 = insFld(aux3, gFld("<font color=yellow>Criteria For The Recognition And Evaluation Of<Br> Qualifications For Employment In Education Based On<Br> The Norms And Standards For Educators 2000</font>", "/LegDisplay3.asp?LegDoc=7"))               		
	aux4 = insFld(aux3, gFld("<font color=yellow>National Policy For Designing School Calendars For<Br>Ordinary Public Schools In South Africa</font>", "/LegDisplay3.asp?LegDoc=8")) 	 
	aux4 = insFld(aux3, gFld("<font color=yellow>National Policy On The Management Of Drug Abuse By<Br>Learners In Public And Independent Schools And<Br>Further Education And Training Institutions</font>", "/LegDisplay3.asp?LegDoc=9")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Proposed Schools Calendars for Public Schools for<Br>the Years 2007 amd 2008</font>", "/LegDisplay3.asp?LegDoc=10")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>National Policy Regarding Further Education and<Br>Training programmes: Approval for the Offering<br>of the Trinity College of London(TCL) Music<br>Qualifications as part of the Senior Certificate.</font>", "/LegDisplay3.asp?LegDoc=11")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>National policy on Religion and Education</font>", "/LegDisplay3.asp?LegDoc=12")) 
	aux4 = insFld(aux3, gFld("<font color=yellow>National Policy regarding Further Education and<Br>Training Programmes: Approval of the National<br>Curriculum Statement Grades 10-12 (General) as<br>National Policy</font>", "/LegDisplay3.asp?LegDoc=13")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Resume of Instructional Programmes in Schools, Report 550</font>", "/LegDisplay3.asp?LegDoc=130")) 
	aux4 = insFld(aux3, gFld("<font color=yellow>Proposed School Calendars For Public Schools For The Year 2009</font>", "/LegDisplay3.asp?LegDoc=131")) 
 	aux4 = insFld(aux3, gFld("<font color=yellow>The National Policy Framework for Teacher Education and Development in South Africa</font>", "/LegDisplay3.asp?LegDoc=132")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Policy on Whole School Evaluation</font>", "/LegDisplay3.asp?LegDoc=133")) 	
	
     
aux3 = insFld(aux2, gFld("South African Schools Act No 84/1996", ""))
	aux4 = insFld(aux3, gFld("<font color=yellow>South African Schools Act No 84/1996", "/LegDisplay3.asp?LegDoc=14")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Minimum Requirements Of An Agreement Between The<Br>Members Of The Executive Council And The Owner Of The<Br>Private Property On Which A Public School Is Situated</font>", "/LegDisplay3.asp?LegDoc=15")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Norms And Standards For Language Policy In Public<Br>Schools</font>", "/LegDisplay3.asp?LegDoc=16")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Guidelines For The Consideration Of Governing Bodies In<Br>Adopting A Code Of Conduct For Learners</font>", "/LegDisplay3.asp?LegDoc=17")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>National Norms And Standards For School Funding</font>", "/LegDisplay3.asp?LegDoc=18")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Exemption Of Parents From The Payment Of School Fees</font>", "/LegDisplay3.asp?LegDoc=19")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Age Requirements For Admission To An Ordinary Public<Br>School</font>", "/LegDisplay3.asp?LegDoc=20")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Transfer Of Funds And Other Movable Assets Of The<Br>State To Public School</font>", "/LegDisplay3.asp?LegDoc=21")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Regulations For Safety Measures At Schools</font>", "/LegDisplay3.asp?LegDoc=22")) 
	aux4 = insFld(aux3, gFld("<font color=yellow>Regulations To Prohibit Initiation Practices In Schools</font>", "/LegDisplay3.asp?LegDoc=23")) 
	aux4 = insFld(aux3, gFld("<font color=yellow>Declaration of the Framework for Assignment and<br>Promotion of Learners in Grade 9 as Interim Policy in<br>terms of secrion 3(4)(L) of the National Education Policy Act, 1996 <br>(Act No.27 of 1996) and the South African Schools<br>Act, 1996 (Act No.84 of 1996)</font>", "/LegDisplay3.asp?LegDoc=24")) 
	aux4 = insFld(aux3, gFld("<font color=yellow>National Guidelines on School Uniforms</font>", "http://www.up2speed.co.za/LegDisplay3.asp?LegDoc=255")) 
	aux4 = insFld(aux3, gFld("<font color=yellow>Devices to be used for drug testing and the procedure to be followed </font>", "http://www.up2speed.co.za/LegDisplay3.asp?LegDoc=257")) 
		aux4 = insFld(aux3, gFld("<font color=yellow>Regulations re Safety Measures at Independent Schools</font>", "http://www.up2speed.co.za/LegDisplay3.asp?LegDoc=256")) 

 
aux3 = insFld(aux2, gFld("Employment Of Educators Act No 76/1998", ""))
    
	aux4 = insFld(aux3, gFld("<font color=yellow>Employment Of Educators Act No 76/1998</font>", "/LegDisplay3.asp?LegDoc=300")) 	
	aux4 = insFld(aux3, gFld("<font color=yellow>Terms And Conditions Of Employment Of Educators</font>", "/LegDisplay3.asp?LegDoc=25")) 	
   	aux4 = insFld(aux3, gFld("<font color=yellow>Creation Of Educator Posts In A Provincial Department<Br>Of Education And The Distribution Of Such Posts To The<Br>Educational Institutions Of Such A Department</font>", "/LegDisplay3.asp?LegDoc=26")) 
   	aux4 = insFld(aux3, gFld("<font color=yellow>Personnel Administrative Measures</font>", "/LegDisplay3.asp?LegDoc=27")) 


    
aux3 = insFld(aux2, gFld("Further Education And Training Act No 16/2006", ""))

	aux4 = insFld(aux3, gFld("<font color=yellow>Further Education And Training Act 16/2006", "/LegDisplay3.asp?LegDoc=28")) 
	aux4 = insFld(aux3, gFld("<font color=yellow>Regulations for the Registration of Private Further<br>Education and Training Institutions</font>", "/LegDisplay3.asp?LegDoc=29")) 	


   
aux3 = insFld(aux2, gFld("South African Council Of Educators Act No 31/2000", ""))

    aux4 = insFld(aux3, gFld("<font color=yellow>South African Council Of Educators Act 31/2000</font>", "/LegDisplay3.asp?LegDoc=30")) 
    aux4 = insFld(aux3, gFld("<font color=yellow>Composition of Council", "/LegDisplay3.asp?LegDoc=31"))     
    aux4 = insFld(aux3, gFld("<font color=yellow>Discipline Procedures", "/LegDisplay3.asp?LegDoc=32")) 
    aux4 = insFld(aux3, gFld("<font color=yellow>Code Of Professional Ethics", "/LegDisplay3.asp?LegDoc=33")) 
    aux4 = insFld(aux3, gFld("<font color=yellow>Fees To Be Paid", "/LegDisplay3.asp?LegDoc=34")) 

<!------------------------------ Public Service Specific ------------------------->
   
aux2 = insFld(aux1, gFld("Public Service Specific", "" ))



aux3 = insFld(aux2, gFld("Public Service Act No 103/1994", ""))
    aux4 = insFld(aux3, gFld("<font color=yellow>Public Service Act No 103/1994", "/LegDisplay3.asp?LegDoc=35"))         
   
   aux3 = insFld(aux2, gFld("Public Service Regulations", ""))
    aux4 = insFld(aux3, gFld("<font color=yellow>Public Service Regulations", "/LegDisplay3.asp?LegDoc=355"))  
	
<!------------------------------ General Legislation ------------------------------>
   
aux2 = insFld(aux1, gFld("General Legislation", "" ))


aux3 = insFld(aux2, gFld("The Constitution Act No 108/1996", ""))
    aux4 = insFld(aux3, gFld("<font color=yellow>The Constitution Act 108/1996", "/LegDisplay3.asp?LegDoc=36"))         
   
   
aux3 = insFld(aux2, gFld("Labour Relations Act No 66/1995", ""))
    aux4 = insFld(aux3, gFld("<font color=yellow>Labour Relations Act 66/1995", "/LegDisplay3.asp?LegDoc=37"))
    aux4 = insFld(aux3, gFld("<font color=yellow>Code of Good Practice on Dismissal based on<br>Operational Requirements", "/LegDisplay3.asp?LegDoc=38"))
    aux4 = insFld(aux3, gFld("<font color=yellow>Code Of Good Practice On Picketing", "/LegDisplay3.asp?LegDoc=39"))
    aux4 = insFld(aux3, gFld("<font color=yellow>Code Of Good Practice: Key Aspects Of Hiv/Aids And<Br>Employment", "/LegDisplay3.asp?LegDoc=41"))
    aux4 = insFld(aux3, gFld("<font color=yellow>Guidelines Issued Ito s 95(8) Of Act 66/1995 Re Genuine<Br>Trade Unions And Genuine Employers Organisations", "/LegDisplay3.asp?LegDoc=1041"))
    aux4 = insFld(aux3, gFld("<font color=yellow>Rules For The Conduct Of Proceedings Before The CCMA", "/LegDisplay3.asp?LegDoc=42"))
    aux4 = insFld(aux3, gFld("<font color=yellow>Section 189A (6) Regulations", "/LegDisplay3.asp?LegDoc=1042"))
   
aux3 = insFld(aux2, gFld("Employment Equity Act No 55/1999", ""))
     aux4 = insFld(aux3, gFld("<font color=yellow>Employment Equity Act No 55/1999", "/LegDisplay3.asp?LegDoc=43"))
     aux4 = insFld(aux3, gFld("<font color=yellow>Code Of Good Practice On The Employment Of People<Br>With Disabilities", "/LegDisplay3.asp?LegDoc=44"))
    aux4 = insFld(aux3, gFld("<font color=yellow>Code Of Good Practice On The Handling Of Sexual<Br>Harassment Cases", "/LegDisplay3.asp?LegDoc=40"))  
     aux4 = insFld(aux3, gFld("<font color=yellow>Code Of Good Practice: Preparation, Implementation and<Br>Monitoring Of Employment Equity Plans", "/LegDisplay3.asp?LegDoc=45"))
     aux4 = insFld(aux3, gFld("<font color=yellow>Code Of Good Practice: Key Aspects Of Hiv/Aids And<Br>Employment", "/LegDisplay3.asp?LegDoc=46"))
     aux4 = insFld(aux3, gFld("<font color=yellow>General Administrative Regulations", "/LegDisplay3.asp?LegDoc=47"))

     
aux3 = insFld(aux2, gFld("Basic Conditions Of Employment Act No 75/1997", ""))
     aux4 = insFld(aux3, gFld("<font color=yellow>Basic Conditions Of Employment Act No 75/1997", "/LegDisplay3.asp?LegDoc=48"))
     aux4 = insFld(aux3, gFld("<font color=yellow>Code Of Good Practice On The Protection Of Employees During<Br> Pregnancy And After The Birth Of A Child", "/LegDisplay3.asp?LegDoc=49"))
     aux4 = insFld(aux3, gFld("<font color=yellow>Code Of Good Practice On The Arrangement Of Working Time", "/LegDisplay3.asp?LegDoc=50"))
     aux4 = insFld(aux3, gFld("<font color=yellow>Code of Good Practice for Employment and Conditions<br>of Work for Special Public Works Programmes", "/LegDisplay3.asp?LegDoc=51"))


aux3 = insFld(aux2, gFld("Unemployment Insurance Act No 63/2001", ""))
     aux4 = insFld(aux3, gFld("<font color=yellow>Unemployment Insurance Act 63/2001", "/LegDisplay3.asp?LegDoc=52"))

   
aux3 = insFld(aux2, gFld("Unemployment Insurance Contributions Act No 4/2002", ""))
     aux4 = insFld(aux3, gFld("<font color=yellow>Unemployment Insurance Contributions Act 4/2002", "/LegDisplay3.asp?LegDoc=53"))

    
aux3 = insFld(aux2, gFld("Occupational Health & Safety Act No 85/1993", ""))
     aux4 = insFld(aux3, gFld("<font color=yellow>Occupational Health & Safety Act 85/1993", "/LegDisplay3.asp?LegDoc=54"))

     
aux3 = insFld(aux2, gFld("Compensation For Occupational Injuries & Diseases Act<Br>	No 130/1993", ""))
     aux4 = insFld(aux3, gFld("<font color=yellow>Compensation For Occupational Injuries & Diseases Act 130/1993", "/LegDisplay3.asp?LegDoc=55")) 

     
aux3 = insFld(aux2, gFld("Promotion Of Access To Information Act No 2/2000", ""))
     aux4 = insFld(aux3, gFld("<font color=yellow>Promotion Of Access To Information Act 2/2000", "/LegDisplay3.asp?LegDoc=56"))   

     
aux3 = insFld(aux2, gFld("Promotion Of Administrative Justice Act No 3/2000", ""))
      aux4 = insFld(aux3, gFld("<font color=yellow>Promotion Of Administrative Justice Act 3/2000", "/LegDisplay3.asp?LegDoc=57"))

     
aux3 = insFld(aux2, gFld("Promotion Of Equality & Prevention Of Unfair Discrimination Act No 4/2000", ""))
      aux4 = insFld(aux3, gFld("<font color=yellow>Promotion Of Equality & Prevention Of Unfair Discrimination Act 4/2000", "/LegDisplay3.asp?LegDoc=58"))

    
aux3 = insFld(aux2, gFld("Skills Development Act No 97/1998", ""))
      aux4 = insFld(aux3, gFld("<font color=yellow>Skills Development Act 97/1998", "/LegDisplay3.asp?LegDoc=59"))

     
aux3 = insFld(aux2, gFld("Skills Development Levies Act No 9/1999", ""))
      aux4 = insFld(aux3, gFld("<font color=yellow>Skills Development Levies Act 9/1999", "/LegDisplay3.asp?LegDoc=60"))
	  
<!---------------################## New and/or Pending Legislation ####################--------------------->

aux1 = insFld(foldersTree, gFld("<B>New and/or Pending Legislation</B>", ""))

aux2 = insFld(aux1, gFld("Education Laws Amendment Bill 2007", "" ))
    
   
	aux3 = insFld(aux2, gFld("<font color=yellow>Education Laws Amendment Bill 2007</font>", "/LegDisplay3.asp?LegDoc=61"))  
	 
aux2 = insFld(aux1, gFld("Public Service Amendment Bill - Explanatory Summary", "" ))
    
   
	aux3 = insFld(aux2, gFld("<font color=yellow>Public Service Amendment Bill - Explanatory Summary</font>", "/LegDisplay3.asp?LegDoc=66"))


aux2 = insFld(aux1, gFld("Proposed 2010 School Calendar", "" ))
    
   
	aux3 = insFld(aux2, gFld("<font color=yellow>Proposed 2010 School Calendar</font>", "/LegDisplay3.asp?LegDoc=67"))



aux2 = insFld(aux1, gFld("General Notices", "" ))

	aux3 = insFld(aux2, gFld("<font color=yellow>Establishment of a Ministerial Committee on National Education Evaluation and Development Unit </font>", "/NEEDU.PDF"))



      
<!---------------################## ELRC ####################--------------------->
     
aux1 = insFld(foldersTree, gFld("<b>ELRC</b>", ""))    
	aux2 = insFld(aux1, gFld("Constitution"))
	
	aux3 = insFld(aux2, gFld("<font color=yellow>Constitution</font>", "/LegDisplay3.asp?LegDoc=62"))  
	aux3 = insFld(aux2, gFld("<font color=yellow>Annexure A - General Provisions</font>", "/LegDisplay3.asp?LegDoc=63"))
	
	aux3 = insFld(aux2, gFld("<font color=yellow>Annexure B - Negotiation, Consultation and Dispute Resolution Procedures</font>", "/LegDisplay3.asp?LegDoc=64"))
	
	aux3 = insFld(aux2, gFld("<font color=yellow>Annexure C - Schedules</font>", "/LegDisplay3.asp?LegDoc=65"))
	
	aux2 = insFld(aux1, gFld("<font color=yellow>Resolutions", "http://www.elrc.co.za/AgreementsSearch.asp?SectID=6" ))
	
	<!---------------################## PSCBC ####################--------------------->
     
aux1 = insFld(foldersTree, gFld("<b>PSCBC</b>", ""))    
		
	aux2 = insFld(aux1, gFld("<font color=yellow>Resolutions", "http://www.dpsa.gov.za/pscbc.asp" ))
	
		<!---------------################## Quick guide to procedures ####################--------------------->
     
aux1 = insFld(foldersTree, gFld("<b>Quick guide to procedures</b>", ""))    
		
	aux2 = insFld(aux1, gFld("<font color=yellow>Misconduct", "/Quickguideprocedures/Misconduct.asp" ))
	
	aux2 = insFld(aux1, gFld("<font color=yellow>Appointments and Promotions", "/Quickguideprocedures/Appointments.asp" ))	
	aux2 = insFld(aux1, gFld("<font color=yellow>Incapacity:Ill Health", "/Quickguideprocedures/Incapacity_Illhealth.asp" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Incapacity:Poor Performance", "/Quickguideprocedures/Incapacity_poorperfomance.asp" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Grievance Procedures", "/Quickguideprocedures/Grievance2.asp" ))
	

<!---------------################## Newsletters ####################--------------------->
     
aux1 = insFld(foldersTree, gFld("<b>Newsletters</b>", ""))    
	aux2 = insFld(aux1, gFld("<font color=yellow>Current", "/newsletters/CurrentNews.asp" ))
	aux2 = insFld(aux1, gFld("<font color=yellow>Archives", "/newsletters/archive/ArchiveNews.asp" ))
	
	<!---------------################## eBooks ####################--------------------->
     
aux1 = insFld(foldersTree, gFld("<b>eBooks</b>", ""))    
	aux2 = insFld(aux1, gFld("<font color=yellow>ELRC Arbitrator's Manual", "/ELRC/ELRCArbitratorsManual.pdf" ))
	

