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:155px; background:#cccccc',linktarget:'_self'} //Second menu variable.  linktarget:'_new'Same precaution.
anylinkmenu2.items=[
	["KINOTERMINE", "kino.html"],
//	["KONZERTTOURNEE", "konzert.html"] //no comma following last entry!
]
var anylinkmenu9={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#999999' } //Second menu variable. Same precaution.linktarget:'_new'
anylinkmenu9.items=[
	["STABLISTE", "..stab,html"],
	["FILMOGRAPHIE", "../filmo.html"] //no comma following last entry!
]


var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:''} //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=[
	["STABLISTE", "..stab,html"],
	["FILMOGRAPHIE", "../filmo.html"] //no comma following last entry!
]

var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#cccccc', linktarget:'_self'} //Second menu variable. Same precaution.
anylinkmenu4.items=[
	["STABLISTE", "./stab.html"],
	["FILMOGRAPHIE<br>&nbsp;IRENE LANGEMANN", "./filmo.html"] //no comma following last entry!
]

