with (document) {

writeln('	  <table width="990" cellpadding="0" cellspacing="0" align="center">');
writeln('   <td valign="top" style="padding-top: 15px;" class="texto">');
writeln('	  <a href="index.html" class="texto">Inicio</a>');
writeln('	  &nbsp;&nbsp;|&nbsp;&nbsp;');
writeln('	  <a href="quienes.html" class="texto">Quiénes somos</a>');
writeln('	  &nbsp;&nbsp;|&nbsp;&nbsp;');
writeln('	  <a href="newsletter.html" class="texto">Newsletter</a>');
writeln('	  &nbsp;&nbsp;|&nbsp;&nbsp;');
writeln('	  <a href="corporativo.html" class="texto">Corporativo</a>	  ');
writeln('	  &nbsp;&nbsp;|&nbsp;&nbsp;');
writeln('	  <a href="contactenos.html" class="texto">Centro Dermatológico</a>');
writeln('	  &nbsp;&nbsp;|&nbsp;&nbsp;');
writeln('	  <a href="turnos.html" class="texto">Turnos Online</a>');
writeln('	  &nbsp;&nbsp;|&nbsp;&nbsp;');
writeln('	  <a href="contactenos.html" class="texto">Contáctenos</a>');
writeln('	</td>');

}
