var home = { divclass: 'anylinkmenu', inlinestyle: 'width:0px; background:#2773cd', linktarget: '_self'} //Second menu variable. Same precaution.
home.items=[
	
]

var company = { divclass: 'anylinkmenu', inlinestyle: 'width:250px; background:#2773cd', linktarget: '_self'} //Second menu variable. Same precaution.
company.items = [
	["About Dash", "Company.aspx"],
	["Customer Feedback", "testimonials.aspx"],	
	["Employment Application", "PDF/Application.pdf"] //no comma following last entry!
]

var services = { divclass: 'anylinkmenu', inlinestyle: 'width:200px; background:#2773cd', linktarget: '_self'} //Second menu variable. Same precaution.
services.items = [
	["Our Services", "Services.aspx"],
    ["Get a Rate Quote", "ReqQuote.aspx"],
    ["Cost Comparison", "CostComparison.aspx"] //no comma following last entry!
]

var track = { divclass: 'anylinkmenu', inlinestyle: 'width:0px; background:#2773cd', linktarget: '_self'} //Second menu variable. Same precaution.
track.items = [

]

var contact = { divclass: 'anylinkmenu', inlinestyle: 'width:250px; background:#2773cd', linktarget: '_self'} //Second menu variable. Same precaution.
contact.items = [

]
