function recommendOpen(a,b){try{var c=dojo.byId(a);dojo.xhrPost({url:dojo.attr(c,"action"),handleAs:"json",preventCache:true,form:c,load:function(f,e){if(f.success){if(b=="shadowbox"){Shadowbox.open({player:"iframe",width:582,height:660,content:"/Recommendation/ShowForm"})}if(b=="current"){document.location.href="/Recommendation/ShowForm"}}else{alert("session-strore failed")}}})}catch(d){}}function recommendSelectedItems(){var c=dojo.byId("recommendSelected");var a=0;if(document.recommendSelection.recommendSelected.length==undefined){if(document.recommendSelection.recommendSelected.checked){var d=dojo.byId("recommend_"+document.recommendSelection.recommendSelected.value)[0];var e=dojo.clone(d);dojo.attr(e,"name",a);dojo.place(e,c);a++}}else{for(var b=0;b<document.recommendSelection.recommendSelected.length;b++){if(document.recommendSelection.recommendSelected[b].checked){var d=dojo.byId("recommend_"+document.recommendSelection.recommendSelected[b].value)[0];var e=dojo.clone(d);dojo.attr(e,"name",a);dojo.place(e,c);a++}}}if(a==0){alert("Bitte wählen Sie mindestens ein Angebot aus")}else{recommendOpen("recommendSelected","current")}}function removeSelectedItems(){var d=dojo.byId("recommendSelected");var a=0;var c=new Array();if(document.recommendSelection.recommendSelected.length==undefined){if(document.recommendSelection.recommendSelected.checked){c.push(document.recommendSelection.identifier.value);a++}notepadDeleteOffers(c)}else{for(var b=0;b<document.recommendSelection.recommendSelected.length;b++){if(document.recommendSelection.recommendSelected[b].checked){c.push(document.recommendSelection.identifier[b].value);a++}}notepadDeleteOffers(c)}if(a==0){alert("Bitte wählen Sie mindestens ein Angebot aus")}};
