function show_mfoto (pic, title, w, h, spieler) {
   onclick = window.open(
   "show_mfoto.php?picture=" + pic + "&title=" + title + "&spieler=" + spieler + "",
   "picture", "toolbar=no, width=" + w + ", height=" + h + ", directories=no, status=no, scrollbars=no, resize=no, menubar=no; left=600; top=200");
}

function show_spieler (pic, w, h, name, geburtstag, position, groesse) {
   onclick = window.open(
   "show_spieler.php?picture=" + pic + "&name=" + name + "&geburtstag=" + geburtstag + "&position=" + position + "&groesse=" + groesse + "",
   "picture", "toolbar=no, width=" + w + ", height=" + h + ", directories=no, status=no, scrollbars=no, resizable=no, menubar=no; left=600; top=200");
}

function show_pic (pic, w, h, title) {
   onclick = window.open(
   "show_pic.php?picture=" + pic + "&title=" + title + "",
   "picture", "toolbar=no, width=" + w + ", height=" + h + ", directories=no, status=no, scrollbars=no, resizable=no, menubar=no; left=600; top=200");
}

function vorstand (name, w, h) {
   onclick = window.open('content/vorstand/' + name + '.html', 'NewWindow', 'width=' + w + ', height=' + h + '');
}





