// JavaScript Document

function Abrir_enc(el_url,alto) { 
var especificaciones=("top=0, left=0, toolbar=no,location=no, status=no,menubar=no,scrollbars=yes, resizable=no, width=500,height="+alto); 
var titulo="Titulo"
window.open(el_url,titulo,especificaciones); 
}
function cca(src) { 
	 	src.bgColor="#DFDFD0";src.style.cursor="hand";		 
} 
function ccs(src) { 
	 	src.bgColor="#E6E7E8";src.style.cursor="defoult";		 
} 
function red(val)
	 {
  		pop = window.open('pop_up.htm','','toolbar=0,directories=no,scrollbars=no,height=320,width=380,resizable=no,Top=100,Left=170');
  		}
function gale_cca(src) { 
	 	src.bgColor="#DBDBDB";src.style.cursor="hand";		 
} 
function gale_ccs(src) { 
	 	src.bgColor="#E6E6E6";src.style.cursor="defoult";		 
}