function check()
{
    code = document.n.f1.value;
    if (code=="")
        alert("Bitte Web-Code eingeben");
    if (code!="")
        top.location.href="http://www.vgt.ch/id/"+code;
}

