

  function viewHotel(h, a) {
F=window.open("http://www.klagoo.de/hotel/hotel.php?id="+h,+h,"width=800,height=700,left=10,top=10,resizable=yes,menubar=yes,resizable=yes,status=yes,scrollbars=yes,dependent=yes,toolbar=yes,location=yes");
  }


  function viewCar(h, a) {
F=window.open("http://www.klagoo.de/mietwagen/mietwagen.php?id="+h,+h,"width=800,height=700,left=10,top=10,resizable=yes,menubar=yes,resizable=yes,status=yes,scrollbars=yes,dependent=yes,toolbar=yes,location=yes");
  }

  function viewObjectl(h, a) {
F=window.open("http://www.klagoo.de/ferienhaus/ferienhaus.php?id="+h,+h,"width=800,height=700,left=10,top=10,resizable=yes,menubar=yes,resizable=yes,status=yes,scrollbars=yes,dependent=yes,toolbar=yes,location=yes");
  }



function mkorder()
{ var l = ''; for (i = 0; i < arguments.length; i++){l = l + arguments[i];}
   document.location.href=l;
}
