// JavaScript Document
function menuPrincipalVertical(){
document.write('<table class="TablaMenuWeb">');
document.write('<tbody>');
document.write('<tr>');
document.write('<th>');
document.write('Menu Web');
document.write('</th>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="http://z10.invisionfree.com/TierraDeNadie/index.php">Inicio</a><br />');
document.write('<a href="http://frimostdsd.web-foros.com/TDN/servers.html">Servidores</a><br />');
document.write('<a href="http://z10.invisionfree.com/TierraDeNadie/index.php?s=4ea9816b667308b4e677e143a08873f5&act=calendar">Calendario</a><br />');
document.write('Foros:<br />');
document.write('-> <a href="http://13db.foroes.net/forum.htm">13 Demi-Brigade</a><br />');
document.write('-> <a href="http://z4.invisionfree.com/Clan_Black_Guardians">Black Guardians</a><br />');
document.write('-> <a href="http://clandamm.forocatalan.com/index.htm">Clan DAMM</a><br />');
document.write('-> <a href="http://www.motclan.ya.st/">Masters of Toys</a><br />');
document.write('Inicio<br />');
document.write('</td>');
document.write('</tr>');
document.write('</tbody>');
document.write('</table>');
}

function menuPrincipalHorizontal(tipo){
/*
Tipos: 
	1-> Miembros
	2-> Comisiones
*/
document.write('<table class="TablaMenuWeb">');
document.write('<tbody>');
document.write('<tr>');
document.write('<th>');
document.write('Menu Web');
document.write('</th>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<a href="http://z10.invisionfree.com/TierraDeNadie/index.php">Inicio<a> - <a href="http://frimostdsd.web-foros.com/TDN/servers.html">Servidores</a> - <a href="http://z10.invisionfree.com/TierraDeNadie/index.php?s=4ea9816b667308b4e677e143a08873f5&act=calendar">Calendario</a> <br />')
document.write('Foros: <a href="http://13db.foroes.net/forum.htm"><img src="http://frimostdsd.web-foros.com/TDN/IMG/mini_13db.png" />13DB</a> / <a href="http://z4.invisionfree.com/Clan_Black_Guardians">BG</a> / <a href="http://clandamm.forocatalan.com/index.htm"><img src="http://frimostdsd.web-foros.com/TDN/IMG/mini_damm.png" />DAMM</a> / <a href="http://www.motclan.ya.st/"><img src="http://frimostdsd.web-foros.com/TDN/IMG/mini_mot.png" />MOT</a>');
document.write('</td>');
document.write('</tr>');
document.write('</tbody>');
document.write('</table>');
}