/* Ricardo Rivera Berrío : rriveraberrio@hotmail.com - www.nolineal.com */
/* Website Tatiana Montoya */
/* Script generado por Carolina Rivera */

// En este script
// 1. se pinta la linea horizontal blanca
// 2. se pinta el menu lateral izquierdo
// 3. se pinta la linea vertical blanca
// 4. se abre pagina interior

// la programación que sigue pretende separar los botones para inglés y español
if (Idioma == "Esp")
{
gif = ".gif"
ingles = ""
inicio = "Inicio"
}

if (Idioma == "Ing")
{
ingles = "_i"
gif = (ingles+".gif")
inicio = "Home"
}

// ahora pinta la linea horizontal blanca
document.writeln("<tr>")
document.writeln("<td colspan='3' bgcolor='#ffffff'><img src='../imagenes/vacio1x1.gif' width='1' height='1' border='0'></td>")
document.writeln("</tr>")

// ahora pinta el menu lateral
document.writeln("<tr>")
document.writeln("         <td valign='top'>")
document.writeln("              <table border='0' cellspacing='0' cellpadding='0'>")
document.writeln("              <!-- parte izquierda: logo -->")
document.writeln("                  <tr>")
document.writeln("                     <td><a href='../html/index"+ingles+".html'><img src='../imagenes/tatianaLogo.gif' width='140' height='42' border='0'></a></td>")
document.writeln("                  </tr>")
document.writeln("                  <tr>")
document.writeln("                     <td bgcolor='#798A84'><img src='../imagenes/vacio1x1.gif' width='1' height='10' border='0'><br><img src='../imagenes/vacio1x1.gif' width='90' height='10' border='0'><img src='../imagenes/flechitaInicio.gif' width='9' height='13' border='0' align='middle'>&nbsp;<a class='inicio' href='index"+ingles+".html'>"+inicio+"</a><br><img src='../imagenes/vacio1x1.gif' width='1' height='62' border='0'></td>")
document.writeln("                  </tr>")
document.writeln("                  <tr>")
document.writeln("                     <td bgcolor='#ffffff'><img src='../imagenes/vacio1x1.gif'></td>")
document.writeln("                  </tr>")
document.writeln("                  <!-- parte izquierda: menus -->")
document.writeln("                  <tr>")
document.writeln("                     <td>")
document.writeln("                         <table border='0' cellspacing='0' cellpadding='0'>")
document.writeln("                                <tr>")
document.writeln("                                    <td rowspan='9' background='../imagenes/fondoMenuLateral.gif'><img src='../imagenes/vacio1x1.gif' width='41' height='161'></td>")
document.writeln("                                    <td>")
document.writeln("                                        <table border='0' cellspacing='0' cellpadding='0'>")
document.writeln("                                            <tr>")
document.writeln("                                                <td><a href='02"+ingles+".html' onMouseOver=imgOn('img5') onMouseOut=imgOff('img5')><img name='img5' src='../imagenes/bottrayectoria"+gif+"' width='88' height='29' border='0'></a></td>")
document.writeln("                                            </tr>")
document.writeln("                                            <tr>")
document.writeln("                                                <td><img src='../imagenes/linea_negra2.jpg'></td>")
document.writeln("                                            </tr>")
document.writeln("                                            <tr>")
document.writeln("                                                <td><a href='03"+ingles+".html' onMouseOver=imgOn('img6') onMouseOut=imgOff('img6')><img name='img6' src='../imagenes/botcritica"+gif+"' width='88' height='29' border='0'></a></td>")
document.writeln("                                            </tr>")
document.writeln("                                            <tr>")
document.writeln("                                                <td><img src='../imagenes/linea_negra2.jpg'></td>")
document.writeln("                                            </tr>")
document.writeln("                                            <tr>")
document.writeln("                                                <td><a href='04"+ingles+".php' onMouseOver=imgOn('img7') onMouseOut=imgOff('img7')><img name='img7' src='../imagenes/botcontacto"+gif+"' width='88' height='29' border='0'></a></td>")
document.writeln("                                            </tr>")
document.writeln("                                            <tr>")
document.writeln("                                                <td><img src='../imagenes/linea_negra2.jpg'></td>")
document.writeln("                                            </tr>")
document.writeln("                                            <tr>")
document.writeln("                                                <td><a href='05"+ingles+".html' onMouseOver=imgOn('img8') onMouseOut=imgOff('img8')><img name='img8' src='../imagenes/botenlaces"+gif+"' width='88' height='29'border='0'></a></td>")
document.writeln("                                            </tr>")
document.writeln("                                            <tr>")
document.writeln("                                                <td><img src='../imagenes/linea_negra2.jpg'></td>")
document.writeln("                                            </tr>")
document.writeln("                                            <tr>")
document.writeln("                                                <td bgcolor='#d7dcda'><img src='../imagenes/vacio1x1.gif' width='88' height='41'></td>")
document.writeln("                                            </tr>")
document.writeln("                                        </table>")
document.writeln("                                    </td>")
document.writeln("                                    <td rowspan='9' bgcolor='#d7dcda'><img src='../imagenes/vacio1x1.gif' width='11' height='160' border='0'></td>")
document.writeln("                                </tr>")
document.writeln("                         </table>")
document.writeln("                     </td>")
document.writeln("                 </tr>")
document.writeln("                 <!-- termina parte izquierda: menus -->")
document.writeln("                 <tr>")
document.writeln("                     <td bgcolor='#ffffff'><img src='../imagenes/vacio1x1.gif' width='1' height='1' border='0'></td>")
document.writeln("                 </tr>")
document.writeln("                 <tr>")
document.writeln("                     <td bgcolor='#798a84'><img src='../imagenes/vacio1x1.gif' width='1' height='85' border='0'></td>")
document.writeln("                 </tr>")
document.writeln("               </table>")
document.writeln("            </td>")


// ahora pinta la linea vertical blanca
document.writeln("         <td bgcolor='#ffffff'><img src='../imagenes/vacio1x1.gif' width='1' height='1' border='0'></td>")


// ahora se abre el td que contiene a la pagina interior
document.writeln("         <td bgcolor='#466055' valign='top'>")

