// menu_items.js file

var MENU_ITEMS =[
		
["Homepage", null,
		["Homepage", "default.htm"],		
		["Members Login", "subscriber/login.asp"],

	],

["Free Search", null,		
		["Property Search", "free_property_search.htm"],
		["Future Auctions", "forthcoming_auctions.asp"],
		["Property News", "news.htm"],
	],

	["How to Join", null,
		["Join Here!", "sub_pay.htm"],
		["T & C's", "terms_and_conditions.htm"],
		["FAQ", "faq.htm"]
	],
	
	["Company Info", null,
		["Contact us", "contact.htm"],
		["Meet the Staff", "meet_the_team.htm"],
		["About ITL", "about_ITL.htm"],
		["Privacy Policy", "privacy_policy.htm"],
		["Other Services", "other_itl_services.htm"]
	],
	["Subscribers", null,
		["LOGIN Members only", "/subscriber/login.asp"]
	],
	
	["More Services", null,
		["Mortgages", "finance.htm"],
		["Loans", "finance.htm"],
		["Credit Cards", "finance.htm"],
		["Web Directory", "property_resource_directory.asp"],
		["Property Books", "property_books.htm"]
	]
];
