function writeFlashObject($location, $width, $height)
{
	document.writeln('<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\"' + $width + '\" height=\"' + $height + '\" id=\"musicFlash\" align=\"middle\">');
	document.writeln('<param name=\"movie\" value=\"' + $location + '\" />');
	document.writeln('<param name=\"quality\" value=\"high\" />');
	document.writeln('<embed src=\"' + $location + '\" quality=\"high\" width=\"' + $width + '\" height=\"' + $height + '\" name=\"musicFlash\" align="middle" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />');
	document.writeln('</object>');
}

function loadTeamFlash()
{
	parent.parent.frames[1].location.href = '../music_team.html';

}


function stopFlash()
{
	parent.parent.frames[1].location.href = '../music_webcommercial.html';

}


function startFlash()
{
	parent.parent.frames[1].location.href = '../music_loop.html';

}
