function flash(nome,wi,he) {
    document.write("<object type='application/x-shockwave-flash' 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 iframe(nome,wi,he){
    document.write("<iframe width='"+wi+"' height='"+he+"' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='"+nome+"'></iframe>");
}
