// make sure there is no comma after the last key-value pair
//Navigation for etc
var arrNAV = {
	"": {
		tooltip:"",
		url:"",
		options: {
			"<img src='../../images/etc_button_home.gif' border='0' />&nbsp;Home": {
				tooltip:"",
				url:"/etc/index.html"
			}, // Home
			
			"<img src='../../images/etc_button_whatsnew.gif' border='0' />&nbsp;What's New": {
				tooltip:"",
				url:"/etc/whats_new/index.html",
				options: {
					"eMagic Message Center": {
					tooltip:"",
					url:"../whats_new/emagic_message_center.html"
					},
					"Trio - Separating Documents": {
					tooltip:"",
					url:"../whats_new/separate_trio_docs.html"
					},
					"Mortgage Comparison Calculator": {
					tooltip:"",
					url:"../whats_new/mortgage_comparison_calc.html"
					},
					"Contact and Lead Manager": {
					tooltip:"",
					url:"../whats_new/contact_lead_manager.html"
					}
				}
			}, // What's New
			
			"<img src='../../images/etc_button_industry_highlights.gif' border='0' />&nbsp;Industry Highlights": {
				tooltip:"",
				url:"/etc/industry_highlights/index.html",
				options: {
					"Is EMail Safe from Identity Theft?": {
					tooltip:"",
					url:"../industry_highlights/is_email_safe.html"
					},
					"Be Green to Save Green": {
					tooltip:"",
					url:"../industry_highlights/be_green.html"
					},
					"Why They Made the Switch": {
					tooltip:"",
					url:"../industry_highlights/why_they_made_the_switch.html"
					},
					"Educate Your Borrowers": {
					tooltip:"",
					url:"../industry_highlights/educate_your_borrowers.html"
					},
					"Submit Your Own&hellip;": {
					tooltip:"",
					url:"../industry_highlights/index.html#success"
					}
				}
			}, // Industry Highlights

			"<img src='../../images/etc_button_resources.gif' border='0' />&nbsp;Resources": {
				tooltip:"Resources",
				url:"/etc/resources/index.html",
				options: {
					"Tips and Tricks": {
					tooltip:"",
					url:"../resources/tips_tricks.html",
					options: {
						"Provide Trio Docs to Your Customers": {
						tooltip:"",
						url:"provide_trio_docs.html"
						},
						"Password-Protect Your PDFs": {
						tooltip:"",
						url:"password_protect_pdfs.html"
						},
						"Compile Audit Docs into One": {
						tooltip:"",
						url:"compile_audit_docs.html"
						},
						"Hide Instructions on Report": {
						tooltip:"",
						url:"hide_instructions.html"
						},
						"Disclose Add'l Fees on GFE": {
						tooltip:"",
						url:"disclose_addl_fees.html"
						},
						"Chat with Us": {
						tooltip:"",
						url:"chat_with_us.html"
							}						
						}
					},
					"New Tutorials": {
					tooltip:"",
					url:"../resources/new_tutorials.html"
					},
					"Training": {
					tooltip:"",
					url:"../resources/training.html"
					},
					"Submit Your Own&hellip;": {
					tooltip:"",
					url:"../resources/index.html#submit"
					}
				}
			}, // Resources

			"<img src='../../images/etc_button_interactive_corner.gif' border='0' />&nbsp;Interactive Corner": {
				tooltip:"Interactive Corner",
				url:"/etc/interactive_corner/index.html",
				options: {
					"Puzzle": {
					tooltip:"",
					url:"../interactive_corner/puzzle.html"
					},
					"eMystify Me": {
					tooltip:"",
					url:"../interactive_corner/emystify.html"
					},
					"IQ&nbsp;&#8211; Inquisitive Questions": {
					tooltip:"",
					url:"../interactive_corner/surveying.html"
					},
					"Origin Nation": {
					tooltip:"",
					url:"../interactive_corner/comic.html"
					}
				}
			}, // Interactive Corner

			"<img src='../../images/etc_button_contact_us.gif' border='0' />&nbsp;Contact Us": {
				tooltip:"Contact Us",
				url:"/etc/contact_us/index.html",
				options: {
					"Meet the eMagic Staff": {
					tooltip:"",
					url:"../contact_us/meet_emagic_staff.html"
					},
					"Sign Up": {
					tooltip:"",
					url:"../contact_us/opt_in_form.html"
					}
				}
			} // Contact Us

		}
	}
//note: last array item doesn't get a comma	
};
				
