var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Welcome", "welcome.php"],
	["Exhibitor List", "exhibitor_list.php"],
	["Hall&nbsp;Layout","hall_layout.php"],
	["Getting There", "getting_there.php"],
	["Essential Information", "essential_information.php"],
	["Highlights", "highlights.php"],
	["Supporting Organization", "supporting_organization.php"] //no comma following last entry!
]

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["Welcome", "welcome2.php"],
	["Exhibitor Profile", "exhibitor_profile.php"],
	["Why Exhibit","why_exhibit.php"],
	["Stage Performance", "stage_booking.php"],
	["Advertising and Promotions", "ad_and_promo.php"],
	["Supporting Organization", "supporting_organization.php"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Welcome", "welcome3.php"],
	["Press Release", "press_release.php"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu4.items=[
	["Opening GATF 2009", "opening.php"],
	["Photo", "photo.php"] //no comma following last entry!
]

/* var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Welcome", "welcome.php"],
	["Exhibitor List", "exhibitor_list.php"],
	["Hall&nbsp;Layout","hall_layout.php"],
	["Getting There", "getting_there.php"],
	["Essential Information", "essential_information.php"],
	["Highlights", "highlights.php"],
	["Supporting Organization", "supporting_organization"] //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=[
	["Welcome", "welcome.php"],
	["Exhibitor List", "exhibitor_list.php"],
	["Hall&nbsp;Layout","hall_layout.php"],
	["Getting There", "getting_there.php"],
	["Essential Information", "essential_information.php"],
	["Highlights", "highlights.php"],
	["Supporting Organization", "supporting_organization"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["Welcome", "welcome.php"],
	["Exhibitor List", "exhibitor_list.php"],
	["Hall&nbsp;Layout","hall_layout.php"],
	["Getting There", "getting_there.php"],
	["Essential Information", "essential_information.php"],
	["Highlights", "highlights.php"],
	["Supporting Organization", "supporting_organization"] //no comma following last entry!
]

*/