function CaricaProgressBar() {
    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="150" height="60">')
    document.write('<param name="movie" value="preload.swf">')
    document.write('<param name="quality" value="high">')
    document.write('<embed src="preload.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="60"></embed>')
    document.write('</object>')
}
function CaricaMenu(Pagina) {
    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="656" height="160" hspace="0" vspace="0">')
    document.write('<param name="movie" value="menu.swf?Pagina='+Pagina+'">')
    document.write('<param name="quality" value="high">')
    document.write('<param name=wmode VALUE=transparent>')
    document.write('<embed src="menu.swf?Pagina='+Pagina+'" width="656" height="160" hspace="0" vspace="0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>')
    document.write('</object>')
}
function mappa(){
	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="390" height="430">');
	document.write('<param name="movie" value="cartina.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" VALUE="transparent">');
	document.write('<embed src="cartina.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="390" height="430"></embed>');
	document.write('</object>');
}
function DivXPlayer(ContributoAvi) {
	document.write('<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="320" height="240" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">');
	document.write('<param name="src" value="'+ContributoAvi+'" />');
	document.write('<param name="autoplay" value="false" />');
	document.write('<embed type="video/divx" autoplay="false" src="'+ContributoAvi+'" width="320" height="240" pluginspage="http://go.divx.com/plugin/download/">');
	document.write('</embed>');
	document.write('</object>');
}
function ClipIntro() {
	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="1000" height="590">');
	document.write('<param name="movie" value="intro.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="intro.swf" width="1000" height="590" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">');
	document.write('</embed>');
 	document.write(' </object>');
}
