/**
 * SWFObject v1.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for
 *   legal reasons.
 */

function redirectMain(content) {
	//This launches a new window and then
	//focuses it if window.focus() is supported.

	if (content == 'home')
	{	main.document.location = "./html/home.html";  }

	if (content == 'bio')
	{	main.document.location = "./html/bio.html";  }

	if (content == 'music')
	{	main.document.location = "./html/music.html";  }

	if (content == 'events')
	{	main.document.location = "./html/events.html";  }

	if (content == 'contact')
	{	main.document.location = "./html/contact.html";  }

	if (content == 'guestbook')
	{	main.document.location = "./php_guestbook/guestbook.html";  }

	if (content == 'store')
	{	
		window.open("http://www.cdbaby.com/cd/mingmusic","Gimme_Summer_Day","width=980,height=600,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes")
	}


}






