var home={divclass:'mainmenu', inlinestyle:'', linktarget:''}
home.items=[
	["Vnav.com", "home.php"]
]

var services={divclass:'mainmenu', inlinestyle:'', linktarget:''}
services.items=[
	["Production", "production.php"],
	["Labor", "labor.php"],
	["Entertainment", "entertainment.php"]
]



var gallery={divclass:'mainmenu', inlinestyle:'', linktarget:''}
gallery.items=[
	["Shows Involved With", "gallery.php?table=shows_involved"],
	["Shows Produced", "gallery.php?table=shows_produced"],
	["The Show Setup", "gallery.php?table=show_setup"],
	["Other", "gallery.php?table=other"]
]



var contact={divclass:'mainmenu', inlinestyle:'', linktarget:''}
contact.items=[
	["Contact Info", "contact.php"],
	["Directors", "directors.php"]
]