function animazione_home() {
	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='710' height='570'>");
	document.write("<param name='movie' value='img/home.swf'>");
	document.write("<param name='quality' value='high'>");
	document.write("<embed src='img/home.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='710' height='570'></embed>");
	document.write("</object>");
}

function animazione_scelta() {
	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='859' height='419'>");
	document.write("<param name='movie' value='../img/scelta.swf' />");
	document.write("<param name='quality' value='high' />");
	document.write("<embed src='../img/scelta.swf' width='859' height='419' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed>");
	document.write("</object>");
}

function animazione_menu_uomo() {
	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='818' height='120'>");
	document.write("<param name='movie' value='../img/menu-uomo.swf' />");
	document.write("<param name='quality' value='high' />");
	document.write("<embed src='../img/menu-uomo.swf' width='818' height='120' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed>");
	document.write("</object>");
}
		
function animazione_menu_donna() {
	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='818' height='121'>");
	document.write("<param name='movie' value='../img/menu-donna.swf' />");
	document.write("<param name='quality' value='high' />");
	document.write("<embed src='../img/menu-donna.swf' width='818' height='121' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash'></embed>");
	document.write("</object>");
}

function animazione_banner(file, w, h) {
	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='"+w+"' height='"+h+"'>");
	document.write("<param name='movie' value='../upload/banner/"+file+"'>");
	document.write("<param name='quality' value='high'>");
	document.write("<embed src='../upload/banner/"+file+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+w+"' height='"+h+"'></embed>");
	document.write("</object>");
}
