
function Barra_Navegable() {
  document.write("                                                      \
    <table width=100% border=0 cellspacing=0 cellpadding=2>		\
      <tr>								\
	<td nowrap width=70% valign=middle>				\
	  <img src=/images/logos3_nav.jpg>				\
	</td>								\
	<td nowrap width=30% align=right valign=middle>			\
	  <a href=/search/search.html id=navBar>B&uacute;squeda</a>	\
	  <span id=navBarpipe> | </span>				\
	  <a href=/contacto.html id=navBar>Contacto</a>			\
	  &nbsp;&nbsp;&nbsp;						\
	</td>								\
      </tr>								\
      <tr valign=middle>						\
	<td id=right colspan=2>						\
	  &nbsp;&nbsp;&nbsp;						\
          <a href=http://www.os3sl.com/index.html id=rightBarLink>	\
          <b>Home</b></a>						\
        </td>								\
      </tr>								\
    </table> ")
    }

function Abre_iz() {
  document.write("                                                      \
<table border=0 cellpadding=0 cellspacing=0 width=100%>			\
  <tbody>								\
    <tr valign=top>							\
      <td width=20% id=right>")
    }

function Barra_izquierda() {
  document.write("                                                      \
	  <!-- begin left side bar -->					\
	  <table width=100% border=0 cellspacing=0 cellpadding=0>	\
	    <tr>							\
	      <td width=20% id=left>					\
		<table width=100% border=0 cellspacing=1 cellpadding=0>	\
		  <tr id=leftLine>					\
		    <td>						\
		    </td>						\
		  </tr>							\
		  <tr id=leftLine>					\
		    <td nowrap>						\
		      &nbsp;&nbsp;<a					\
			href=/about_us/index.html			\
			id=leftBarLink>Quienes somos</a>		\
		    </td>						\
		  </tr>							\
		  <tr id=leftLine>					\
		    <td nowrap>						\
		      &nbsp;&nbsp;					\
                      <a id=leftBarLink>Productos & Servicios</a>	\
		    </td>						\
		  </tr>							\
		  <tr id=leftLine>					\
		    <br><td nowrap>					\
		      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=/consultoria.html id=leftBarLink>Linux Consultoria</td> \
		  </tr>							\
		  <tr id=leftLine>					\
		    <br><td nowrap >					\
		      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;	\
                      <a href=/desarrollo.html id=leftBarLink>Linux Desarrollo</td> \
		  </tr>							\
		  <tr id=leftLine>					\
		    <br><td nowrap >					\
		      &nbsp;&nbsp;					\
                      <a href=/iplusd/iplusd.html id=leftBarLink>I+D</td>\
		  </tr>							\
		  <tr id=leftLine>					\
		    <td nowrap>						\
		      &nbsp;&nbsp;					\
                      <a href=/contacto.html id=leftBarLink>Contacto</a>\
		    </td>						\
		  </tr>							\
		  <tr id=leftLine>					\
		    <td>						\
		    </td>						\
		  </tr>							\
		</table>						\
	    </tr>							\
	  </table>")
    }

function NuestrosColaboraores() {
  document.write("							\
	  <br><br>							\
	  <div align=center>						\
	    <!-- inset table -->					\
	    <table cellpadding=0 cellspacing=0 border=0 width=80%>	\
	      <tr>							\
		<td>							\
		  <b>Nuestros Colaboradores:</b>			\
		  <br>							\
		</td>							\
	      </tr>							\
	    </table>							\
	    <br><br>							\
	    <a.nounderline href=http://www.isernet.net/><img src=/images/isernet.gif></a>\
	    <br><br><br><br>						\
	    <!-- end of inset table -->					\
	  </div>")
}

function Cierra_izq() {
  document.write("<br></td>")
    }
function Abre_Cen() {
  document.write("\
    <td width=65% id=center>\
      <table border=0 cellpadding=15 cellspacing=0>\
        <tbody>")
}
function Cierra_Cen() {
  document.write("\
        </tbody>\
       </table>\
      </td>")
}
function Abre_Der() {
  document.write("\
      <td id=right width=15%>")
}
function Cierra_Der() {
  document.write("\
      <br></td></tr>")
}
function Abre_Pie() {
  document.write("\
    <tr><td colspan=3 id=footer align=center>")
    }
function Cierra_Pie() {
  document.write("<br></td></tr>")
}

function Cierra_Resto() {
  document.write("</tbody></table>")
    }
function Abre_Cuerpo() {
  document.write("                                              \
    <table width=100% border=0 cellspacing=0 cellpadding=0>	\
      <tr valign=top>						\
	<td id=right>")
    }

function Abre_Barra_Der() {
  document.write("                                                      \
	  <table width=100% border=0 cellspacing=0 cellpadding=15>	\
	    <BR><BR>")
    }

function Cierra_Barra_Der() {
  document.write("	  </table>")
    }

function Ins_ref_Columna(refer, texto) {
  document.write("                                                      \
	    <tr valign=top>						\
	      <td align=justify>					\
		<a href="+ refer + " id=rightBarLink> " + texto + "</a>	\
	      </td>							\
	    </tr>")
    }
function Ins_Texto_Columna(texto) {
  document.write("                                                      \
	    <tr valign=top>						\
	      <td align=justify>					\
		<a id =rightBarLink>" + texto + "</a>	\
		 <br>							\
	      </td>							\
	    </tr>")
    }
function Pie_pagina(){
  document.write("   \
	  <br>								\
	  <span id=footer>Design by					\
               <a href=http://dan.hersam.com id=footer>			\
		 Dan Hersam</a> &nbsp;|&nbsp;				\
	    No Rights Reserved&nbsp;|&nbsp;				\
	    <a href=./misc/gpl.html id=footer>Privacy Policy</a>	\
	  </span>")
}
function Barra_NULL_RTLinux(){
  Abre_Barra_Der()
  Cierra_Barra_Der()
    }
function Barra_Der_prod_serv(){
  Abre_Barra_Der()
    Ins_ref_Columna("/prod_serv/google_amazon_oracle_linux.html","Google, Amazon, Oracle & LINUX")
    Ins_ref_Columna("/prod_serv/wall_street_linux.html","Wall Street & LINUX")
    Ins_ref_Columna("/prod_serv/administraciones_linux.html","Administraciones gubernamentales & LINUX")
    Ins_ref_Columna("/prod_serv/I+D_linux.html","I+D & LINUX")
  Cierra_Barra_Der()
    }
function Barra_Der_RTLinux(){
  Abre_Barra_Der()
    Ins_ref_Columna("/rtlinux/rtlinux_productos.html","Productos")
    Ins_ref_Columna("/rtlinux/rtlinux_psdd_main.html","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PSDD")
    Ins_ref_Columna("/rtlinux/rtlinux_VxIT.html","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;VxIT")
    Ins_ref_Columna("/rtlinux/rtlinux_CGL.html","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CGL")
    Ins_Texto_Columna("Servicios")  
    Ins_ref_Columna("/rtlinux/rtlinux_formacion.html","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Formación")
    Ins_ref_Columna("/rtlinux/rtlinux_soporte.html","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Soporte")
    Ins_ref_Columna("/rtlinux/rtlinux_desarrollo.html","&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Desarrollo")
  Cierra_Barra_Der()
    }

