// JavaScript Document
function Testa()
{
	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="780" height="138" title="Testa">');
    document.write('<param name="movie" value="Flash/TestaRagnatela.swf">');
    document.write('<param name="quality" value="high"><param name="SCALE" value="exactfit">');
    document.write('<embed src="Flash/TestaRagnatela.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="138"></embed>');
    document.write('</object>');
}
function Gallery(NumFile,NomiFile)
{
	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="780" height="100" title="Gallery">');
    document.write('<param name="movie" value="Flash/GalleryFooter.swf?NF=' + NumFile + '&OF=' + NomiFile + '"">');
    document.write('<param name="quality" value="high"><param name="SCALE" value="exactfit">');
    document.write('<embed src="Flash/GalleryFooter.swf?NF=' + NumFile + '&OF=' + NomiFile + '"" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="100"></embed>');
    document.write('</object>');
}
function GalleryDx(NumFile,NomiFile)
{
	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="235" height="306" title="Gallery">');
    document.write('<param name="movie" value="Flash/Gallery.swf?NF=' + NumFile + '&OF=' + NomiFile + '"">');
    document.write('<param name="quality" value="high"><param name="SCALE" value="exactfit">');
    document.write('<embed src="Flash/Gallery.swf?NF=' + NumFile + '&OF=' + NomiFile + '"" width="235" height="306" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="exactfit"></embed>');
    document.write('</object>');
}
