function openFoto(fotoid, breite, hoehe){
	popup = window.open(fotoid, "popup", "width=" + breite + ",height=" + hoehe + ", scrollbars=no, statusbar=no, toolbar=no");
}
