
  function AusfuellenUndAbschicken(strPLabel, arrPIDs){
    
    var objHTMLSuchbegriff=document.getElementById("Suchbegriff");
    
    objHTMLSuchbegriff.value=strPLabel;    
    window.location.href=(("/shop/produkt.aspx?Aktion=ProduktAnzeigen&Produkt="+escape(strPLabel)+"&ProduktID="+arrPIDs.toString()));
    
  }
  

