
		var ventanaAbierta=true;
		var idTimeOut;
		pulsado=0;
		url="https://www.bbvanet.com.co/bbvaco/portalnetco/portalbbvanet.html";
		titulo="COMFAMA net Medellín - Colombia";

		NS=(navigator.appName=="Netscape")?true:false;
		DOM=(document.getElementById)?true:false;
		IE4=(document.all)? true:false;
		Mozilla=(window.navigator.userAgent.indexOf("Gecko")>1)? true:false
		if (NS){
			document.captureEvents(Event.KEYUP);
			document.onKeyUp=cuenta
		}
		
		var cargandoC="<br><div align='center'><strong><font color='#18188C'><font size='+1'>CARGANDO CONTENIDOS</font></font></strong></div>"
		
		function AbrirVentana(url,poswidth,posheigth) {
			(NS)? PosX="screenX=" : PosX="left=";
			(NS)? PosY=",screenY=" : PosY=",top=";
			factorancho=parseInt((poswidth/10)+0.5);
			factoralto=parseInt((posheigth/10)+0.5);
			var alto=100+factoralto;
			var ancho=100+factorancho;
			var CVentana='ventana=window.open("","","'+PosX+parseInt((screen.width - poswidth)/2)+PosY+parseInt((screen.height - posheigth)/2)+',toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width='+ancho+',height='+alto+'")';
			eval(CVentana);
			ventana.document.write(cargandoC)
			do{
				((ancho+factorancho)<poswidth) ? ancho=ancho+factorancho: ancho=poswidth;
				((alto+factoralto)<posheigth) ? alto=alto+factoralto: alto=posheigth;
				ventana.resizeTo(ancho,alto)
			}
			while ((ancho<poswidth) || (alto<posheigth))
			ventana.location=url
		}
		
		function replaceCaracter(texto)
		{
			var myNewString = texto.replace("<", "[");
			myNewString = texto.replace(">", "]");			
		}
