function info1(idnr){
var win; 
var infolocation="http://www.kuseler-musikantenland.de/touristik/gastgeber/restaurant/rest_details.php?restaurant[idnr]="+idnr;
win=window.open(infolocation,idnr,"location=no,resizable=no,menubar=no,scrollbars=yes,toolbar=no,width=470,height=450");
}

function info2(idnr){
var win; 
var infolocation="http://www.kuseler-musikantenland.de/touristik/gastgeber/hotel/info_hotel1.php?hotel[idnr]="+idnr;
win=window.open(infolocation,"i1","location=no,resizable=no,menubar=no,scrollbars=yes,toolbar=no,width=480,height=450");
}