/* --- menu items --- */
var MENU_ITEMS1 = [
    ['Home', '/', {'sw' : 74}],
	['Solutions', '/solutions.asp', null,
		['&nbsp;&nbsp;Solutions Overview', '/solutions.asp',],
		['&nbsp;&nbsp;TitleVision Online', '/titlevision_online.asp'],
		['&nbsp;&nbsp;TitleVision Managed Services', '/titlevision_managed_services.asp'],
		['&nbsp;&nbsp;TitleVision Shared Services', '/titlevision_shared_services.asp']
	],
	['Who We Serve', '/who_we_serve.asp', null,
		['&nbsp;&nbsp;Title Underwriters &amp; Agents', '/title_underwriters_and_agents.asp'],
		['&nbsp;&nbsp;Lenders &amp; Settlement Services', '/lenders_and_settlement_services.asp'],
		['&nbsp;&nbsp;Foreclosure &amp; Default Services', '/foreclosure_and_default_services.asp']
	],
	['Coverage Map', '/coverage_map.asp', null],
	['About Us', '/about_us.asp', null,
		['&nbsp;&nbsp;Company Overview', '/about_us.asp'],
		['&nbsp;&nbsp;Leadership Team', '/leadership_team.asp'],
		['&nbsp;&nbsp;Our Clients', '/our_clients.asp'],
		['&nbsp;&nbsp;News &amp; Events', '/news_and_events.asp'],
		['&nbsp;&nbsp;Industry Links', '/industry_links.asp'],
		['&nbsp;&nbsp;Careers', '/careers.asp']
	],
	['Contact Us', '/contact_us.asp', null]
];