function wopen(tp,idf)
{
//  console.log(location.href );
//  console.log(top.location.href );
  var url='cl_count.php?tp='+ tp +'&idf=' +idf+'&loc='+top.location.href+'&ref='+top.document.referrer;
  var namew='idf_'+ idf;
  var wind=window.open(url,namew,'height=800,width=1000,resizable=yes,scrollbars=yes,toolbar=yes,status=yes,location=yes');
}

function wopenhouse(housenr,url1)
{
//   console.log(housenr );
//  console.log(top.document.referrer );
  if (url1 != ''){
    var url=url1;
  }else{
    var url='cl_count.php?housenr='+ housenr +'&loc='+top.location.href+'&ref='+top.document.referrer;
  }
  var wind=window.open(url,'Ferienwohnung','height=800,width=1000,resizable=yes,scrollbars=yes,toolbar=yes,status=yes,location=yes');
 
}
 
