
function s_hliste(kenner_id)
{
parts=regionen_2[kenner_id].split('#');
parts[1]=parts[1].replace(/&/g,'%26');
window.location.href=uebergabe_hotel+'&zielgebiets_kenner='+parts[6]+'&detail=hotel&anzahl_treffer_gesamt='+parts[7];
}

function zur_suche(showresult)
{
  window.location.href=uebergabe_hotel+'&zielgebiets_kenner=-1&showresult='+showresult;
}

function s_liste_tabelle(nurflug,pfad_images)
{
   if(regionen_2.length <= 0) {}
   else
   {
        for(i=0;i<regionen_2.length;i++)
        {
            parts_2=regionen_2[i].split("#");
            if(parts_2[8]=='')
            {
                document.write('<tr>');
                document.write('<td class="'+parts_2[2]+'" colspan="4" height="20">');
                if(nurflug!=1)
                {
                    document.write('&nbsp;<a href="javascript:s_hliste('+i+');" class="aufrufregion"><b></b>'+parts_2[5]+'</a>');
                }
                else {
                    document.write('&nbsp;<b>'+parts_2[5]+'</b>');
                }
                document.write('</td>');
                document.write('</tr>');
            }
            else
            {
                document.write('<tr>');
                document.write('<td class="'+parts_2[3]+'">&nbsp;');
                document.write('<a href="javascript:oHIB(\'\',\''+parts_2[8]+'\',\''+parts_2[8]+'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'region\');"><img src="'+pfad_images+'/info.gif" alt="" border="0" width="14" height="14"></a>');
                document.write('</td>');
                document.write('<td class="'+parts_2[3]+'">');
                document.write('<a href="javascript:s_hliste('+i+');" class="aufrufziel">'+parts_2[5]+'</a>');
                document.write('</td>');
                document.write('<td class="'+parts_2[3]+'">');
                document.write('<img src="'+pfad_images+'/'+parts_2[4]+'" alt="" border="0" width="134" height="22">');
                document.write('</td>');
                document.write('<td class="'+parts_2[3]+'" align="right">');
                document.write('<a href="javascript:s_hliste('+i+');" class="aufrufziel">ab '+parts_2[9]+',-&euro;</a>&nbsp;&nbsp;&nbsp;');
                document.write('</td>');
                document.write('</tr>');
            }
        }
   }
}
