// make sure there is no comma after the last key-value pair

var arrNAV = {

	"Free Origination Tools": {
		tooltip:"Free Origination Tools",
		url:"../origination_tools/index.html"
	},  // Free Origination Tools
	
	"eDocs": {
		tooltip:"eDocs",
		url:"../edocs/index.html"
	},   // eDocs

	"Online MortgageApp": {
		tooltip:"Online MortgageApp",
		url:"../mortgageapp/index.html"
	},  // Online MortgageApp

	"Website&nbsp;Package": {
		tooltip:"",
		url:"../website_package/index.html"
			
	},  // Website Package
	
	"Lender Solutions": {
		tooltip:"Lender Solutions",
		url:"../lender_solutions/index.html"
	},  // Lender Solutions
	
	"Training/Support": {
		tooltip:"Training/Support",
		url:"../training_support/index.html"
		
	}, // Training/Support
	
	"About&nbsp;Us": {
		tooltip:"",
		url:"../aboutus/index.html",
		id: "last",
		options: {
			"Contact Us": {
						tooltip:"Contact Us",
						url:"../aboutus/contact.html"
			},
			"eMagic in the News": {
						tooltip:"News",
						url:"../aboutus/news.html"
			},
			"History": {
						tooltip:"History",
						url:"../aboutus/history.html"
			},
			"Service Providers": {
						tooltip:"Service Providers",
						url:"../aboutus/service_providers.html",
			options: {
				"Automated Underwriting": {
						tooltip:"Automated Underwriting",
						url:"../aboutus/service_providers.html#AU"
					},
				"Credit": {
						tooltip:"Credit",
						url:"../aboutus/service_providers.html#credit"
					},
				"Documents": {
						tooltip:"Documents",
						url:"../aboutus/service_providers.html#documents"
					},
				"Flood": {
						tooltip:"Document Providers",
						url:"../aboutus/service_providers.html#flood"
					},
				"Mortgage Insurance": {
						tooltip:"Document Providers",
						url:"../aboutus/service_providers.html#mi"
					},
				"Product/Pricing": {
						tooltip:"Document Providers",
						url:"../aboutus/service_providers.html#product"
					},
				"Technology Partners": {
						tooltip:"Technology Partners",
						url:"../aboutus/service_providers.html#technology"
					},
				"Websites": {
						tooltip:"Websites",
						url:"../aboutus/service_providers.html#myers"
					}
				}
			},
			"Site Security": {
						tooltip:"Site Security",
						url:"../aboutus/site_security.html"			
			}
		}
	}   // About Us

//note: last array item doesn't get a comma	
};

					

