names = new Array("Helen Cousins", 
                  "David Tyrer", 
                  "Aysha Mazharuddin", 
                  "Jo-Ann Smith");
namesLink = new Array("pages/helencousins.php",
                      "pages/davidtyrer.php",
                      "pages/ayshamazharuddin.php",
                      "pages/joannsmith.php");
tasks = new Array("Representation at the Police Station",
                  "Representation at the Magistrates Court",
                  "Representation at the Crown Court",
				  "Representation at the Youth Court",
                  "Fraud and Other Large or Serious Cases",
                  "Prison Law",
				  "Appeals");
tasksLink = new Array("pages/policestation.php",
                      "pages/magistratescourt.php",
                      "pages/crowncourt.php",
					  "pages/youthcourt.php",
                      "pages/fraud.php",
                      "pages/prisonlaw.php",
					  "pages/appeals.php");

// THIS ARRAY HOLDS THE NAMES FOR THE FAQ LINK BAR, THEY NEED TO BE IN THE ORDER THEY ARE IN THE FAQ.PHP PAGE, OR THE QUESTIONS POINT INCORRECTLY
faq = new Array("My boyfriend is being arrested right now, what should I do? ", 
		"Last time I was arrested and asked for a solicitor I was told by the Custody Sergeant that it would take ages and it would mean I would be kept there much longer. Is this right? ", 
		"My son is at the police station and I want him to have a solicitor.  The police say that it isn't up to me.  Is that right?  He is my son after all.", 
		"What sentence will I get if I plead guilty? ", 
		"Which court will my case be heard in?", 
		"What is bail?", 
		"What is a surety?", 
		"I was charged with shoplifting two days before my 18th birthday, where will my case be heard?", 
		"My son is 16.  He has been jointly charged with his 19 year old cousin.  Which court will hear my son's case", 
		"How long will my case take?", 
		"Will I get legal aid to be represented at court?", 
		"If I am not eligible for legal aid, how much will it cost for me to have a solicitor to represent me at court?", 
		"My friend was granted legal aid, but he still had to pay costs.  Why?", 
		"I was sentenced to a Community Order with unpaid work, but I've been offered a job.  Can I have the order overturned?",
		"I was ordered to pay my fine at \u00A315 per week and I just can't afford it.  I haven't paid now for 4 weeks.  What should I do?");

faqLink = new Array("pages/faq.php");
