function Intro() {
				document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="706" height="260">');
              document.write('<param name="movie" value="images/intro5.swf">');
             document.write(' <param name="quality" value="high">');
             document.write(' <embed src="images/intro5.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="706" height="260"></embed></object>');
}

function Intro_Condensed() {
				document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="464" height="258">');
              document.write('<param name="movie" value="images/intro_condensed.swf">');
             document.write(' <param name="quality" value="high">');
             document.write(' <embed src="images/intro_condensed.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="464" height="258"></embed></object>');
}

function music(track){
			document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"206\" height=\"74\">");
			document.write("<param name=\"MOVIE\" value=\"player.swf?url=" + track + "\">");
			document.write("<param name=\"LOOP\" value=\"false\">");
			document.write("<param name=\"PLAY\" value=\"true\">");
			document.write("<param name=\"BGCOLOR\" value=\"#FFFFFF\">");
			document.write("<embed src=\"player.swf?url=" + track + "\" width=\"206\" height=\"74\" loop=\"false\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" play=\"true\" bgcolor=\"#FFFFFF\"></embed>");
			document.write("</object>");
			}