function resizeSWF(nHeight) {
	nHeight += "px";
	if (BrowserDetect.browser != "Explorer") {
		var element = document.getElementById('embedKaliGallery');
		element.style.height = nHeight;
	}
	else window.document.flashKaliGallery.style.height = nHeight;
}
function objFlash(pagina, xml)
{
  var objeto = ' <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,18,0" width="670" height="500" id="flashKaliGallery">';
      objeto = objeto + '<param name="movie" value="'+pagina+'.swf" />';
      objeto = objeto + '<param name="quality" value="high" />';
      objeto = objeto + '<param name="wmode" value="transparent" />';
      objeto = objeto + '<param name="FlashVars" value="xmlUrl='+xml+'" />';
      objeto = objeto + '<embed id="embedKaliGallery" width="670" height="500" quality="high" name="flashKaliGallery" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" swLiveConnect="true" src="'+pagina+'.swf" FlashVars="xmlUrl='+xml+'" />';
      objeto = objeto + '</object>';
  document.getElementById('capa_auxiliar_fotogaleria_contenido_flash').innerHTML = objeto;	  
}
