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 renovations={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
renovations.items=[
	["Introduction", "pages/renovations_additions_home.html"],
	["The Process", "pages/renovations_additions_theprocess.html"],
	["Gallery", "pages/gallery/ren/kidd/renovations_additions_gallery.html"],
	["Contact Us", "pages/renovations_additions_contact.html"]

]

var build={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
build.items=[
	["Introduction", "pages/build_a_new_home.html"],
	["The Process", "pages/build_a_new_home_theprocess.html"],
	["Gallery", "pages/gallery/new/01/build_a_new_home_gallery.html"],
	["Contact Us", "pages/build_a_new_home_contact.html"]

]

var renovationspages={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
renovations.items=[
	["Introduction", "renovations_additions_home.html"],
	["The Process", "renovations_additions_theprocess.html"],
	["Gallery", "gallery/ren/kidd/renovations_additions_gallery.html"],
	["Contact Us", "renovations_additions_contact.html"]

]

var buildpages={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
build.items=[
	["Introduction", "build_a_new_home.html"],
	["The Process", "build_a_new_home_theprocess.html"],
	["Gallery", "gallery/new/01/build_a_new_home_gallery.html"],
	["Contact Us", "build_a_new_home_contact.html"]

]

var learn={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
build.items=[
	["Who We Are", "pages/learn_about_bancroft.html"],
	["Meet Our People", "pages/bancroft_homes_meet_our_people.html"]

]

var learnpages={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
build.items=[
	["Who We Are", "learn_about_bancroft.html"],
	["Meet Our People", "bancroft_homes_meet_our_people.html"]

]

var anylinkmenuserviceshome={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenuserviceshome.items=[
	["Additions & Renovations", "pages/renovations_additions.html"],
	["Custom Home Construction", "#"],
	["Communities", "#"]
]


var anylinkmenuservices={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenuservices.items=[
	["Additions & Renovations", "renovations_additions.html"],
	["Custom Home Construction", "#"],
	["Communities", "#"]
]

var anylinkmenugallery={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenugallery.items=[
	["Additions & Renovations", "#"],
	["Custom Home Construction", "#"],
	["Communities", "#"]
]

var anylinkmenugalleryhome={divclass:'anylinkmenu', inlinestyle:'width:200px; background:#DFFDF4', linktarget:'_parent'} //Second menu variable. Same precaution.
anylinkmenugalleryhome.items=[
	["Additions & Renovations", "#"],
	["Custom Home Construction", "#"],
	["Communities", "#"]
]