function MioMovie(sswf){
	document.write('<object classid="clsid:ecc.ecc." width="466" height="250">\n');
	document.write('<param name="movie" value="' + sswf + '" />\n');
	document.write('<param name=quality value=high />\n');
	document.write('<embed src="' + sswf + '" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="466" height="250">')
	document.write('</object>\n');
}
function MioMovieDim(sswf,alte,larg){
	document.write('<object classid="clsid:ecc.ecc." width="' + larg + '" height="' + alte + '">\n');
	document.write('<param name="movie" value="' + sswf + '" />\n');
	document.write('<param name=quality value=high />\n');
	document.write('<embed src="' + sswf + '" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="' + larg + '" height="' + alte + '">')
	document.write('</object>\n');
}
