function	setThisScript(s,sn)
{
	script = s;
	//document.write(script);

	td_1 = "Home"
	url_1 = script + "?link=index.php" + "?sn=" + sn;
	
	td_2 = "AICIP"
	
		td_2_1 = "About AICIP"
		url_2_1 = script + "?file=about" + "&sn=" + sn;
		
		td_2_2 = "AICIP Committee of Management"
		url_2_2 = script +  "?link=committee.php" + "&sn=" + sn;
		
		td_2_3 = "AICIP Rules"
		url_2_3 = script + "?file=rules" + "&sn=" + sn;

		td_2_4 = "AICIP Annual Reports"
		url_2_4 = script + "?link=annualReports.php" + "&sn=" + sn;
		
		td_2_5 = "AICIP Procedures"
		url_2_5 = script + "?file=procs" + "&sn=" + sn;
	
	
	td_3 = "Examinations"
	url_3 = "";
	
	td_3_1 = "Information for Applicants"
		url_3_1 = script + "?file=info" + "&sn=" + sn;
	td_3_2 = "Exam Dates and Fees"
		url_3_2 = script + "?link=dates.php" + "&sn=" + sn;
	td_3_3 = "Exam/Renewal Applications"
		url_3_3 = script + "?link=applications.php" + "&sn=" + sn;
	td_3_4 = "Sample Questions & Answers"
		url_3_4 = script + "?file=samples" + "&sn=" + sn;
	

	td_4 = "Register"
	
		td_4_1 = "Certified Inspectors"
		url_4_1 = script + "?link=inspectors.php" + "&sn=" + sn;
	
		td_4_2 = "Change of Inspector Details"
		url_4_2 = script + "?link=changeDetails.php" + "&sn=" + sn;


	td_5 = " Reports, Standards & Acts"
	
		td_5_1 = "Failure and Incidents"
		url_5_1 = script + "?link=failures.php" 

		td_5_2 = "Technical Papers"
		url_5_2 = script + "?link=technicalPapers.php" + "&sn=" + sn;
	
		td_5_3 = "Technical Guidance Notes"
		url_5_3 = script + "?link=guidanceNotes.php" + "&sn=" + sn;

		td_5_4 = "Standards"
		url_5_4 = script + "?file=stds" + "&sn=" + sn;

		td_5_5 = "Acts and Regulations"
		url_5_5 = script + "?link=acts.php" + "&sn=" + sn;

	td_6 = "Associated Bodies"
	
		td_6_1 = "Training Establishments & Courses"
		url_6_1 = script + "?link=establishments.php" + "&sn=" + sn;
		
		td_6_2 = "Institutes and Associations"
		url_6_2 = script + "?link=related.php" + "&sn=" + sn;

		td_6_3 = "Standards Organisations"
		url_6_3 = script + "?link=orgs.php" + "&sn=" + sn;
		
	   td_6_4 = "Australian Governemnt Bodies"
		url_6_4 = script + "?link=australian.php" + "&sn=" + sn;
		
	   td_6_5 = "Other Bodies"
		url_6_5 = script + "?link=departments.php" + "&sn=" + sn;


	td_7 = "Technical On-line Forum"
	url_7 = script + "?link=forum.php" + "&sn=" + sn;
	
	td_8 = "Ideas For Improvement"
	url_8 = script + "?link=improvements.php" + "&sn=" + sn;
	
	td_9 = "Conferences"
	url_9 = script + "?link=conferences.php" + "&sn=" + sn;

	

	gapDownToSubOptions  	 = 20;			// this will be the width of the main options, plus any gap you want
	subOptionWidth  		 = 210;			// This cant be calculated
	subOptionHeight 		 = 17;			// Each sub option has a height in px. This should be entered here
 	showSubOptionBackground  = 0;			// normall off (0), but cab be 1 to show div and shim
	subDivBackgroundColour	 = "red";	// only used if above on - or make "" to turn off - include hash
	subIframeBackgroundColour = "blue";	// only used if above on - or make "" to turn off
	//subDivBackgroundColour	 = "F0F8ED";	// only used if above on - or make "" to turn off - include hash
	//subIframeBackgroundColour = "F0F8ED";	// only used if above on - or make "" to turn off
}
