document.write("<table width='140' height='100' border='1' bgcolor='#FFFFFF' bordercolordark='#FFFFFF' bordercolor='#CCCCCC' cellpadding='0' cellspacing='0' rules='none'>");
document.write("<tr><td height='16' bgcolor='#BEC9E4' bordercolor='#BEC9E4' align='left' class='textoAzulB'>&nbsp;Clientes</td></tr>");
document.write("<tr height='50'><td align='center' style='height: 6px; width: 138px;'>");
document.write("    <select id='empresa' style='width: 126px; height: 18px;' size='1' class='texto'>");
document.write("        <option selected='selected'>Seleccione:</option>");
document.write("        <option value='Biar'>Biar</option>");
document.write("        <option value='Vinalesa'>Vinalesa</option>");
document.write("        <option value='Catral'>Catral</option>");
document.write("        <option value='Crevillent'>Crevillent</option>");
document.write("    </select></td></tr><tr height='24'><td align='right' style='width: 138px; height: 10px'>");
document.write("	<table width='126' height='14' align='center' border='1' bordercolordark='#F0F0F0' bordercolor='#666666' cellpadding='0' cellspacing='0' rules='none'>");
document.write("		<tr><td align='center' bgcolor='#F0F0F0' class='textoLogin' style='height: 14px'><a href='javascript:entrarClientes();' class='textoLogin' style='text-decoration:none' onclick=''>entrar</a></td>");
document.write("	</tr></table>");
document.write("</td></tr></table>");