document.title='Grupo San Rafael: '+document.title;

function cambiar(n){
document.images.imagen.src=imgs[n];
return true;
}

var img_src;
var img_name;
function boton_over(n,i){
o=eval('document.images.'+n);
img_name=n;
img_src=o.src;
o.src=i;
}

function boton_out(){
o=eval('document.images.'+img_name);
o.src=img_src;
}


function v_legal(){
	var w=window.open('/legal.php','aviso_legal','top=100,left=100,width=736,height=600,scrollbars=1');
	if(w) w.focus();
	return false;
}
