function Test(name)
    {
    switch (name)
    {
    case "QSCWDV1":
    	top.location.href ="http://www.hammerer.de/updateDB/Zuchtbuch.zip";
    	break;
    case "PLMOKN2":
   	top.location.href ="http://wwww.hammerer.de/updateDB/Zuchtbuch.zip";
    	break;
  

    default: 
    	alert("Passwort ungültig");
    }

    }



