// JavaScript Document
function menu() {
	
	/*encompassing div tag*/
	document.write('<div id=\'navtor\'>')
	
document.write('<div class="Accordion" id="sampleAccordion">')
	/*Overview Image	*/
	document.write('<div class="AccordionPanelContent"><img src="images/Overview_of_cats_inc.jpg" /><br /></div>')

		document.write('<div class="AccordionPanel">')
			document.write('<div class="AccordionPanelTab"><img src="images/About_CATS.jpg" /></div>')
			document.write('<div class="AccordionPanelContent">')
				document.write('<a href="how_we_started.html"><img src="images/How_We_Started.jpg" border="0" /></a><br />')
				document.write('<a href="membership_information.html"><img src="images/Membership_Information.jpg" border="0" /></a><br />')
				document.write('<a href="how_to_access_CATS.html"><img src="images/How_to_Access_CATS.jpg" border="0" /></a><br />')
			document.write('</div>')			
		document.write('</div>')
		
		
		document.write('<div class="AccordionPanel">')
			document.write('<div class="AccordionPanelTab"><img src="images/Our_Team.jpg" /></div>')
			document.write('<div class="AccordionPanelContent">')
				document.write('<a href="our_board.html"><img src="images/Our_Board.jpg" border="0" /></a><br />')
				document.write('<a href="our_staff.html"><img src="images/Our_Staff.jpg" border="0" /></a><br />')
				document.write('<a href="our_young_people.html"><img src="images/Our_Young_People.jpg" border="0" /></a><br />')
				document.write('<a href="employment.html"><img src="images/employment.gif" border="0" /></a><br />')
			document.write('</div>')			
		document.write('</div>')
		
		document.write('<div class="AccordionPanelContent"><a href="policies_and_procedures.html"><img src="images/Policies_and_Procedures.jpg" border="0" /></a><br /></div>')
		
		document.write('<div class="AccordionPanelContent"><a href="contact_us.html"><img src="images/Contact_Us.jpg" border="0" /></a><br /></div>')
		

		
	/*Social Image	*/
	document.write('<div class="AccordionPanelContent"><img src="images/Social.jpg" /><br /></div>')	
	
		document.write('<div class="AccordionPanel">')
			document.write('<div class="AccordionPanelTab"><img src="images/Cans_for_Community.jpg" /></div>')
			document.write('<div class="AccordionPanelContent">')
				document.write('<a href="cans_for_community.html"><img src="images/Cans_for_Community_grey.jpg" border="0" /></a><br />')
				document.write('<a href="businesses_involved.html"><img src="images/Businesses_Involved.jpg" border="0" /></a><br />')
			document.write('</div>')			
		document.write('</div>')
		
		document.write('<div class="AccordionPanel">')
			document.write('<div class="AccordionPanelTab"><img src="images/Client_Feedback_Group.jpg" /></div>')
			document.write('<div class="AccordionPanelContent">')
				document.write('<a href="what_is_the_CFG.html"><img src="images/What_is_the_Client_Feedback.jpg" border="0" /></a><br />')
				document.write('<a href="fundraising_efforts.html"><img src="images/Fundraising_Efforts.jpg" border="0" /></a><br />')
				document.write('<a href="members.html"><img src="images/Members.jpg" border="0" /></a><br />')
			document.write('</div>')			
		document.write('</div>')
		
		document.write('<div class="AccordionPanelContent"><a href="up_comming_events.html"><img src="images/Upcoming_Events.jpg" border="0" /></a><br /></div>')
		
		
	/*Business Image	*/
	document.write('<div class="AccordionPanelContent"><img src="images/Business.jpg" /><br /></div>')
	
		document.write('<div class="AccordionPanel">')
			document.write('<div class="AccordionPanelTab"><img src="images/Proud_Partners.jpg" /></div>')
			document.write('<div class="AccordionPanelContent">')
				document.write('<a href="what_is_proud_partners.html"><img src="images/What_is_Proud_Partners.jpg" border="0" /></a><br />')
				document.write('<a href="pilot_partnership.html"><img src="images/Pilot_Partnership.jpg" border="0" /></a><br />')
				document.write('<a href="business_kit.html"><img src="images/Downloadable_Business_Kit.jpg" border="0" /></a><br />')
				document.write('<a href="interest_form.html"><img src="images/Expression_of_Interest_Form.jpg" border="0" /></a><br />')
				document.write('<a href="businesses_involved_PP.html"><img src="images/Businesses_Involved.jpg" border="0" /></a><br />')
			document.write('</div>')			
		document.write('</div>')
		
		document.write('<div class="AccordionPanelContent"><a href="past_press_releases.html"><img src="images/Past_Press_Releases.jpg" border="0" /></a><br /></div>')
		
		
		
document.write('</div>')

}

menu();

	
   
	
