function attivaSWF(flashcontent, lang, eb, flashvarsget) {

	var html = '' ;
	if (document.all) {
		html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="mswf" align="middle">' ;
		html += '<param name="allowScriptAccess" value="sameDomain" />' ;
		html += '<param name="movie" value="loader2.swf?lc='+flashcontent+'&lang='+lang+'&eb='+eb+flashvarsget+'" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="wmode" value="transparent" />' ;
		html += '</object>' ;
	} else {
		html += '<object id="mswf" data="loader2.swf?lc='+flashcontent+'&lang='+lang+'&eb='+eb+flashvarsget+'"  type="application/x-shockwave-flash" width="100%" height="100%" >' ;
		html += '<param name="movie" value="loader2.swf?lc='+flashcontent+'&lang='+lang+'&eb='+eb+flashvarsget+'" />' ;
		html += '<param name="loop" value="false" />' ;
		html += '<param name="menu" value="false" />' ;
		html += '<param name="quality" value="high" />' ;
		html += '<param name="scale" value="noscale" />' ;
		html += '<param name="wmode" value="transparent" />' ;
		html += '</object>' ;
	}
	document.getElementById ("swfcontainer").innerHTML = html ;
}

function attivaSWFRIS(flashcontent, lang, eb, flashvarsget) {

	var html = '' ;
	if (document.all) {
		html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="mswf" align="middle">' ;
		html += '<param name="allowScriptAccess" value="sameDomain" />' ;
		html += '<param name="movie" value="loader2-riserva.swf?lc='+flashcontent+'&lang='+lang+'&eb='+eb+flashvarsget+'" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="wmode" value="transparent" />' ;
		html += '</object>' ;
	} else {
		html += '<object id="mswf" data="loader2-riserva.swf?lc='+flashcontent+'&lang='+lang+'&eb='+eb+flashvarsget+'"  type="application/x-shockwave-flash" width="100%" height="100%" >' ;
		html += '<param name="movie" value="loader2-riserva.swf?lc='+flashcontent+'&lang='+lang+'&eb='+eb+flashvarsget+'" />' ;
		html += '<param name="loop" value="false" />' ;
		html += '<param name="menu" value="false" />' ;
		html += '<param name="quality" value="high" />' ;
		html += '<param name="scale" value="noscale" />' ;
		html += '<param name="wmode" value="transparent" />' ;
		html += '</object>' ;
	}
	document.getElementById ("swfcontainer").innerHTML = html ;
}


function attivaSWFIntro() {

	var html = '' ;
	if (document.all) {
		html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="iswf" align="top">' ;
		html += '<param name="allowScriptAccess" value="sameDomain" />' ;
		html += '<param name="movie" value="intro.swf" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="wmode" value="transparent" />' ;
		html += '</object>' ;
	} else {
		html += '<object id="iswf" data="intro.swf"  type="application/x-shockwave-flash" width="100%" height="100%" >' ;
		html += '<param name="movie" value="intro.swf" />' ;
		html += '<param name="loop" value="false" />' ;
		html += '<param name="menu" value="false" />' ;
		html += '<param name="quality" value="high" />' ;
		html += '<param name="scale" value="noscale" />' ;
		html += '<param name="wmode" value="transparent" />' ;
		html += '</object>' ;
	}
	document.getElementById ("swfcontainer").innerHTML = html ;

}


function attivaSWFDEIntro() {

	var html = '' ;
	if (document.all) {
		html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="iswf" align="top">' ;
		html += '<param name="allowScriptAccess" value="sameDomain" />' ;
		html += '<param name="movie" value="introde.swf" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="wmode" value="transparent" />' ;
		html += '</object>' ;
	} else {
		html += '<object id="iswf" data="introde.swf"  type="application/x-shockwave-flash" width="100%" height="100%" >' ;
		html += '<param name="movie" value="introde.swf" />' ;
		html += '<param name="loop" value="false" />' ;
		html += '<param name="menu" value="false" />' ;
		html += '<param name="quality" value="high" />' ;
		html += '<param name="scale" value="noscale" />' ;
		html += '<param name="wmode" value="transparent" />' ;
		html += '</object>' ;
	}
	document.getElementById ("swfcontainer").innerHTML = html ;

}