// JavaScript Document

function swf_home() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="780" height="240">\n')
		document.write('<param name="movie" value="../swf/home.swf" />\n')
        document.write('<param name="quality" value="high" />\n')
		//document.write('<param name="wmode" value="transparent" />\n')
        document.write('<embed src="../swf/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="240"></embed>\n')
      document.write('</object>\n')
}

function swf_gruppo() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="170" height="110">\n')
		document.write('<param name="movie" value="../swf/gruppo.swf" />\n')
        document.write('<param name="quality" value="high" />\n')
		document.write('<param name="wmode" value="transparent" />\n')
        document.write('<embed src="../swf/gruppo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="110" wmode="transparent"></embed>\n')
      document.write('</object>\n')
}

function swf_gara() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="170" height="120">\n')
		document.write('<param name="movie" value="../swf/gara.swf" />\n')
        document.write('<param name="quality" value="high" />\n')
		document.write('<param name="wmode" value="transparent" />\n')
        document.write('<embed src="../swf/gara.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="120" wmode="transparent"></embed>\n')
      document.write('</object>\n')
}

function swf_regalo() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="170" height="130">\n')
		document.write('<param name="movie" value="../swf/regalo.swf" />\n')
        document.write('<param name="quality" value="high" />\n')
		document.write('<param name="wmode" value="transparent" />\n')
        document.write('<embed src="../swf/regalo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="130" wmode="transparent"></embed>\n')
      document.write('</object>\n')
}
