

<!-- about us menu -->
var anylinkmenu5 = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''} //First menu variable. 
anylinkmenu5.items = [
	["About Our Company", "aboutus.aspx"],
	["Testimonials", "service_view_2.aspx?id=2053"],
	["Why Elegant Estates?", "page.aspx?id=2064"],
	["Landscaper Qualifications", "service_view_2.aspx?id=2065"],
	["Map and Directions", "service_view_2.aspx?id=2062"],
	["Join Us On Facebook", "http://www.facebook.com/pages/Groton-NY/Elegant-Estates-Landscaping/191492045075"],
	
	["E Newsletter Request", "form_signup.aspx"]
	//no comma following last entry!
]
<!-- temp removed from about us section ["Visit Our Blog", "blog.aspx"], -->



<!-- services menu -->
var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Design Services", "page.aspx?id=2004"],
	["Installation Services", "page.aspx?id=2005"],
	["Maintenance Services", "page.aspx?id=2006"],
	["Turfgrass Services", "page.aspx?id=2008"],
	
	["Water Features", "page.aspx?id=2009"],
	["Hardscape Services", "page.aspx?id=2010"],
	
	["Excavation Services", "page.aspx?id=2013"],
	["Irrigation Services", "page.aspx?id=2007"],
	["Tree Injections", "page.aspx?id=2082"],
	["Turf Care Programs", "page.aspx?id=2083"],
	["Landscape Programs", "page.aspx?id=2084"],
	["Deer Fencing", "page.aspx?id=2085"],
	["Snow and Ice Services", "page.aspx?id=2012"] //no comma following last entry!
]
	/* ["Fertilization Services", "page.aspx?id=2067"],
	   ["Chemical Applications", "page.aspx?id=2011"], */
	   
	   
	   
	   
	   
<!-- products menu -->
var anylinkmenu6 = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''} //First menu variable. 
anylinkmenu6.items = [
	["Mulches", "page.aspx?id=2070"],
	["Soils", "page.aspx?id=2071"],
	["Composts", "page.aspx?id=2072"],
	["Pond Supplies", "page.aspx?id=2073"],
	["Irrigation Supplies", "page.aspx?id=2074"],
	["Fountains", "page.aspx?id=2075"],
	["Paving Stone Supplies", "page.aspx?id=2076"],
	["Stone Wall Supplies", "page.aspx?id=2077"],
	["Decorative Gravel", "page.aspx?id=2078"],
	["Natural Stone", "page.aspx?id=2079"],
	["Plant Materials", "page.aspx?id=2087"] //no comma following last entry!
]



	   
	   


<!-- portfolio menu -->
var anylinkmenu2 = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items = [
	["Landscape Installation", "gallery2.aspx?gallery_id=844"],
	["Hardscaping", "gallery2.aspx?gallery_id=843"],
	["Water Features", "gallery2.aspx?gallery_id=846"],
	["Irrigation Systems", "gallery2.aspx?gallery_id=840"],
	["Deer Fencing", "gallery2.aspx?gallery_id=842"],
	["Office Stone Display", "gallery2.aspx?gallery_id=845"],
	["Before and After", "beforeafter_list.aspx"],
	["Take a Video Tour", "page.aspx?id=2054"]
] //no comma following last entry!





<!-- online tools menu -->
var anylinkmenu3 = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items = [
	["Plant Guide", "plants.aspx"],
	["My Plant List", "plant_list.aspx"],
	["Customer Portal", "customer.aspx"],
	["Calculators", "calculators.aspx"],
	
	["Site Search", "search.aspx"],
	["Useful Links", "resources.aspx"],
	["Login", "login.aspx"]//no comma following last entry!
]
<!-- temp removed from online tools section ["Visit Our Blog", "blog.aspx"], -->



<!-- contact us section -->
var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items = [
    ["Contact Us", "form_contact.aspx"],
	["Map and Directions", "service_view_2.aspx?id=2062"],
	["Give a Testimonial", "form_testimonial.aspx"],
	["E Newsletter Request", "form_signup.aspx"],
	["Career Opportunities", "page.aspx?id=2590"], /*previously opening_view.aspx - changed until job opps tool fixed*/
	["Work Evaluation", "form_work_eval.aspx"],
	["Website Evaluation", "form_website_eval.aspx"]
]
	/*["Request a Quote", "form_quote.aspx"],*/
	/*["Refer a Friend", "form_refer.aspx"],*/
	/*["Career Opportunities", "form_employment.aspx"],*/
	/*["Submit a Testimonial", "form_testimonial.aspx"]*/   //no comma following last entry!






