function crediti(){
    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="326" height="176">');
    document.write('<param name="movie" value="crediti.swf">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="crediti.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="326" height="176"></embed>');
    document.write('</object>');
}

function menu(Obj,vaiA){
    document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="780" HEIGHT="29" id="menuMovie">');
    document.write('<PARAM NAME="movie" VALUE="menu.swf">');
    document.write('<PARAM NAME="quality" VALUE="high">');
    document.write('<PARAM NAME="bgcolor" VALUE="#000000">');
    if (Obj=="FlashStatus") document.write('<PARAM NAME="FlashVars" VALUE="vaiA='+vaiA+'">');
    document.write('<EMBED src="menu.swf" quality="high"');
    if (Obj=="FlashStatus") document.write('FlashVars="vaiA='+vaiA+'"');
    document.write(' WIDTH="780" HEIGHT="29" name="menuMovie" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">');
    document.write('</EMBED>');
    document.write('</OBJECT>');
}
