// make sure there is no comma after the last key-value pair

var arrNAV = {
		"REV Home": {
		tooltip:"REV Home",
		url:"/rev/index.html",
		options: {
			"REV Online Login": {
				tooltip:"Login to REV",
				url:"#.html"
			},
			"Sign Up for REV Online": {
				tooltip:"Get an ID and Password",
				url:"/rev/online/getidpass.html"
			}
		}
	},  // Home
		
	/*"Contact": {
		tooltip:"Contact REV",
		url:"/rev/contact/contact.html",
			options: {
			"": {
				tooltip:"",
				url:""
			}
		}
	}, */ //contact

	/*"Services": {
		tooltip:"",
		url:"/rev/services/services.html",
		options: {
			"Broker Price Opinions": {
				tooltip:"BPOs",
				url:"/rev/services/bpo.html"
			},
			"Appraisal Products": {
				tooltip:"Appraisal Products",
				url:"/rev/services/desktopappraisals.html"
			},
			"Property Inspections": {
				tooltip:"Property Inspections",
				url:"/rev/services/propertyinspections.html"
			},
			"Automated Valuation Models": {
				tooltip:"Automated Valuation Models",
				url:"/rev/services/avms.html"
			},
			"Sign up for Services": {
				tooltip:"Sign up for REV Services",
				url:"/rev/services/valuationsubscription.html"
			}
		}
	}, */ // Services

	"Troubleshooting": {
		tooltip:"Troubleshooting",
		url:"/rev/online/troubleshooting.html",
		options: {
			/*"Get an ID/Password": {
				tooltip:"Get a user ID and Password",
				url:"/rev/online/getidpass.html"
			},*/
			"Troubleshooting": {
				tooltip:"Troubleshooting",
				url:"/rev/online/troubleshooting.html",
				options: {
					"IE Browser Help": {
						tooltip:"",
						url:"/rev/online/ie_browser_help.html"
					},
					"AOL Browser Help": {
						tooltip:"",
						url:"/rev/online/aol_browser_help.html"
					},
					"Netscape Browser Help": {
						tooltip:"",
						url:"/rev/online/ns_browser_help.html"
					},
					"Appraiser Help": {
						tooltip:"",
						url:"/rev/online/appraiser_help.html"
					},
					"Online BPO Form Tips": {
						tooltip:"",
						url:"/rev/online/bpo_help.html"
					}
				}
			}
		}
	},  // Online

	/*"Agents/Appraisers": {
		tooltip:"Become an REV broker or appraiser",
		url:"/rev/signup/becomeacontributor.html",
		options: {
			//"Broker Sign Up": {
				//tooltip:"Broker Sign Up",
				//url:"/rev/signup/broker.html"
			//},
			//"Appraiser Sign Up": {
				//tooltip:"Appraiser Sign Up",
				//url:"/rev/signup/appraiser.html"
			//},
			"Blank BPO Forms": {
				tooltip:"Appraiser Sign Up",
				url:"/rev/signup/bpoforms.html"
			}
		}
	},*/  // Agents/Appraisers
	
	"Links": {
		tooltip:"Helpful Links",
		url:"/rev/links/links.html",
		options: {
			"": {
				tooltip:"",
				url:""
			}
		}
	}  //Links
};



