function opnBonos () {
	window.open('bonos.asp','Bonos','menubar=no,location=no,resizable=no,scrollbars=yes,titlebar=no,toolbar=no,width=570,height=400,left=420,top=5,screenx=470,screeny=5');
	return false;
}

function opnUltimoBalance ()
{
	document.location.href='/Research/BalancesContables/BalancesCompletos.asp';
	adPopUp=window.open('/Research/BalancesContables/UltimosBalances.asp','UltimoBalance','menubar=no,location=no,resizable=no,scrollbars=yes,titlebar=no,toolbar=no,width=630,height=570,left=300,top=5,screenx=200,screeny=5');
	adPopUp.focus();

	return false;

}