function ComingSoon()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="300" title="Coming soon">\n')
	document.write('<param name="movie" value="Flash/ComingSoon.swf">\n')
	document.write('<param name="quality" value="high">\n')
	document.write('<embed src="Flash/ComingSoon.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="300"></embed>\n')
	document.write('</object>\n')
};

function Ombre()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="350" height="320" title="Ombre">\n')
	document.write('<param name="movie" value="Flash/Ombre.swf">\n')
	document.write('<param name="quality" value="high">\n')
	document.write('<embed src="Flash/Ombre.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="350" height="320"></embed>\n')
	document.write('</object>\n')
};

function art(idColl,width,height)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '" title="Collezioni">\n')
	document.write('<param name="movie" value="Flash/iTunesAlbumArt.swf?idColl=' + idColl + '">\n')
	document.write('<param name="idColl" value="' + idColl + '">\n')
	document.write('<param name="quality" value="high">\n')	
	document.write('<embed src="Flash/iTunesAlbumArt.swf?idColl=' + idColl + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>\n')
	document.write('</object>\n')
};

function flashSingle(idImg)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="372" height="560" title="Collezioni">\n')
	document.write('<param name="movie" value="Flash/imgFlashSingle.swf?idImage=' + idImg + '">\n')
	document.write('<param name="idImage" value="' + idImg + '">\n')
	document.write('<param name="quality" value="high">\n')	
	document.write('<param name="wmode" value="transparent">\n')		
	document.write('<embed src="Flash/imgFlashSingle.swf?idImage=' + idImg + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="372" height="560"></embed>\n')
	document.write('</object>\n')
};

function flashSlide(codPage,isRnd)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="372" height="560" title="Collezioni">\n')
	document.write('<param name="movie" value="Flash/slideShow.swf?codicePagina=' + codPage + '&isRnd=' + isRnd + '">\n')
	document.write('<param name="codicePagina" value="' + codPage + '">\n')
	document.write('<param name="isRnd" value="' + isRnd + '">\n')
	document.write('<param name="quality" value="high">\n')	
	document.write('<param name="wmode" value="transparent">\n')		
	document.write('<embed src="Flash/slideShow.swf?codicePagina=' + codPage + '&isRnd=' + isRnd + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="372" height="560"></embed>\n')
	document.write('</object>\n')
};

function Mappamondo(width,height)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '" title="Mappamondo">\n')
	document.write('<param name="movie" value="Flash/Mappamondo.swf">\n')
	document.write('<param name="quality" value="high">\n')	
    document.write('<param name="wmode" value="transparent">\n')
	document.write('<embed src="Flash/Mappamondo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>\n')
	document.write('</object>\n')
};

function MediaPlayer(Video)
{
    document.write('<OBJECT ID="mediaPlayer" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" STANDBY="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject" width="704" height="576">\n')
    document.write('<PARAM NAME="fileName" VALUE="Movies/'+Video+'"\n')
    document.write('<PARAM NAME="animationatStart" VALUE="true">\n')
    document.write('<PARAM NAME="transparentatStart" VALUE="true">\n')
    document.write('<PARAM NAME="autoStart" VALUE="true">\n')
    document.write('<PARAM NAME="showControls" VALUE="true">\n')
    document.write('</OBJECT>\n')
}