var MENU_ITEMS = [
['home', 'home.php', null],

//['coming soon', null, null
//	,['what a wonderful world', 'what_a_wonderful_world.php', null]
//]

['shows', null, null
	,['tom thumb', 'tom_thumb.php', null]
	,['the fish\'s wishes', 'fishs_wishes.php', null]
	,['watch the birdy', 'watch_the_birdy.php', null]
	,['egg &amp; spoon', 'egg_and_spoon.php', null]
	,['the dust man', 'dustman.php', null]
	,['hansel &amp; gretel', 'hanselgretel.php', null]
	,['circus minimus', 'circus_minimus.php', null]
	,['what a wonderful world','what_a_wonderful_world.php', null]
]

,['touring schedule', 'tourschedule.php', null
]

,['coming soon', 'comingsoon.php', null]


,['media', null, null
	,['photos', 'lyngo_media_photos.php', null]
	,['audio', 'lyngo_media_audio.php', null]
	,['video', 'lyngo_media_video.php', null]
]
,['publicity', null, null
	,['brochure copy', 'lyngo_publicity_copy.php', null]
	,['images for print', 'lyngo_publicity_images.php', null]
	,['audience comments', 'lyngo_publicity_comments.php', null]
	,['reviews', 'lyngo_publicity_reviews.php', null]
]

,['tech specs', 'techspecs.php', null
]

,['about us', 'about.php', null]

,['contact us', 'contact.php', null]

]

MENU_POS[0].block_top=getRef('dropmenuposabs').offsetTop;
MENU_POS[0].block_left=getRef('dropmenuposabs').offsetLeft;
new menu (MENU_ITEMS, MENU_POS);
