<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside	="center"		// MENU ALIGN | left | center | right



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menu-table"   height="40"><tr><td align="'+menuside+'" height="40">');
document.write('<table cellpadding="0" cellspacing="0" border="0"  height="40"><tr><td align="center"  height="40">');



// START LINKS COPY AND PASTE 2 LINES TO ADD A NEW BUTTON


document.write('<a href="index.php" class="menu firstmenu"><br>Inicio</a>');
document.write('</td><td align="center" height="40">');



document.write('<a href="informacionutil.php" class="menu" height="40"><br>Información útil</a>');
document.write('</td><td align="center">');



document.write('<a href="tucaso.php" class="menu" height="40"><br>Cuente su caso</a>');
document.write('</td><td align="center">');



document.write('<a href="recomendar.php" class="menu" height="40"><br>Envieselo a un amigo</a>');
document.write('</td><td align="center">');



document.write('<a href="preguntas.php" class="menu" height="40"><br>Preguntas Frecuentes</a>');
document.write('</td><td align="center">');



document.write('<a href="contactar.php" class="menu" height="40"><br>Contactar</a>');
document.write('</td><td align="center" height="40">');

document.write('</td></tr></table>');
document.write('</td></tr></table>');


//  End -->