//////////Fenster öffnen//////////
function bilder10() {
FensterName=window.open("oktober/bilder.htm","bilder","width=515, height=520")
}
//////////Quick Jump//////////
function surfto(form)
{
var myindex=form.select1.
selectedIndex
if (form.select1.options [myindex].value != "0")
{
location=form.select1.options [myindex].value;
}
}
//////////Bildwechsel//////////
MSFPhover =
  (((navigator.appName == "Netscape") &&
  (parseInt(navigator.appVersion) >= 3 )) ||
  ((navigator.appName == "Microsoft Internet Explorer") &&
  (parseInt(navigator.appVersion) >= 4 )));
function MSFPpreload(img)
{ var a=new Image(); a.src=img; return a; }

//////////Fotos öffnen//////////
function openWin(url, name) {
        win = window.open(url, name, 'scrollbars=no,resizable=no,width=725,height=695,screenX=0,screenY=0');
        win.focus();
}