﻿var services = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
services.items = [
	["Full Service Junk Removal", "/full-service-junk-removal"],
	["Rent a Trash Pod&trade;", "/rent-a-trash-pod"],
	["Need Labor?", "/need-labor"],
	["Special Event Trash Management", "/special-event-trash-management"],
	["Commercial Accounts", "/commercial-accounts"]
]

var about = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''}
about.items = [
	["Testimonials", "/testimonials"],
	["Service Area", "/service-area"],
	["News", "/news"],
	["Blog", "/blog"],
	["Watch What We Do", "/what-we-do"]
]

var bookonline = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''}
bookonline.items = [
	["Book Online Now", "/book-online"],
	["Payment Options", "/payment-options"]
]

var franchise = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''}
franchise.items = [
	["Become a Partner", "/become-a-partner"]
]


/* Sample menu setups below */

var anylinkmenu1 = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items = [
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]

var anylinkmenu2 = { divclass: 'anylinkmenu', inlinestyle: 'width:150px; background:#FDD271', linktarget: '_new'} //Second menu variable. Same precaution.
anylinkmenu2.items = [
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]

var anylinkmenu3 = { divclass: 'anylinkmenucols', inlinestyle: '', linktarget: 'secwin'} //Third menu variable. Same precaution.
anylinkmenu3.cols = { divclass: 'column', inlinestyle: ''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items = [
	["Dynamic Drive", "http://www.dynamicdrive.com/"],
	["CSS Drive", "http://www.cssdrive.com/"],
	["JavaScript Kit", "http://www.javascriptkit.com/"],
	["Coding Forums", "http://www.codingforums.com/"],
	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.com", "http://www.news.com/"],
	["SlashDot", "http://www.slashdot.com/"],
	["Digg", "http://www.digg.com/"],
	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!
]

var anylinkmenu4 = { divclass: 'anylinkmenu', inlinestyle: 'width:150px; background:#DFFDF4', linktarget: '_new'} //Second menu variable. Same precaution.
anylinkmenu4.items = [
	["CNN", "http://www.cnn.com/"],
	["MSNBC", "http://www.msnbc.com/"],
	["Google", "http://www.google.com/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]
