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:#DFDFDF', linktarget:'_self'} //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!
]

var anylinkmenunew_01={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFDFDF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenunew_01.items=[]

var anylinkmenunew_02={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFDFDF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenunew_02.items=[
    ["ESIS Funding", "http://www.apec-esis.org/webnewpage.php?DomainID=6&DMSelect=64"],
    ["ESIS Sponsors", "http://www.apec-esis.org/webnewpage.php?DomainID=6&DMSelect=11"]
]

var anylinkmenunew_03={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFDFDF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenunew_03.items=[
    ["APEC S&L Economy Contacts", "http://www.apec-esis.org/webnewpage.php?DomainID=6&DMSelect=67"]
]

var anylinkmenunew_04={divclass:'anylinkmenu', inlinestyle:'width:180px; background:#DFDFDF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenunew_04.items=[
    ["Benchmarking", "http://www.apec-esis.org/webnewpage.php?DomainID=6&DMSelect=65"],
    ["Equipment Listing", "http://www.apec-esis.org/list_equipment.php"],
    ["Reference Test Standard", "http://www.apec-esis.org/list_reference.php"],
    ["Standards Under Consideration", "http://www.apec-esis.org/list_undercon.php"],  
    ["Standards Under Revision", "http://www.apec-esis.org/list_underrev.php"],
    ["S&L Related Sites", "http://www.apec-esis.org/webrelate.php?DomainID=6"] //no comma following last entry!
]

var anylinkmenunew_05={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFDFDF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenunew_05.items=[
    ["Search News", "http://www.apec-esis.org/webnews2.php"]
]

var anylinkmenunew_06={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFDFDF', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenunew_06.items=[
    ["Search Publications", "http://www.apec-esis.org/weblibrary2.php"]
]
