// JavaScripts V2.0, 01/2002
// (C) Creatures Unlimited
// http://www.GermanCreatures.net/


function mencon(root,men,sel)
{
if (sel=="aktionen")
 aktionen(root,men,sel);
else
if (sel=="cardsgallery")
 cardsgallery(root,men,sel);
else
if (sel=="cc")
 cc(root,men,sel);
else
if (sel=="info")
 info(root,men,sel);
else
if (sel=="termine")
 termine(root,men,sel);
else
if (sel=="wiw")
 wiw(root,men,sel);

var points=28;
var point=new Array(points);
point[1]='-';
point[2]='<a href="'+root+'sitemap.html" class="menu">Sitemap</a>';
point[3]='-';
point[4]='<span class="kleiner">Botti</span>';
point[5]='<a href="http://creatures.mainchat.de/" target="_blank" class="menu">Chat</a>';
point[6]='<a href="'+root+'cc/cc.html" class="menu" target="_top">Copyright Center</a>';
point[7]='<a href="http://f15.parsimony.net/forum24944/" target="_blank" class="menu">Forum</a>';
point[8]='<a href="http://f15.parsimony.net/forum24944/" class="menu">Forum (im Frame)</a>';
point[9]='<a href="'+root+'cardsgallery/cardsgallery.html" target="_top" class="menu">Gru&szlig;kartenservice</a>';
point[10]='<a href="http://lexion15.parsimony.net/lexikon24944/" class="menu">Lexikon</a>';
point[11]='<a href="'+root+'../links/links.html" class="menu" target="_top">Links Unlimited</a>';
point[12]='<a href="'+root+'aktionen/aktionen.html" class="menu" target="_top">Mitmach-Aktionen</a>';
point[13]='<a href="'+root+'index.html" class="menu" target="_top">Newsboard</a>';
point[14]='<span class="kleiner">Newsgroup</span>';
point[15]='<a href="'+root+'../newsletter.html" target="_top" class="menu">Newsletter</a>';
point[16]='<a href="'+root+'../ds/nicks.html" class="menu" target="_top">Nicknamen deutschsprachiger Docking Station-Spieler/innen</a>';
point[17]='<a href="'+root+'../specials/specials.html" class="menu" target="_top">Specials</a>';
point[18]='<a href="'+root+'termine/termine_menu.html" target="_self" class="menu">Terminkalender</a>';
point[19]='<a href="'+root+'../specials/tdc/tdc.html" class="menu" target="_top">The Daily Creature</a>';
point[20]='<a href="'+root+'umfragen/umfragen.html" target="_top" class="menu">Umfragen</a>';
point[21]='<a href="'+root+'../links/links.html" class="menu" target="_top">Unlimited Links</a>';
point[22]='<span class="kleiner">Webring</span>';
point[23]='<a href="'+root+'wiw/wiw.html" target="_top" class="menu">Who is Who?</a>';
point[24]='-';
point[25]='<a href="'+root+'../links/links-ccc.html" target="_top" class="menu">Partner</a>';
point[26]='-';
point[27]='<a href="'+root+'info_menu.html" class="menu" target="_self">Informationen zum CCC</a>';
point[28]='-';

var zeile='<tr id="mencol"><td align="center" width="1%"><img src="'+root+'images/hm.gif" border="0" alt="" width="11" height="16"></td><td width="99%">';

document.writeln('<table border="0" cellpadding="2" cellspacing="2" width="100%">');
document.writeln('<colgroup><col width="1%"><col width="99%"></colgroup>');
document.writeln('<tr><td colspan="2"></td></tr>');
document.writeln('<tr><td colspan="2" align="center"><a href="'+root+'index.html" target="_top"><img src="'+root+'images/hmicon.gif" border="0" alt="Men&uuml; | Creatures Community Centre" width="111" height="20"></a></td></tr>');

for (var tmp=1; tmp<=points; tmp++)
{
 if (point[tmp] == "-")
  document.writeln('<tr><td colspan="2"></td></tr>');
 else
  document.writeln(zeile+point[tmp]+'</td></tr>');
}

document.writeln('<tr><td colspan="2"></td></tr>');
document.writeln('<tr id="mencol"><td colspan="2" align="center"><a href="'+root+'../index.html" class="menu" target="_top"><img src="'+root+'../images/cu-b.gif" width="88" height="45" border="0" alt="Creatures Unlimited"></a></td></tr>');
document.writeln('<tr><td colspan="2"></td></tr></table>');
}


function menbot(root,sel)
{
document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td colspan="5"><img src="'+root+'../images/null.gif" width="1" height="8" border="0" alt=""></td></tr>');
document.write('<tr><td width="1%"></td><td width="97%" class="navcol"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="right" width="10%"><a href="#top"><img src="'+root+'../images/pfeil_top.gif" border="0" alt="Zum Seitenanfang" width="24" height="32"></a></td><td width="81%">');
copyright(root);
document.write('</td><td align="left" width="9%"><a href="#top"><img src="'+root+'../images/pfeil_top.gif" border="0" alt="Zum Seitenanfang" width="24" height="32"></a></td></tr></table></td>');
document.write('<td class="navcol" width="1%"><img src="'+root+'../images/null.gif" width="1" height="1" border="0" alt=""></td><td width="1%"></td></tr><tr><td colspan="6"><img src="'+root+'../images/null.gif" width="1" height="8" border="0" alt=""></td></tr></table>');
}

