var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background: #000000', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu1.items=[
	["Homepage", "\index.html"] //no comma following last entry!

]



var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background: #000000', linktarget:''} //Second menu variable. Same precaution.
anylinkmenu2.items=[
	["About Barrier", "\about.html"],
	["Press Release", "\pressrelease.html"] //no comma following last entry!
]



var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'width:150px; background: #000000', linktarget:''} //Third menu variable. Same precaution.
anylinkmenu3.items=[
	["Media", "\media.html"]
//	["Teasers", "/media_barrierTeasers.html"] //no comma following last entry!
]



var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:180px; background: #000000', linktarget:''} //Forth menu variable. Same precaution.
anylinkmenu4.items=[
	["Short Movie Page", "\shortMovie.html"],
//	["Short Story", "\shortMovie_shortStory.html"],
//	["Racer Stats", "\shortMovie_racerStats.html"],
//	["Short Movie Teaser", "\shortMovie_teaser.html"],
//	["Short Movie", "\shortMovie_movie.html"],
//	["Behind The Scenes", "\shortMovie_behindTheScenes.html"],
	["Cast", "\shortMovieMeetTheCast.html"],
	["...Claudia Christian", "\castClaudiaChristian.html"],
	["...Bruce Hopkins", "\castBruceHopkins.html"],
	["...Matthew Werkmeister", "\castMattWerkmeister.html"],
	["Crew", "\shortMovieMeetTheCrew.html"],
	["Credits", "\shortMovieCredits.html"] //no comma following last entry!
]



var anylinkmenu5={divclass:'anylinkmenu', inlinestyle:'width:150px; background: #000000', linktarget:''} //Fith menu variable. Same precaution.
anylinkmenu5.items=[
	["Project Credits", "\credits.html"] //no comma following last entry!
]


var anylinkmenu6={divclass:'anylinkmenu', inlinestyle:'width:150px; background: #000000', linktarget:'_new'} //Sixth menu variable. Same precaution.
anylinkmenu6.items=[
	["Production Blog", "http://barriertv.blogspot.com/"] //no comma following last entry!
]