d=document

function carga() {
  if(d.images){
  	if(!d.CC_p) d.CC_p=new Array();
    	var i,j=d.CC_p.length,a=carga.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.CC_p[j]=new Image; d.CC_p[j++].src=a[i];}}
}

function maxi(capa){
d.getElementById(capa).style.height = (d.documentElement.clientHeight + 5) + 'px'
}


function sede(sede,posicion){
posicion='-'+posicion+'px'
$('#' + sede).css('background', 'url(img/navegacion/sedes.png) no-repeat 0 ' + posicion);
$('div#sedes').css("display", "none");
$('div#sede' + sede).css("display", "block")
}



function base(sede){
	$('#' + sede).css('background', 'url(img/navegacion/200.gif)');	
	$('div#sede' + sede).css("display", "none")
	$('div#sedes').css('display', 'block')
	}








function correo(rec){

switch (rec){ 
case 'mad' : 
dir='fernando';
break; 
case 'car' :
dir='tulio'; 
break;
case 'bog' :
dir='marta'; 
break;
case 'bel' :
dir='helder'; 
break;
case 'bue' :
dir='alberto'; 
break;
}

window.location.href="mailto:"+dir+"@consultoresculturales.com"
	}
