function actualizaLista(cual) {
	document.getElementById('listaElementos').className = cual;	
}

function actualizaPais(cual) {
	if (cual != 0)
		window.location.href = cual;
}

function ventana(index) {
	var param;
	if (index == 1) {
		param = 'privacidad.html'
		alto = 630;
	} else if (index == 2) {
		param = 'aviso.html'
		alto = 630;
	} else if (index==3) {
		param = 'seguridad_vial.html'
		alto = 360;
	}
	window.open(param,'','top=20,left=100,scrollbars=0,toolbars=0,width=714 height='+alto);
}

function abrePresentacion() {
	var ancho = screen.width;
	var alto = screen.height;
	var window_width = 800;
	var window_height = 600;
	var window_left = (ancho - window_width - 15) / 2;
	var window_top = (alto - window_height - 54) / 2;
	ventanaBanner = window.open("pelicula.html", "ventaBanner", "scrollbars=no,statusbar=no,width=" + window_width + ",height=" + window_height + ",top=" + window_top + ",screenY=" + window_top + ",left=" + window_left + ",screenX=" + window_left + "");
}

function abreBanner() {
	var ancho = screen.width;
	var alto = screen.height;
	var window_width = 750;
	var window_height = 550;
	var window_left = (ancho - window_width - 15) / 2;
	var window_top = (alto - window_height - 54) / 2;
	ventanaBanner2 = window.open("nuevosmercados/pymes/flash.html", "ventaBanner2", "scrollbars=no,statusbar=no,width=" + window_width + ",height=" + window_height + ",top=" + window_top + ",screenY=" + window_top + ",left=" + window_left + ",screenX=" + window_left + "");
}

function hazclick() {
		oas_rand=String(Math.random()).substr(2,10);
		cid='RMID';
		oid='';
		rev='';
		dsc='';
		document.write('<img SRC=http://adv.evolnetmedia.com/RealMedia/ads/track.ads/Evolnet_LeasePlan/D001/CID='+cid+'&OID='+oid+'&REV='+rev+'&DSC='+dsc+'/?1'+oas_rand+' BORDER=0 WIDTH=1 HEIGHT=1>') ;

}

function muestraOferta(cual) {
	if (cual.parentNode.getElementsByTagName('div')[0].style.display == 'block')
		cual.parentNode.getElementsByTagName('div')[0].style.display = 'none';
	else
		cual.parentNode.getElementsByTagName('div')[0].style.display = 'block';
}

var VIDEO_ALTA = '<object type="application/x-shockwave-flash" data="swf/2006alta/leasePlan_10.swf" width="720" height="620"><param name="movie" value="swf/2006alta/leasePlan_10.swf" /><param name="allowScriptAcess" value="sameDomain" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="FlashVars" value="playerMode=embedded" /></object>';
var VIDEO_BAJA = '<object type="application/x-shockwave-flash" data="swf/2006baja/leasePlan_10_pequeno.swf" width="360" height="330"><param name="movie" value="swf/2006baja/leasePlan_10_pequeno.swf" /><param name="allowScriptAcess" value="sameDomain" /><param name="quality" value="best" /><param name="bgcolor" value="#ffffff" /><param name="FlashVars" value="playerMode=embedded" /></object>';

function actualizaVideo2006(cual) {
	if (cual == 'alta')
		document.getElementById('video2006').innerHTML = VIDEO_ALTA;
	else if (cual == 'baja')
		document.getElementById('video2006').innerHTML = VIDEO_BAJA;
}