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 EnviarACorreo(){
     Enlace=window.open('https://coltefin.coltefinanciera.com.co/Exchange','Coltefinanciera S.A.','width='+screen.width+',height='+(screen.height-60)+',scrollbars=yes,menubar=no,status=yes');
     //Enlace.focus();
     }


function Mensaje(){
     Mensaje=window.open('centrales_riesgo.html','Mensaje','width='+screen.width+',height='+(screen.height-60)+',scrollbars=yes,menubar=no,status=yes');
     }   
