<!--

function saberPosision(){

	direccionActual = location.href;

	buscarResultado = String(direccionActual).indexOf("STAGING");
	buscarResultado2 = String(direccionActual).indexOf("WORKAREA");

	if(buscarResultado == -1 && buscarResultado2 == -1){
		result = "/argentina";
		return result;
	}else{
		result = "";
		return result;
	}
}

function NoBanking(){


	var reemPop = saberPosision() + '/homepage/spanish/popup/reempop.htm';

	window.open(reemPop,'NuevoCB','width=377, height=240, top=0, left=0, resizable=yes');


	
	
//	parent.location = saberPosision() + '/homepage/spanish/misc/tandc.htm';
	
/*

	var loc = 'homepage/spanish/popup/nobank.htm';
	var loc2 = 'homepage/spanish/popup/popupda.htm';
	var loc1 = 'homepage/spanish/popup/popupda1.htm';
	var ancho = '610';
	var alto = '360';
	pais = 'argentina';

	if (String(location.href).indexOf('WORKAREA')!=-1 || String(location.href).indexOf('STAGING')!=-1){loc = '/'+loc;}
	else {loc = '/'+pais+'/'+loc;}

	//eval("window.open(loc,'PopNoBanking','width="+ancho+",height="+alto+",top=20,scrollbars=yes,resizable=yes')");
	//eval("window.open(loc,'PopNoBanking','width="+ancho+",height="+alto+",top=20')");



	var now=new Date();
	var day=now.getDate();
	var month=now.getMonth()+1;
	var year=now.getYear();
	var hora = now.getHours();

	if(navigator.appName=='Netscape'){year = year+1900;}

	if(month < 10){month = 0 +""+ month;}
	if(day < 10){day = 0 +""+ day;}
	if(hora < 10){hora = 0 +""+ hora;}

	// RECORDAR QUE LAS FECHAS VAN CON ESTE FORMATO YYYYMMDDHH SI ALGUN DATO ES MENOR A 10 AGREGARLE EL "0" ANTES EJ: mes=5->mes=05

	var fechacomienzo = 2004070516;
	var fechafinal = 2004070519;

	var fechaactual = year +""+ month +""+ day +""+ hora;

	if(fechaactual >= fechacomienzo && fechaactual < fechafinal){
		OpenPop('homepage/spanish/popup/nobank.htm','590','320','top','left','','Comunicado');;
	}
	else{
	parent.location = 'http://www.citibankonline.com.ar/';
	}

*/
}
//-->