function wrap_arrow(text) {
	var html="";
	html=['<table cellpadding="0" cellspacing="0" border="0"><tr><td width="100%" align="left"><span class="m0l0iout">'+text+'</span></td><td align="right"><img src="/includes/arrow.gif" width="8" height="9"></td></tr></table>'];
	return html;
}

var MENU_ITEMS = [

	['&nbsp;Home', '/index.cfm', null,
	],
	[wrap_arrow('About Us'), null, null,
	 	['&nbsp;Mission Statement','/mission.cfm'],
		['&nbsp;Corporation Overview','/overview_corp.cfm'],
		['&nbsp;Job Opportunities','/job_opportunities.cfm'],
		['&nbsp;FAQS','/faq.cfm#about']		
	],
	['&nbsp;What&#8217;s New', '/whats_new.cfm', null,
	],
	[wrap_arrow('Divisions'), null, null,
		[wrap_arrow('Tenant Services '), null, null,
		 	['&nbsp;Division Overview','/tenant/ts_overview.cfm'],
			['&nbsp;Team Members','/tenant/ts_members.cfm'],
				['&nbsp;Applying for RGI Assistance','/tenant/ts_rgi_assistance.cfm'],
			['&nbsp;Reporting Changes','/tenant/ts_report_changes.cfm'],
			['&nbsp;Policies','/tenant/ts_policies.cfm'],
			['&nbsp;Transfers','/tenant/ts_transfers.cfm'],
			[wrap_arrow('Community Relations'), null, null,
				['&nbsp;Overview','/tenant/ts_community_relations.cfm'],
				['&nbsp;Upcoming Events','/tenant/ts_upcoming_events.cfm'],
				['&nbsp;Common Room Rentals','/tenant/ts_room_rentals.cfm'],
				['&nbsp;Tenant Associations','/tenant/ts_associations.cfm']				
			],
			['&nbsp;Residents Guide','/tenant/ts_residents-guide.cfm'],
			['&nbsp;FAQS','/faq.cfm#tenant']		 
		],
		[wrap_arrow('Housing Operations'),null, null,
		  	['&nbsp;Division Overview','/housing/ho_overview.cfm'],
			['&nbsp;Team Members','/housing/ho_members.cfm'],
			[wrap_arrow('Maintenance'), null, null,
				['&nbsp;Request for Repairs','/housing/ho_repairs.cfm'],
				['&nbsp;General Maintenance Tips','/housing/ho_maintenance_tips.cfm'], 
				['&nbsp;Fire Safety Tips','/housing/ho_fire_safety.cfm']
			],
			['&nbsp;Unit Alterations','/housing/ho_alterations.cfm'],
			['&nbsp;Capital Work','/housing/ho_capital_work.cfm'],
			['&nbsp;Policies','/housing/ho_policies.cfm'],
			['&nbsp;FAQS','/faq.cfm#housing']
		],
		[wrap_arrow('Finance and Administration'), null, null,
		   	['&nbsp;Division Overview','/financial/fa_overview.cfm'],
			['&nbsp;Team Members','/financial/fa_members.cfm'],
			[wrap_arrow('Rent Payment'), null, null,
				['&nbsp;Payment Methods','/financial/fa_payment_methods.cfm'],
				['&nbsp;What Happens If I Don&#8217;t Pay &nbsp;My Rent?','/financial/fa_no_pay.cfm'],
				['&nbsp;Market Rent','/financial/fa_market-rent.cfm']
			],			
			[wrap_arrow('Other Tenant Charges'), null, null,
				['&nbsp;Schedule of Fees','/financial/fa_schedule_of_fees.cfm'],
				['&nbsp;Charge Back for Damages','/financial/fa_charge_back.cfm'],
				['&nbsp;Air Conditioning Fee','/financial/fa_air_conditioning.cfm'],
				['&nbsp;Parking Fee','/financial/fa_parking_fee.cfm'],
				['&nbsp;Replacement Keys and Locks','/financial/fa_replacement_keys.cfm'],
				['&nbsp;Common Room Booking','/financial/fa_room_booking.cfm']			
			],
			[wrap_arrow('Supplier Information'), null, null,
				['&nbsp;How To Become A Supplier','/financial/fa_supplier_howto.cfm'],
				['&nbsp;Tender Process','/financial/fa_tender.cfm'],
				['&nbsp;Conflict of Interest','/financial/fa_conflict.cfm'],
				['&nbsp;Payment Terms','/financial/fa_supplier_payment.cfm'] 
			],
			
			['&nbsp;Policies','/financial/fa_policies.cfm'],
			['&nbsp;FAQS','/faq.cfm#finance']
		]
	],
	['&nbsp;Rental Properties', '/rental_properties_top.cfm', null,
		
	],
	['&nbsp;FAQS', '/faq.cfm#general', null,
	],
	['&nbsp;Contact Us', '/contact_us.cfm', null,
	],
	['&nbsp;Links', '/links.cfm?faq=all'],
];





