var estado = "global"; 
var estado=70;
var estado3 = "global"; 
var estado3=70;
var menuv; 
var estadosup = "global"; 

function ContactUs(){
	ventana('ContactUs.aspx',510,420,430,440,'contact');
}

function Upper(control)
{
	control.value = control.value.toUpperCase();
}

function CambiarColor(nColor){
  //var imgSrc = "images/" + modelo + nColor + ".jpg";
  var imgsrc = "img" + modelo + nColor;
  cmd = "document.carrocolorido.src = " + imgsrc + ".src";
  eval(cmd);
  //alert(document.carrocolorido.src);
}

function eForm(){
	ventana('eform.htm?origen=SITE&NroMotivo=9',510,420,430,440,'alfa')	
}

function Verano(){
  window.open('verano/verano.htm','verano','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=750,height=500,top=10,left=20');
}

function StartHomeBank() {
	window.open('https://www.bnl.com.ar/eBanking','cabezas','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=770,height=520,top=10,left=35');
}

function Afiche() {
	window.open('Afiche.htm','Afiche','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=700,height=500,top=10,left=20');
}

function Fiat() {
	window.open('fiat/frames.htm','fiat','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=750,height=500,top=10,left=20');
}

function Canje() {
	window.open('canje.htm','canje','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=770,height=500,top=10,left=10');
}

function Cedros() {
	window.open('cedros.htm','cedros','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=770,height=570,top=5,left=5');
}

function Investire() {
	window.open('investire.htm','investire','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=770,height=530,top=5,left=5');
}

function Start3PG() {
	window.open('https://www.bnl.com.ar/ebanking/default.asp?3pg=1','cabezas','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=750,height=520,top=10,left=35');
}

function StartInmob() {
	window.open('http://www.bnl.com.ar/inmopub','cabezas','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=720,height=520,top=10,left=35');
}

function MM_swapImgRestore() { //v3.0
	var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function cambio(x,y){
	if (x != estado){
		document.images[x].src="images/" + y + ".gif";
	}
}

function cambio2(s,z){
	if (s != estadosup){
		document.images[s].src="images/" + z + ".gif";
	}
}

function ventana(a,b,c,d,e,f){window.open(a,f,"width="+b+",height="+c+",outerwidth="+d+",outerheight="+e);}

function barrido(f,h){
	estado = f;
	cambio(7,"mi_6");
	cambio(8,"mi_7_c");
	cambio(10,"mi_8");
	cambio(11,"mi_9");
	cambio(12,"mi_10");
	cambio(13,"mi_11");
	cambio(14,"mi_12");
	cambio(15,"mi_12c");
	cambio(f,h);
}

function barrido2(v,b){
	estadosup = v;
	cambio2(1,"home");
	cambio2(2,"prod_serv");
	cambio2(3,"empresas");
	cambio2(4,"inversiones");
	cambio2(5,"banca");
//	cambio2(6,"inmob");
	cambio2(6,"rrhh");
	cambio2(7,"ebanking");
	cambio2(v,b);
}

function menu(a){window.open(a,lsb)}

function barrido3(f,h){estado=f;cambio(16,"mi_18");cambio(16,"debimatic3");cambio(18,"pas");cambio(f,h);}

function barrido4(f,h){estado=f;cambio(10,"mi_14");cambio(13,"terreno");cambio(15,"pronto");cambio(17,"0km");cambio(f,h);}

function barrido5(f,h){estado=f;cambio(13,"mi_15");cambio(13,"fondos");
//cambio(18,"renta");
cambio(15,"titulos");cambio(17,"pfijos");cambio(f,h);}

function barrido6(f,h){estado=f;cambio(4,"acceso");cambio(6,"integral");cambio(8,"control");cambio(f,h);}

function barrido7(f,h){estado=f;cambio(1,"sueldos");cambio(4,"proveed");cambio(7,"rec_elect");cambio(10,"valcobro");cambio(13,"admcheques");cambio(16,"servtec");cambio(19,"comex");cambio(22,"leasing");cambio(25,"credflex");cambio(f,h);}

function cotizador(){window.open('http://www.bnl.com.ar/CotizadorPrestamos/default.htm','CotizadorPrestamos','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=720,height=520,top=10,left=35')}

function pop(a,b){window.open(a,b,"width=590,height=350,outerwidth=590,outerheight=350,top=50,left=50,");}


function newcambio(itemName, imgName, imgSrc){
	if (document.all){
		if (document[imgName]){
			document[imgName].src = "images/" + imgSrc + ".gif";
		}
	} else {
		if (document.layers) { 
			if (document[itemName] && document[itemName].document[imgName]) {
				document[itemName].document[imgName].src = "images/" + imgSrc + ".gif";
			}
		}
	}
}

var isIE5;
var MSIEIndex = navigator.userAgent.indexOf("MSIE");
if (navigator.userAgent.indexOf("MSIE") == -1 ||
	navigator.userAgent.indexOf("Windows") == -1 || 
	navigator.userAgent.substring((MSIEIndex + 5),(MSIEIndex + 6)) < 5){
		isIE5 = false;
	}
else isIE5 = true;

function printFrame(oFrame){
  oFrame.focus();
  printit(oFrame);
}

function Imprimir(){
	WebBrowser1.ExecWB(6, 2);
}

bPrint = false;

function printit(oFrame){
	if (navigator.appName == "Netscape"){
	    oFrame.print();
	}else{
		if (isIE5){
		  oFrame.print();
		}else{
		  if (!bPrint){
		  	var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
		  	document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
		    	bPrint = true;
		  	setTimeout("Imprimir()",1000);
		  }
    } 
	}
}


