﻿var sellmenu = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: ''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
sellmenu.items = [
	["Accepted Items", "accepteditems.html"],
	["Preparation Tips", "itemprep.html"],
	["Tagging Guide", "tagging.html"],
	["Price Guide", "pricingguide.pdf"],
	["Concierge Service", "concierge.html"] //no comma following last entry!
]

var aboutmenu = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: '' }
aboutmenu.items = [
	["Location", "location.html"],
	["Chamber Committees", "committees.html"],
    ["Ambassador Program", "ambassadors.html"]
]

var businessmenu = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: '' }
businessmenu.items = [
	["Business Links", "http://www.yucaipachamber.org/BusinessLinks_000.htm"],
	["Community Links", "http://www.yucaipachamber.org/CommunityLinks.htm"],
    ["Government Links", "http://www.yucaipachamber.org/GovernmentLinks.htm"]
]

var yucaipamenu = { divclass: 'anylinkmenu', inlinestyle: '', linktarget: '' }
yucaipamenu.items = [
	["About Yucaipa", "about.html"],
	["City Hall", "http://yucaipa/org"],
    ["Police Department", "http://yucaipapoliceandsheriff.com"],
    ["Fire Department", "http://www.yucaipa.org/cityDepartments/fireDepartment/departmentInformation.php"],
    ["Library", "http://www.sbcounty.gov/library/home/default.aspx?page=librarybranches/librarybranches.ascx&branchid=ycp"]
]

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!
]
