

function xFlash(secc, subsecc){
	seccion=secc+","+subsecc;
	var ieVer=/*@cc_on function(){ switch(@_jscript_version){ case 1.0:return 3; case 3.0:return 4; case 5.0:return 5; case 5.1:return 5; case 5.5:return 5.5; case 5.6:return 6; case 5.7:return 7; case 5.8:return 8; }}()||@*/0;
	if(/MSIE 6.0/i.test(navigator.userAgent)) {ieVer=6;}
	if(navigator.appName=="Microsoft Internet Explorer" && ieVer<8){
		document.write('<div id="menuFlashExplorer">')
	}
	else{
		document.write('<div id="menuFlash">')
	}
	
	
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', '100%',
			'height', '100%',
			'src', 'flash/menu',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'FlashVars', 'seccDefecto='+seccion,
			'devicefont', 'false',
			'id', 'menuFlashSwf',
			'bgcolor', '#ff0000',
			'name', 'menuFlashSwf',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'flash/menu',
			'salign', ''
			); //end AC code
	}
	//alert(document.getElementById("menuFlashExplorer").style.zIndex)
	//document.getElementById("menuFlashExplorer").style.zIndex=100000;
	//document.getElementById("menuFlash").style.zIndex=100000;
	//alert(document.getElementById("menuFlashExplorer").style.zIndex)
}

function cargaFlash(nombreSWF, nombreObj, ancho, alto){
	AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', ancho,
			'height', alto,
			'src', 'flash/'+nombreSWF,
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', nombreObj,
			'name', nombreObj,
			 nombreSWF, 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'flash/'+nombreSWF,
			'salign', ''
			); //end AC code
}

function setFH(h){
	if(document.getElementById("menuFlash")){
		var fl = document.getElementById("menuFlash");
	}
	else{
		var fl = document.getElementById("menuFlashExplorer");
	}
	//alert("tamañoIni="+fl.style.height)
	fl.style.height=(121+h)+"px";
	//fl.style.height=(121+h)+"px";
	fl.style.zIndex=100;
	//alert("tamañoFin="+fl.style.height)
	//document.getElementById("menuFlash").style.height=200;
	//alert(document.getElementById("menuFlash").style.height)
}