function objekte(objekt)
{
    posx=(50);
    posy=(50);
    window.open('ferienobjekte/'+objekt+'/'+objekt+'.php',objekt,'toolbar=no,location=no,dependent=yes,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=600,height=480,screenX='+posx+',screenY='+posy+',left='+posx+',top='+posy+'');
}

function mobylines(objekt)
{
    var top=screen.height;
    var left=screen.width;
    posx=((left/2)-390);
    posy=((top/2)-250);
    window.open('http://www.moby.it/mds/web/mini/mwdispo.xpd?idlink=789236&lang=de',objekt,'toolbar=no,location=no,dependent=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=960,height=600,screenX='+posx+',screenY='+posy+',left='+posx+',top='+posy+'');
}

function wechsel (bildnr,bildobjekt) {

document.images[bildnr].src= bildobjekt.src;
bildob=bildobjekt;
}
