function s_hliste(kenner_id)
{
    parts=regionen_2[kenner_id].split('|');
    window.location.href=uebergabe_hotel+'&zielgebiets_kenner='+parts[2]+'&detail=hotel&showresult=1';
}
function zur_suche(showresult)
{
    window.location.href=uebergabe_hotel+'&showresult='+showresult;
}
function s_liste_tabelle(pfad_images)
{
    var str_glhotelTitel="";
    for(i=0;i<regionen_2.length;i++)
    {
        parts_2=regionen_2[i].split("|");

       if(parts_2[2]>=30000) str_glhotelTitel="";
       if(parts_2[2]==30043){
           str_glhotelTitel='title="Nazwa hotelu zostanie Pa&#x0144;stwu podana po przybyciu na miejsce podr&#x00F3;&#x017C;y."';
       }

        if(parts_2[4]==''){
            document.write('<tr>');
            document.write('<td class="regtab2td regtab2tdreg" colspan="3">');
            document.write('<a href="javascript:s_hliste('+i+',0);" class="reglreg" '+str_glhotelTitel+'>'+parts_2[0]+'</a>');
            document.write('</td>');
            document.write('</tr>');
        }
        else{
            document.write('<tr>');
            document.write('<td class="regtab2td regtab2tdziel">');
            document.write('<a href="javascript:oHIB(\'\',\''+parts_2[3]+'\',\''+parts_2[3]+'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'\',\'region\');"><img src="'+pfad_images+'/info.gif" border="0" align="absmiddle" class="reginfo" alt="Wywo&#x0142;uje informacje o kraju w tym rejonie."></a>');
            document.write('<a href="javascript:s_hliste('+i+');" class="reglziel" '+str_glhotelTitel+'>'+parts_2[0]+'</a>');
            document.write('</td>');
            document.write('<td class="regtab2td regtab2tdziel">');
            np=String(parseInt(parts_2[1]/5)*5);
            if(np<80)np=0;
            document.write('<img src="'+pfad_images+'/'+np+'.gif" alt="" border="0">');
            document.write('</td>');
            document.write('<td class="regtab2td regtab2tdziel" align="right">');
            document.write('<a href="javascript:s_hliste('+i+');" class="reglpreis">od '+ConvertPriceValues(parts_2[4],RecalculationType,'EUR',Rmarke)+'</a>');
            document.write('</td>');
            document.write('</tr>');
        }
    }
}
