var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["BOARD OF DIRECTORS", "http://photomedicine.org/about/directors.html"]//no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["APPLICATION OR RENEWAL", "http://photomedicine.org/membership/app.html"]//no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["SUBMISSION GUIDELINES", "http://photomedicine.org/abstracts/guidelines.html"],
	["SUBMISSION FORM", "http://photomedicine.org/abstracts/form.html"]//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["21st ANNUAL MEETING (current)", "http://photomedicine.org/meetings/current.html"],
	["20th ANNUAL MEETING", "#"],
	["______20th Program", "http://photomedicine.org/meetings/20thprogram.html"],
	["______20th Summary of Abstracts", "http://photomedicine.org/meetings/20thabstracts.html"],
	["19th ANNUAL MEETING", "#"],
	["______19th Program", "http://photomedicine.org/meetings/19thprogram.html"],
	["______19th Summary of Abstracts", "http://photomedicine.org/meetings/19thabstracts.html"]//no comma following last entry!
]

