function infofenster(path)
 {
 open (path + ".htm","infoseiten","locationbar=no,menubar=no,scrollbars=yes,width=600,height=500");
 }

function leseplan(path)
 {
 open (path + ".htm","infoseiten","locationbar=no,menubar=no,scrollbars=yes,width=1000,height=700");
 }


function pruefe()
{
var check=check1=check2=check3=check4=check5=true;
check = (document.formular.Nachname.value == "") ? false : true;
check1 = (document.formular.Vorname.value == "") ? false : true;
check2 = (document.formular.Adresse.value == "") ? false : true;
check3 = (document.formular.PLZ.value == "") ? false : true;
check4 = (document.formular.Ort.value == "") ? false : true;
check5 = (document.formular.Nachricht.value == "") ? false : true;

if (check==false||check1==false||check2==false||check3==false||check4==false||check5==false)
{
 alert("Bitte füllen Sie die Felder mit * aus!");
 return false;
}
return true;
}



function versfenster(anzeige){
self.name = "beschreibung";

info = window.open ('','fenster','WIDTH=300,HEIGHT=150, locationbar=no,menubar=no,scrollbars=auto')
if(info != null){
if(info.opener == null){
info.opener = self;
}
}

info.document.clear()
info.document.open()
info.document.write("<HTML><HEAD><TITLE>Vers</TITLE>");
info.document.write("<BODY BGCOLOR=#215FAD TEXT=#FFFFFF>")
info.document.write("<CENTER><FONT FACE=ARIAL><font size=-1>")
info.document.write(anzeige)
info.document.write("</BODY></HTML>")
info.document.close()
}

function update() {
return ("02.12.2011");
}

