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:160px; background:#0000FF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["&nbsp;&nbsp; Hill Country Galleria", "http://www.cafebluetx.com/loc_hcg/index.php"],
	["&nbsp;&nbsp; Sandy Creek Marina", "http://www.cafebluetx.com/loc_scm/index.php"]
	
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#0000FF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["&nbsp;&nbsp; Hill Country Galleria", "http://www.cafebluetx.com/loc_hcg/menu.php"],
	["&nbsp;&nbsp; Sandy Creek Marina", "http://www.cafebluetx.com/loc_scm/menu.php"]
	
]

var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#0000FF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu5.items=[
	["&nbsp;&nbsp; Hill Country Galleria", "http://www.cafebluetx.com/loc_hcg/reservations.php"],
	["&nbsp;&nbsp; Sandy Creek Marina", "http://www.cafebluetx.com/loc_scm/reservations.php"]
	
]


var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#0000FF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu6.items=[
	["&nbsp;&nbsp; Hill Country Galleria", "http://www.cafebluetx.com/loc_hcg/book.php"],
	["&nbsp;&nbsp; Sandy Creek Marina", "http://www.cafebluetx.com/loc_scm/book.php"]
	
]



var anylinkmenu7={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#0000FF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu7.items=[
	["&nbsp;&nbsp; Hill Country Galleria", "http://www.cafebluetx.com/loc_hcg/whats_new.php"],
	["&nbsp;&nbsp; Sandy Creek Marina", "http://www.cafebluetx.com/loc_scm/whats_new.php"]
	
]


var anylinkmenu8={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#0000FF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu8.items=[
	["&nbsp;&nbsp; Hill Country Galleria", "http://www.cafebluetx.com/loc_hcg/about.php"],
	["&nbsp;&nbsp; Sandy Creek Marina", "http://www.cafebluetx.com/loc_scm/about.php"]
	
]


var anylinkmenu9={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#0000FF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu9.items=[
	["&nbsp;&nbsp; Hill Country Galleria", "http://www.cafebluetx.com/loc_hcg/contact.php"],
	["&nbsp;&nbsp; Sandy Creek Marina", "http://www.cafebluetx.com/loc_scm/contact.php"]
	
]


var anylinkmenu01={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.
anylinkmenu01.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu01.items=[
	["Dynamic Drive", "http://www.dynamicdrive.net/"],
	["CSS Drive", "http://www.cssdrive.net/"],
	["JavaScript Kit", "http://www.javascriptkit.net/"],
	["Coding Forums", "http://www.codingforums.net/"],
	["JavaScript Reference", "http://www.javascriptkit.net/jsref/", "efc"],
	["CNN", "http://www.cnn.net/"],
	["MSNBC", "http://www.msnbc.net/"],
	["Google", "http://www.google.net/"],
	["BBC News", "http://news.bbc.co.uk", "efc"],
	["News.net", "http://www.news.net/"],
	["SlashDot", "http://www.slashdot.net/"],
	["Digg", "http://www.digg.net/"],
	["Tech Crunch", "http://techcrunch.net"] //no comma following last entry!
]

var anylinkmenu0={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu0.items=[
	["CNN", "http://www.cnn.net/"],
	["MSNBC", "http://www.msnbc.net/"],
	["Google", "http://www.google.net/"],
	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!
]

