// JavaScript Document

function flashMovie(name){
	if(navigator.appName.indexOf("Microsoft") != -1){
		return window[name];
	}else{
		return document[name];
	}
}
function callASfunction(rutaXML){					
		rutaXML='/deployedfiles/microbank/Estaticos/Flash/unmicrocreditodeexito/'+rutaXML+'.xml';
if ( $.browser.msie ) {
            Ident = $('.flashcontentvid object').attr('id');
} else {
            Ident = $('.flashcontentvid embed').attr('id');
} 

		flashMovie(Ident).changeXML(rutaXML);
		flashOn = false;	
}

var flashOn = false;

function resizeDivFlash(ancho, alto){
	if (flashOn ==false){
		flashOn = true;
            alto=46;
		$('#home').prepend("<div id='fondoHome' class='transparent'></div>");
		$(".container").animate({
		'height':"46em" 
		}, 1000, "" , "" );
		$("#home1.minisite").css('height','49em');
		$("#subhome_exito_accesible").css('height','49em');
	}else{
		if (flashOn == true){
				flashOn = false;
				var navegador = navigator.appName;				
			$(".container").animate({
			'height':"38em"
			}, 1000, "" , "" );
                 $("#home1.minisite").css('height','43em');
                 $("#subhome_exito_accesible").css('height','43em');
			$("#fondoHome").remove();
				
		}
	}
}
function activar(foto, total){
	foto = foto - 1;
	$('#mid #subhome_exito ul li').removeClass('selected');
	$('#mid #subhome_exito ul li').eq(foto).addClass('selected');	
}

