function copy(ziel) {
if(ziel=="") {
ziel="../../copy.html"
}
 Fcopy=open(ziel,'Fenster1','screenX=10,screenY=10,scrollbars=yes,width=650,height=200,resizable=yes');
 Fcopy.moveTo(30,30);
 Fcopy.focus();
return
}
function galleri(ziel) {
if(ziel=="") {
ziel="01"
}
 ziel="galleri/"+ziel+"/index.html";
 Fgalleri=open(ziel,'Fenster2','screenX=1,screenY=1,scrollbars=yes,width=800,height=600,resizable=yes');
 Fgalleri.moveTo(10,10);
 Fgalleri.focus();
return
}
function karli(ziel) {
if(ziel=="") {
ziel="01"
}
 ziel="karli/"+ziel+"/index.html";
 Fkarli=open(ziel,'Fenster3','screenX=1,screenY=1,scrollbars=yes,width=800,height=700,resizable=yes');
 Fkarli.moveTo(10,10);
 Fkarli.focus();
return
}
function go(ziel) {
if(ziel=="") {
ziel="01"
}
 parent.self.location.href = ziel;
 return
}
