//Colores para menu

fondo="#f4f4f4";

resalta="#e1e1e1";

pincha="#aaaaaa";



//Funciones generales

function change(obj,c)

{

	obj.style.background=c;

	obj.style.cursor="hand";

}



function abrir(ruta,ancho,alto,scrollbar)

{

var miventana;

posicion_x=5;

posicion_y=5;

miventana=open(ruta,"miventana","width="+ancho+",height="+alto+",menubar=0,toolbar=0,directories=0,scrollbars="+scrollbar+",resizable=0,left="+posicion_x+",top="+posicion_y+"");

}

//function validarEmail(valor) {

 // if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(valor)){

 //   return (true)

 // } else {

 //   return (false);

//  }

//}

