<!--

function openpopup(page,name,w,h,scroll,status,resize) {
 LP = ((screen.width) ? (screen.width-w)/2 : 0);
 TP = ((screen.height) ? (screen.height-h)/2 : 0);
 settings = 'height='+h+',width='+w+',top='+TP+',left='+LP+',scrollbars='+scroll+',status='+status+',resizeable='+resize+'';
 win_open = window.open(page,name,settings);
 win_open.focus();
}

function rossi_pop() {
 openpopup('cafe_rossi.html','rossi',770,480,0,0,0);
}

function bild(N) {
 openpopup('bild.html?bild='+N,'bild',640,640,0,0,0);
}

function reservierung() {
 openpopup('reservierung.html','bild',420,440,0,0,0);
}

//-->