function pano_popup(wohnung, szene) {
    var sz = '';
    if (szene.length)
        sz = '&szene=' + szene;
    centered_popup('/media/pano/?wohnung='+wohnung+sz, 'Wohnung', 'width=800,height=440,toolbar=no,status=no,menubar=no,resizable=yes,location=no');
}

