function popitup(url) {
	newwindow=window.open(url,'flashresume','height=400,width=750');
	if (window.focus) {newwindow.focus()}
	return false;
}

var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Education", "education.html"],
	["Experience", "experience.html"],
	["Skills", "skills.html"],
	["Activities", "activities.html"],
	["Relevant Courses", "courses.html"]//no comma following last entry!
]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["Flash", "flash.html"],
	["InDesign", "indesign.html"],
	["Social Media", "socialmedia.html"],
	
	["Tutorials", "tutorials.html"],
	["PR Campaign", "prcampaign.html"]//no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu3.items=[
	["Email", "mailto:margielevans@gmail.com"]
	//no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //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!
]