function obre_cuenta(pagina) {
	f_micuenta=window.open(pagina,'f_micuenta','width=680,height=400,top='+((screen.height-400)/2)+',left='+((screen.width-680)/2)+',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0');
	f_micuenta.focus()
}

function pop_garantias(pagina) {
	f_garanties = window.open(pagina,'f_garanties','width=400,height=300,top='+((screen.height-300)/2)+',left='+((screen.width-400)/2)+',toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0');
	f_garanties.focus();
}

function dnp() {
	finestra_dnp = window.open('index.asp?fuseaction=dnp', 'finestra_dnp', 'width=600,height=550');
	finestra_dnp.focus();
}
