	function draw_menu(home)
	{
	if ( home == 1 )
	{
	document.writeln('<a href="/index.html">Home</a>');
	}
	document.writeln('<a href="/season.html">' + perfyear + ' Season</a>');
	document.writeln('<a href="/tickets.html">Tickets</a>');
//	document.writeln('<a href="/workshop.html">Summer Workshop</a>');
	document.writeln('<a href="/volunteer.html">Get Involved</a>');
	document.writeln('<a href="/directions.html">Directions</a>');
	document.writeln('<a href="http://cressonlake.blogspot.com/">Blog</a>');
	document.writeln('<a href="/Gallery/">Photo Gallery</a>');
	document.writeln('<a href="/contact.html">Contact Information</a>');
	}