// JavaScript Document
function RunIndex()
{
    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="1000" height="360">\n');
    document.write('<param name="movie" value="index.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write(' <param name="wmode" value="transparent"> \n');
	document.write('<embed src="index.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="360"></embed>\n');
    document.write('</object>\n');
}

function RunAzienda()
{
    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="1000" height="360">\n');
    document.write('<param name="movie" value="azienda.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write(' <param name="wmode" value="transparent"> \n');
	document.write('<embed src="azienda.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="360"></embed>\n');
    document.write('</object>\n');
}

function RunMissione()
{
    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="1000" height="360">\n');
    document.write('<param name="movie" value="missione.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write(' <param name="wmode" value="transparent"> \n');
	document.write('<embed src="missione.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1000" height="360"></embed>\n');
    document.write('</object>\n');
}

function RunSound()
{
    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="100" height="20">\n');
    document.write('<param name="movie" value="sound.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<embed src="sound.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"  width="100" height="20"></embed>\n');
    document.write('</object>\n');
}


