/******************************************************************************
* File: que.js                                                                *
*                                                                             *
* Copyright www.animatec1.de                                                  *
* Author: Ralf Uebber                                                         *
******************************************************************************/ 

//------------------------------------

function zurück1()
{
if (navigator.appName == "Microsoft Internet Explorer")
document.location="javascript:history.back()" 
else
document.location="javascript:window.back()"
}



//------------------------------------

function nook()
{
  var F1 = "Witte";
  var F2 = "Masuch";
  var E1 = document.takeit.pass1.value;
  var E2 = document.takeit.pass2.value;
  
  
 //alert (F1+E1+F2+E2);
 if (F1+F2 != E1+E2)
  // alert("Falsche Eingabe!");
  // Return false;
   document.location="login01.html";
 else
   document.location="login/"+F1+".html?OK" ;
}
//------------------------------------






