function open_image(file, w, h){
alert('file');
    height = h+60;
    width = w+35;
    img = window.open(file, 'Bild', 'left=0,top=0, width='+width+',height='+height+', scrollbars=no,resizable=yes, menubar=no,toolbar=no') ;
    img.focus();
    img.resizeTo(width,height);
}
function open_popup(site){
    height = 500;
    width = 713;
    LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
    fenster = window.open('reiterhof_salzetal_popup.php?site='+site+'', 'Bild', 'left='+LeftPosition+',top='+TopPosition+', width='+width+',height='+height+', scrollbars=no,resizable=no, menubar=no,toolbar=no') ;
    fenster.focus();
}

function open_swf(site){
    height = 466;
    width = 679;
    LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
    fenster = window.open('reiterhof_salzetal_'+site+'.php', 'Bild', 'left='+LeftPosition+',top='+TopPosition+', width='+width+',height='+height+', scrollbars=no,resizable=no, menubar=no,toolbar=no') ;
    fenster.focus();
}

function open_popup_start(site){
    height = 500;
    width = 713;
    LeftPosition = (screen.width) ? (screen.width-width)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-height)/2 : 0;
    fenster = window.open('html/reiterhof_salzetal_popup.php?site='+site+'', 'Bild', 'left='+LeftPosition+',top='+TopPosition+', width='+width+',height='+height+', scrollbars=no,resizable=no, menubar=no,toolbar=no') ;
    fenster.focus();
}


function MM_preloadImages() {
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
