/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', 'index.htm', {'sw':75}
	], 
	['buying', null, {'sw':75},
		['For Sale', 'forsale.htm'],
		['Prestige Listings', 'prestige.htm'],
		['Open For Inspection', 'opens.htm', {'tw':'_blank'}],
		['Recent Sales', 'sold.htm'],
		['Auction Order Of Sale', 'auctions_orderofsale.pdf', {'tw':'_blank'}],
		['Buying Tips', 'tipsbuyers.htm'],
		['Finance', 'http://nsw.rh.com.au/financial_services.php', {'tw':'_blank'}]
	],
	['selling', null, {'sw':75},
		['Thinking Of Selling?', 'selling.htm'],
		['Market Appraisal', 'appraisal.htm'],
		['Selling Tips', 'tipsselling.htm'],
		['Client Feedback', 'feedbacksales.htm'],
		['Submit Feedback', 'feedbacksales.php'],
		['Finance', 'http://nsw.rh.com.au/financial_services.php', {'tw':'_blank'}]
	],
	['holidays', null, {'sw':80},
		['Holiday Accommodation', 'holidays.htm'],
		['Weekend Accommodation', 'holiday_shortstay.htm'],
		['Your Holiday Requirements', 'registerholiday.htm'],
		['Terms & Conditions', 'termscond.htm'],
		['Things To Do', 'things_to_do.htm'],
		['Rent Your Home', 'holidaychecklist.htm'],
		['Holiday Guestbook', 'holidayguestbook.htm'],
		['Submit Feedback', 'holidayguestbook.php']
	],
	['photo shoots', 'photoshoots.htm', {'sw':100}
	],
	['renting', null, {'sw':75},
		['For Lease', 'ForLease.htm'],
		['Your Leasing Requirements', 'RegisterLease.htm'],
		['Tenant Information', 'tenancyinformation.htm'],
		['Investor Information', 'TipsInvestors.htm'],
		['Management Services', 'PptyMgtServices.htm'],
		['Client Feedback', 'feedbackrent.htm'],
		['Submit Feedback', 'feedbackrent.php']
	],
	['about us', null, {'sw':100},
		['Company Profile', 'aboutus.htm'],
		['Our Team', 'staff.htm'],
		['Awards', 'awards.htm'],
		['Property Editorials', 'editorials.htm'],
		['Community Sponsorship', 'community.htm'],
		['Careers', 'careers.htm']
	],
	['local area', null, {'sw':100},
		['Palm Beach', 'localarea.htm'],
		['Whale Beach', 'lawhalebeach.htm'],
		['Avalon Beach', 'laavalon.htm'],
		['Clareville', 'laclareville.htm'],
		['Bilgola', 'labilgola.htm'],
		['Bungan Beach & Newport', 'lanewport.htm'],
		['Bayview', 'labayview.htm']
	],
];




