function writeFlash(nomefile,width,height,bgcolor,flashvars) {
	var version = "7,0,0,0";
	var theCode;
		
	theCode=('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+ width +'" height="'+ height+'" align="top">');
	theCode= theCode+ ('<param name="allowScriptAccess" value="sameDomain" />');
        theCode= theCode+ ('<param name="movie" value="' + nomefile + '" />');
        theCode= theCode+ ('<param name="quality" value="high" />');
        theCode= theCode+ ('<param name="scale" value="noscale" />');
        theCode= theCode+ ('<param name="salign" value="lt" />');
        theCode= theCode+ ('<param name="wmode" value="transparent" />');
        theCode= theCode+ ('<param name="bgcolor" value="#' + bgcolor + '" />');
        theCode= theCode+ ('<param name="flashvars" value="'+ flashvars +'">');
	theCode= theCode+ ('<embed src="' + nomefile + '" FlashVars="'+ flashvars + '" quality="high" scale="noscale" salign="lt" wmode="transparent" bgcolor="#' + bgcolor + '" width="' + width + '" height="' + height + '" align="top" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" /></object>');
        document.write(theCode);
}

function writeFlashMenu(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="525"><param name="movie" value="top.swf" /><param name="quality" value="high" /><embed src="top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="525"></embed></object>');
}


function writeFlashMenuCamp(){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="525"><param name="movie" value="topCampeggi.swf" /><param name="quality" value="high" /><embed src="topCampeggi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="525"></embed></object>');
}
