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

function dl(breed)
{
document.write('<a href="');

if (breed=="manobe")
 document.write("masknorns/MaskNornBengal.zip");
else
if (breed=="manobr")
 document.write("masknorns/MaskNornBruin.zip");
else
if (breed=="manoci")
 document.write("masknorns/MaskNornCivet.zip");
else
if (breed=="maetti")
 document.write("maskettins+grendels/MaskEttin.zip");
else
if (breed=="magren")
 document.write("maskettins+grendels/MaskGrendel.zip");
else
if (breed=="halloween")
 document.write("jewelscreatures/HalloweenNorn.zip"); 

else
 document.write("Download nicht moeglich!");

document.write('"><img src="images/download.gif" border="0" height="10" width="60" alt="Download"></a>');
}

