function zeig_screenshot(bild,masse){
window.open('./images/tipp/' + bild + '.jpg','Screenshot',masse);
return false;
}
