// JavaScript Document
function menuOn(obj) {
	obj.off = obj.src;
	aux = obj.src;
	aux = aux.toString();
	aux = aux.split('.');
	obj.src = aux[0] + '_on.' + aux[1];
}

function menuOff(obj) {
	obj.src = obj.off;
}

function simulador(url) {
	ancho = 488;
	alto = 338;
	y = screen.height/2 - alto/2;
	x = screen.width/2 - ancho/2;
	window.open('simulador_'+url+'.htm', url, "width="+ancho+",height="+alto+",left="+x+",top="+y+",status=yes");
}

//****************************************************************************************************
//****************************************************************************************************
function abre_pop_up(ancho,alto,nombreventana,pagina,scrol) {
	anchoPantalla=(screen.width/2)-(ancho/2)
	altoPantalla=(screen.height/2)-(alto/2)
	var win= eval('window.open(""+pagina+"",""+nombreventana+"","width="+ancho+",height="+alto+",resizable=0,toolbar=0,location=0,directories=0,status=auto,menubar=0,scrollbars="+scrol+",left="+anchoPantalla+",top="+altoPantalla+",noresize")')
}	
			

//****************************************************************************************************
//****************************************************************************************************
function abre_aviso()
{
	abre_pop_up("800","600","aviso","aviso.htm","1")
}

function abre_lopd()
{
	abre_pop_up("800","500","lopd","lopd.htm","0")
}
function abre_lopd2()
{
	abre_pop_up("800","500","lopd","lopd2.htm","0")
}
function abre_quienes()
{
	abre_pop_up("800","500","quienes","quienes_somos.htm","0")
}

function abrir_simulador_prestamo()
{
	abre_pop_up("585","645","Simulador","https://www.banreservas.com.do/Recurso_Prestamos/SimuladorEURO/SimuladorEURO.asp","1")
}

function abrir_nomina_regalo()
{
	abre_pop_up("663","622","Domicilia_tu_nomina","popup_nomina.htm","0")
}

function abrir_set_bano()
{
	abre_pop_up("663","315","Domicilia_tu_nomina","popup_set_bano.htm","0")
}

function abrir_bases()
{
	abre_pop_up("585","645","Bases","bases.htm","1")
}

function abrir_marruecos_popup()
{
	abre_pop_up("695","645","Marruecos","popup_marruecos.htm","1")
}

function abrir_rumania_popup()
{
	abre_pop_up("680","645","Rumania","popup_rumania.htm","1")
}

function abrir_ecuador_popup()
{
	abre_pop_up("665","570","Ecuador","popup_ecuador.htm","0")
}

function abrir_hungria_popup()
{
	abre_pop_up("665","520","Hungria","popup_hungria.htm","0")
}

function abrir_dominicana_popup()
{
	abre_pop_up("680","645","Dominicana","popup_dominicana.htm","1")
}

function abrir_bulgaria_popup()
{
	abre_pop_up("680","645","Bulgaria","popup_bulgaria.htm","1")
}