function EnviarAEnlace(){
     Enlace=window.open('','Enlace','width='+screen.width+',height='+(screen.height-60)+',scrollbars=yes,menubar=no,status=yes');
     window.document.FormDatos.screenheight.value=screen.height;
     window.document.FormDatos.screenwidth.value=screen.width;
     window.document.FormDatos.versionJavaScript.value=versionJavaScript;
     window.document.FormDatos.action='https://coltefin.coltefinanciera.com.co/Default.asp';
     window.document.FormDatos.target='Enlace';
     window.document.FormDatos.submit();
     Enlace.focus();
//     Enlace.moveTo(1,1);
     window.document.FormDatos.UserName.value="";
     window.document.FormDatos.Password.value="";
     }


function RegistrarenEnlace(){
   if(FrontPage_Form1_Validator(window.document.FrontPage_Form1)){
     Registro=window.open('','Registro','width=300,height=300,scrollbars=yes,menubar=no,status=yes');
     window.document.FrontPage_Form1.action='https://coltefin.coltefinanciera.com.co/ENL_RepHerramientasRegistro.asp';
     window.document.FrontPage_Form1.target='Registro';
     window.document.FrontPage_Form1.submit();
     Registro.focus();
    }
   }
   



