<!--
function mainmenu()
{

var menux = new Array();

divider="<img src='"+level+ "home/divider.gif'>";

menux[0]="<img src='" +level+ "home/menu-thexmen.jpg'>";
menux[1]=": <a href='" +level+ "xmenmain.html'>Main Page</a>";
menux[2]=": <a href='" +level+ "xmen101/index.html'>X-Men 101</a>";
menux[3]=": <a href='" +level+ "uncannyxmen/index.html'>Bios</a>";
menux[4]=": <a href='" +level+ "espanol/index.html'>Espaņol</a>";

menux[5]="<img src='" +level+ "home/menu-xmenin.jpg'>";
menux[6]=": <a href='" +level+ "xmenseries/index.html'>Animation</a>";
menux[7]=": <a href='" +level+ "comics/index.html'>Comic Books</a>";
menux[8]=": <a href='" +level+ "tvmovies/index.html'>Movies</a>";
menux[9]=": <a href='" +level+ "figures/index.html'>Toys</a>";
menux[10]=": <a href='" +level+ "games/index.html'>Video Games</a>";

menux[11]="<img src='" +level+ "home/menu-multimedia.jpg'>";
menux[12]=": <a href='" +level+ "galleryx/index.html'>Gallery X</a>";
menux[13]=": <a href='#'>Web Games</a>";

menux[14]="<img src='" +level+ "home/menu-links.jpg'>";
menux[15]=": <a href='http://www.spidershadow.com/xpiderman/xmenlegends' target='_blank'>X-Men Legends</a>";

menux[16]="<img src='" +level+ "home/menu-interactive.jpg'>";
menux[17]=": <a href='http://xpidermanxml.proboards39.com/' target='_blank'>X-Men Legends Forum</a>";
menux[18]=": <a href='http://us.geocities.yahoo.com/gb/sign?member=joselquezada' target='_blank'>Guestbook</a>";
menux[19]=": <a href='http://pub18.bravenet.com/postcard/post.php?usernum=1542231114' target='_blank'>Greeting Card</a>";
menux[20]=": <a href='http://pub18.bravenet.com/freelink/show.php?usernum=1542231114&cpv=1' target='_blank'>Links Page</a>";
menux[21]=": <a href='http://www.geocities.com/Hollywood/Lot/2671/spiderman/spiderpage.html'>Spider-Man</a>";
menux[22]=": <a href='http://www.geocities.com/Hollywood/Lot/2671/xpiderman.html'>Xpider-Man</a>";
menux[23]="MORE THAN X-MEN";
menux[24]=": <a href='" +level+ "tvmovies/tvmovies.html'>Beyond X-Men</a>";

document.write('<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="150px" id="AutoNumber2">');

for (i=0;i<=24;i++)
{
  document.write('<tr><td width="100%">' +menux[i]);
  document.write('</td></tr>');
}
document.write('<tr><td width="100%"><p>&nbsp;</p><p>&nbsp;');
document.write('<font size="1"><hr>X-Men and all related characters are property of <a href="http://www.marvel.com" target="_blank">Marvel Comics</a>.</font>');
document.write('</td></tr>');
document.write('</table>');
}
mainmenu();
//-->