var veingabe;

function win() {
veingabe = document.TabelleFORM.veingabe.value;
url = "vdi/" + veingabe + "_top.php";
msg=window.open("","msg");
msg.document.write("<html><head><title>Vereinsdaten Intern - oLTK  </title>");
msg.document.write("<FRAMESET framespacing='0' frameborder='no' rows='55,*'>");
msg.document.write("<FRAME src= " + url + ">");
msg.document.write("<FRAME name='inhalt' src='vdi/start.php'>");
msg.document.write("</FRAMESET></HEAD><body></body></html>");
document.TabelleFORM.veingabe.value = "";
}
