function entrar(src) {
	if (!src.contains(event.fromElement)) {
		//src.bgColor=color_entrada;
		src.style.backgroundImage='url(../img/fondo_menuOn.gif)';
		src.style.cursor="hand";
		//src.style.border = '#2e659a solid 0px';
		//src.style.color = '#2e659a';
		//src.style.color = color_entrada2;
	}

}
function salir(src) {
	if (!src.contains(event.toElement)) {
		//src.bgColor=color_default;
		src.style.backgroundImage='url(../img/fondo_menuOff.gif)';
		src.style.cursor="default";
		//src.style.border = '#2e659a solid 0px';
		//src.style.color = '#E8EAF0';
		//src.style.color = color_entrada2;
	}
}
function entrar2(src) {
	if (!src.contains(event.fromElement)) {
		//src.bgColor=color_entrada;
		src.style.backgroundImage='url(../img/fondo_catalogo.gif)';
		src.style.cursor="hand";
		//src.style.border = '#2e659a solid 0px';
		//src.style.color = '#2e659a';
		//src.style.color = color_entrada2;
	}

}
function salir2(src) {
	if (!src.contains(event.toElement)) {
		//src.bgColor=color_default;
		src.style.backgroundImage='';
		src.style.cursor="default";
		//src.style.border = '#2e659a solid 0px';
		//src.style.color = '#E8EAF0';
		//src.style.color = color_entrada2;
	}
}
function abajo(src,color_entrada1,color_entrada2) {
	if (!src.contains(event.fromElement)) {
		//src.bgColor=color_default;
		src.style.background=color_entrada1;
		src.style.cursor="hand";
		//src.style.border = '#2e659a solid 0px';
		//src.style.color = '#f7f3dd';
		src.style.color = color_entrada2;
	}
}
function pulsar(src) {
	//if(event.srcElement.tagName=='TD'){
		location.href=src
		//src.children.tags('A')[0].click();
	//}
}


//	function disableselect(e){
//	return false
//	}
//	
//	function reEnable(){
//	return true
//	}
//	
//	//if IE4+
//	document.onselectstart=new Function ("return false")
//	
//	//if NS6
//	if (window.sidebar){
//	document.onmousedown=disableselect
//	document.onclick=reEnable
//	}

function stattitle(texto){
	if (texto.length==0) texto="";
	self.status=texto;
	return(true);
	}
stattitle('Reyzabal');

