document.write('<table border="0" cellspacing="0" cellpadding="0" width="810">');
  document.write('<tr>');
    document.write('<td colspan="5" class="user_pwd_lang" height="16">castellano I <a href="index_en.asp" target="_top" class="user_pwd_lang_link">english</a></td>');
    document.write('<td rowspan="2" width="15" valign="bottom"><img src="cast/img/top_right.gif" alt="" border="0"></td>');
  document.write('</tr>');
  document.write('<tr>');
    document.write('<td width="170"><a href="index.asp" target="_top"><img src="cast/img/logo_interlead.gif" alt="Interlead." width="170" height="91" border="0"></a></td>');
    document.write('<td width="19" background="cast/img/top_bg.gif"><img src="cast/img/p.gif" width="19" height="1" alt="" border="0"></td>');
    document.write('<td colspan="2" background="cast/img/top_bg.gif" valign="middle"><table width="100%" height="55" border="0" cellpadding="0" cellspacing="0">');
      document.write('<tr>');
        document.write('<td valign="bottom"><h2>Lead Generation</h2></td>');
      document.write('</tr>');
      document.write('<tr>');
        document.write('<td class="subclaim" height="4">Abrimos la puerta para ventas B2B, ganando tiempo y dinero</td>');
      document.write('</tr>');
    document.write('</table></td>');
   document.write('<td width="15" background="cast/img/top_bg.gif" valign="middle" class="user_pwd_lang">Acceso clientes CRM:<br>');
   document.write('<form id="form1" name="form1" method="post" action="./cast/login_crm.asp">');
      document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
        document.write('<tr>');
          document.write('<td class="user_pwd_lang">Usuario:&nbsp;&nbsp;</td>');
            document.write('<td colspan="3" align="right"><label><input type="text" name="user" class="campo_form" size="15"></label></td>');
          document.write('</tr>');
        document.write('<tr>');
          document.write('<td colspan="4" height="3"><img src="cast/img/p.gif" width="1" height="3" alt="" border="0"></td>');
          document.write('</tr>');
        document.write('<tr>');
          document.write('<td class="user_pwd_lang">Contrase&ntilde;a:&nbsp;&nbsp;</td>');
            document.write('<td align="right"><input type="password" name="pwd" class="campo_form" size="10"></td>');
            document.write('<td width="3"><img src="cast/img/p.gif" width="3" height="1" border="0" alt="" border="0"></td>');
            document.write('<td width="15" valign="middle"><a href="javascript:login();"><img src="cast/img/icon_entercrm_grey.gif" alt="Acceda a su CRM" name="enter" width="15" height="15" border="0" id="enter" border="0"></a></td>');
          document.write('</tr>');
        document.write('</table></form>');
		document.write('<br></td>');
  document.write('</tr>');
document.write('</table>');

function login() {
document.form1.submit();
}