<!--
function abrirvent(url,alto,ancho) {
	window.open(url,"_blank","width="+ancho+",height="+alto+",resize=no,location=no,scrollbars=1","")
}

function mOvrTop(o,g,c) {
	o.style.backgroundColor=c;
	window.status=g
}

function mOutTop(o,c) {
	o.style.backgroundColor=c;
	window.status=''
}

//-->
