﻿// this script shold be viewed in Dreamweaver
var beachcomber_menu_structure = // declares the variable "beachcomber_menu_structure" - variable is a chunk of code designed to be called upon externally
{								
// **this page contains only the menu, not the actual animation script for the menu**
// the line below opens up the "hot tub lineup" menu structure, {'s contain subfolders}
	"hottublineup-nav": {_options: { cssclass:"hottublineup" },// the css class defines the style
		"Our 15 Models": { _options: { link:"/hot-tub-lineup/our-product-lines.asp" },
			//"Beachcomber SLB-75" : "/hot-tub-lineup/our-product-lines/slb/slb-75.asp",
			"700 Series (5 models)" : "/hot-tub-lineup/our-product-lines/700-series.asp",
			"500 Series (5 models)" : "/hot-tub-lineup/our-product-lines/500-series.asp",
			"300 Series (5 models)" : "/hot-tub-lineup/our-product-lines/300-series.asp"
			
							},// closes our-product-lines.asp's subfolder
		"Designed for Comfort": "/hot-tub-lineup/designed-for-comfort.asp",
		"Hybrid Hot Tub": "/hot-tub-lineup/hybrid-hot-tub.asp",
		"Top 5 Picks": "/hot-tub-lineup/top-5-best-sellers.asp",
		"Options": {// _options: {link:"/hot-tub-lineup/options/"},
			"FlexJet": "/hot-tub-lineup/options/flexjet.asp"
		},
		"Accessories": { _options: { link:"/hot-tub-lineup/accessories/default.asp" },
			"Water Care Products": "/hot-tub-lineup/accessories/water-care-products/beachcomber-cares.asp",
			"Hot Tub Covers": "/hot-tub-lineup/accessories/hot-tub-covers.asp",
			"Hot Tub Accessories": "/hot-tub-lineup/accessories/hot-tub-accessories.asp",
			"Clothing": "/hot-tub-lineup/accessories/clothing.asp"
							}
						},//closes hottublineup-nav subfolder
	
	"hottubbenefits-nav": { _options: { cssclass:"hottubbenefits" },
		
		"Health (10 articles)" : { _options: { link:"/hot-tub-benefits/health-benefits/default.asp" },
			"A Vacation - read 1:41": "/hot-tub-benefits/why-buy-a-hot-tub.asp",
			"Heart Health - read 3:20" : "/hot-tub-benefits/health-benefits/health/heart-health.asp",
			"Well Being - read 1:50" : "/hot-tub-benefits/health-benefits/health/mental-health.asp",
			"Curing Colds - read 0:40": "/hot-tub-benefits/health-benefits/health/curing_colds.asp",
			"Connecting - read 1:24": "/hot-tub-benefits/investing-in-happiness.asp",
			"Relaxation - read 1:50" : "/hot-tub-benefits/health-benefits/health/relaxation.asp",
			"Healing - read 2:31" : "/hot-tub-benefits/health-benefits/health/healing.asp",
			"Blood Pressure - read 1:38" : "/hot-tub-benefits/health-benefits/health/immersion.asp",
			"A Better Life - read 1:05" : "/hot-tub-benefits/health-benefits/health/life.asp",
			"Well Being - read 1:50" : "/hot-tub-benefits/health-benefits/health/mental-health.asp",
			"Hot Water - read 1:17" : "/hot-tub-benefits/health-benefits/health/hot-water.asp"},
								},

	
	"customercare-nav": { _options: { cssclass:"customercare" },
		"Our Guarantee": "/customer-care/our-guarantee.asp",
		"Easy Care": "/customer-care/easy-care.asp",
		"Hot Tub Installations" : { _options: { link:"/customer-care/hot-tub-installations/default.asp" },
			"Steps to Install": "/customer-care/hot-tub-installations/steps-to-install.asp",
			"Perfect Placement": "/customer-care/hot-tub-installations/perfect-placement.asp",
			"Installation Ideas": "/customer-care/hot-tub-installations/installation-ideas.asp"
									},
		"Stay Informed": "/customer-care/stay-informed.asp",
		"Download Manuals" : "/customer-care/download-manuals.asp"
						},
	
	"aboutbeachcomber-nav": {_options: { cssclass:"aboutbeachcomber" },
		"The Outdoor POD": "/about-beachcomber/outdoor-pod.asp",
		"Our Values": {_options: {link:"/about-beachcomber/our-values/" },
		"Community Support": "/about-beachcomber/our-values/community-support.asp"},
		"Our Founder" : { _options: { link:"/about-beachcomber/our-founder/" },
		"Keith's Blog" : "http://beachcomber-hottubs.blogspot.com"
						},
		"Our History" : "/about-beachcomber/our-history.asp",
		"Timeline" : "/about-beachcomber/timeline.asp",
		"Development Centers": "/about-beachcomber/development-centers/default.asp",
		"Business Opportunity": "/store-opportunities/default.asp",
		"Our Environment": "/about-beachcomber/our-environment.asp",
		"Careers": "/about-beachcomber/careers.asp",
		"FAQs" : "/about-beachcomber/frequently-asked-questions.asp",
							},
							
	"store-opportunities-nav": {_options: { cssclass:"store-opportunities" },
		"FAQ's": "/about-beachcomber/our-values/"
							},	
};// closes the beachcomber_menu_structure variable
