function zeig_screenshot(bild,masse){
window.open('http://wm-static.de/images/tipp/' + bild + '.jpg','Screenshot',masse);
return false;
}

