
function IncludeFlashVideo(percorso,w,h){

	CibecFunPulisci();
	var tmpString;
	tmpString = "";
	
	tmpString = tmpString + "<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='" + w + "' height='" + h+ "'>"
	
	tmpString = tmpString + " <param name='movie' value='" + percorso + "'>"
	
	tmpString = tmpString + "<param name=quality value=high>"
	
	tmpString = tmpString + "<param name=wmode value=transparent>"
	
	tmpString = tmpString + "<embed src='" + percorso + "' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash' width='" + w + "' height='" + h + "' wmode=transparent></embed>"
	
	tmpString = tmpString + "</object>"
	
	 document.getElementById("video").zIndex = 1;
	 document.getElementById("video").innerHTML = tmpString;
 
}

function IncludeFlashVideoChiudi(){
 	window.document.intervento.SetVariable("musicaA", "parti");
	document.getElementById("video").innerHTML = "";
	CibecFun();
}

function CibecFun(){

	var tmpString;
	tmpString = "";

	tmpString = tmpString + "<div style='position: absolute; width: 71px; height: 27px; z-index:0; background-color: #000000; layer-background-color: #000000; border: 1px none #000000;'>";
	tmpString = tmpString + "<a href='http://www.fincibec.it' target='_blank'>"
	tmpString = tmpString + "<img src='../images/home/entra.jpg' name='entra' id='entra' style='width: 71px; height: 27px; border:0;' /></a></div>"
	tmpString = tmpString + "<div id='cibec' style='position: absolute; width: 71px; height: 27px; z-index:10'>"
	tmpString = tmpString + "<a href='#' onmouseover='Javascript:Controlla();' >";
	tmpString = tmpString + "<img src='../images/home/Cibec.jpg' style='width: 71px; height: 27px; border:0' /></a>";
	tmpString = tmpString + "</div>"
	
	document.getElementById("CibecDiv").zIndex = 3;
	document.getElementById("CibecDiv").innerHTML = tmpString;

}
function CibecFunPulisci(){

	var tmpString;
	tmpString = "";
	
	document.getElementById("CibecDiv").zIndex = 3;
	document.getElementById("CibecDiv").innerHTML = tmpString;

}


