function flash(nome,wi,he,type) {
      document.write("<object type='"+type+"' data='"+nome+" 'width='"+wi+"' height='"+he+"' id='filmato'> ");
      document.write("<param name='movie' value='"+nome+"' /> ");
      document.write("<param name='quality' value='high' /><param name='wmode' value='transparent' /> ");
      document.write("</object>");
}
function video(nome,wi,he,type) {
      document.write("<embed src='"+nome+"' type='"+type+"' width='"+wi+"' height='"+he+"'>");
}
// application/x-shockwave-flash
// video/quicktime
