function popup(bild,breite,hoehe)
{
	breite = eval(breite)+40
	the_window = window.open(bild, "Popup", "width="+breite+",height="+hoehe+",resizable=yes,scrollbars=yes");
}
