function InsertMenu()
{
  document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" \n');
  document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" \n');
  document.write(' WIDTH="100" HEIGHT="250" id="menu" ALIGN=""> \n');
  document.write('<PARAM NAME=movie VALUE="flash_menu.swf"> \n');
  document.write('<PARAM NAME=menu VALUE=false> \n');
  document.write('<PARAM NAME=loop VALUE=true> \n');
  document.write('<PARAM NAME=quality VALUE=high> \n');
  document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF> \n');
  document.write('<EMBED src="flash_menu.swf" menu=false quality=high bgcolor=#FFFFFF \n');
  document.write(' WIDTH="100" HEIGHT="250" NAME="evasic menu" ALIGN="" \n');
  document.write(' TYPE="application/x-shockwave-flash" \n');
  document.write(' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> \n');
  document.write(' </EMBED></OBJECT> \n');
}


function InsertSplash()
{
  document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" \n');
  document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" \n');
  document.write(' WIDTH="590" HEIGHT="190" id="splash" ALIGN=""> \n');
  document.write('<PARAM NAME=movie VALUE="flash_splash.swf"> \n');
  document.write('<PARAM NAME=menu VALUE=false>\n');
  document.write('<PARAM NAME=loop VALUE=false> \n');
  document.write('<PARAM NAME=quality VALUE=high> \n');
  document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF> \n');
  document.write('<EMBED src="flash_splash.swf" menu=false quality=high bgcolor=#FFFFFF \n');
  document.write(' WIDTH="590" HEIGHT="190" NAME="splash" ALIGN="" \n');
  document.write(' TYPE="application/x-shockwave-flash" \n');
  document.write(' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> \n');
  document.write(' </EMBED></OBJECT> \n');
}


function InsertEmail(name)
{
	if(name=='band')
		document.write('<a href="mailto:band@evasic.com">band@evasic.com</a>');

	else if(name=='booking')
		document.write('<a href="mailto:booking@evasic.com">booking@evasic.com</a>');

	else if(name=='contact')
		document.write('<a href="mailto:contact@evasic.com">contact@evasic.com</a>');

	else if(name=='webmaster')
		document.write('<a href="mailto:webmaster@evasic.com">webmaster@evasic.com</a>');

	else if(name=='bill')
		document.write('<a href="mailto:bill@evasic.com">bill@evasic.com</a>');

	else if(name=='drew')
		document.write('<a href="mailto:drew@evasic.com">drew@evasic.com</a>');

	else if(name=='josh')
		document.write('<a href="mailto:josh@evasic.com">josh@evasic.com</a>');

	else if(name=='kasey')
		document.write('<a href="mailto:kasey@evasic.com">kasey@evasic.com</a>');

	else if(name=='nate')
		document.write('<a href="mailto:nate@evasic.com">nate@evasic.com</a>');

	else
		document.write('<a href="mailto:contact@evasic.com">contact@evasic.com</a>');

}

