// JavaScript Document
function FensterF (Adresse) {
Fenster1 = window.open(Adresse, "Fototour", "width=800, height=620, left=1, top=1, directories=no, toolbar=no, status=no, menubar=no, locationbar=no, dependent=yes");
Fenster1.focus();
}