
var michael={divclass:'anylinkmenu', inlinestyle:'width:150px', linktarget:''} //First menu variable. Make sure "michael" is a unique name!
michael.items=[
	["Photos", "photosofmichael.php"] //no comma following last entry!
]



var blog={divclass:'anylinkmenu', inlinestyle:'width:150px', linktarget:''} //Second menu variable. Same precaution.
blog.items=[
	["2010", "blog2010.php"],
	["2009", "blog2009.php"],
	["2008", "blog2008.php"],
	["2007", "blog2007.php"],
	["2006", "blog2006.php"] //no comma following last entry!
]



var photos={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //Third menu variable. Same precaution.
photos.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
photos.items=[
	["Friends", "photosoffriends.php"],
	["Natural", "photosofnature.php"],
	["Michael", "photosofmichael.php"],
	["Other", "photosedit.php"]//no comma following last entry!
]



var words={divclass:'anylinkmenu', inlinestyle:'width:150px', linktarget:''} //Second menu variable. Same precaution.
words.items=[
	["Psychology", "psychology.php"],
	["Politics", "politics.php"],
	["Songs", "songs.php"] //no comma following last entry!
]



var watch={divclass:'anylinkmenu', inlinestyle:'width:300px', linktarget:''} //Second menu variable. Same precaution.
watch.items=[
	["Team Awesome 3 - Second Trailor", "awesomethreeb.php"],
	["Team Awesome 3 - Trailor", "awesomethree.php"],
	["50th Trailor", "fiftieth.php"],
	["Team Awesome 2 - Trailor", "awesometwo.php"],
	["Movieing It 2", "whisper.php"],
	["Movieing It 1", "wakeup.php"] //no comma following last entry!
]


