/* Set up arrays for menu - be careful of non-escaped special characters! */

//Contents for menu 1
var spas=new Array()
spas[0]='<a href="spas_sundance.php">Sundance</a>'
spas[1]='<a href="spasnordic.php">Nordic</a>'
spas[2]='<a href="spasdream.php">Dream Maker</a>'
spas[3]='<a href="spassuperswim.php">Super Swim Spa</a>'

//Contents for menu 2
var gazebos=new Array()
gazebos[0]='<a href="gazeboswood.php">Natural Redwood</a>'
gazebos[1]='<a href="gazebosvinyl.php">Synthetic</a>'

//Contents for menu 3
var fireplaces=new Array()
fireplaces[0] = '<a target="fpl" href="http://www1.dimplex.com/listproductcategories.aspx?id=22">Fireplaces<\/a>'
fireplaces[1] = '<a target="fpl" href="http://www1.dimplex.com/listproducts.aspx?id=29&bid=SYM">Stoves<\/a>'
fireplaces[2] = '<a target="fpl" href="http://www.dimplexoutdoors.com/dimplex_outdoor_grills.htm">Grills<\/a>'


//Contents for menu 4
var about=new Array()
about[0]='<a href="contact.php">Contact Info</a>'
about[1]='<a href="contact.php#Hours">Hours Of Operation</a>'
about[2]='<a href="awards.php">Our Awards</a>'
about[3]='<a href="40reasons.php">Why Choose Us?</a>'