// JavaScripts V1.3, 09/2002
// (C) Creatures Unlimited
// http://www.GermanCreatures.net/

function tdc(root,men,sel)
{
var titel='<a href="'+men+'tdc/tdc.html" class="menu">The Daily Creature</a>';

var points=3;
var point=new Array(points);
point[1]='-';
point[2]='<a href="'+men+'tdc/einsendungen.html" class="menu">Sendet uns Eure Creatures zu!</a>';
point[3]='-';

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

document.writeln('<table border="0" cellpadding="2" cellspacing="2" width="100%">');
document.writeln('<colgroup><col width="1%"><col width="1%"><col width="98%"></colgroup>');
document.writeln('<tr><td colspan="3"></td></tr>');
document.writeln('<tr><td align="center" width="1%" id="mencol"><img src="'+men+'../images/hm.gif" border="0" alt="" width="16" height="16"></td><td id="mencol" colspan="2">'+titel+'</td></tr>');

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

document.writeln('<tr><td colspan="3"></td></tr></table>');
}

function dc()
{

 document.write('<p>&nbsp;</p><div align="center"><table border="0" cellspacing="0" cellpadding="9">');
 document.write('<tr align="center"><td><a href="einsendungen.html"><img src="holiday.jpg" height="337" width="348" alt="Holiday" border="0"></a></td>');
 document.writeln('<td><h3>Leon ist verschollen ... :-(<br></h3> Sachdienliche Hinweise für seine Auffindung werden gerne entgegengenommen.</td></tr></table><p>&nbsp;</p>');

}

