function add2auswahl(c,a,d){$(function(){$.post("/cms/auswahl.php",{action:"add",db:c,str:a},function(b){b={to:"#meinkoffer",className:"ui-effects-transfer"};$("#"+d).effect("transfer",b,500);$(".kofferlink_"+a).parent().html('<a href="/koffer/" style="text-decoration:none;color:gray;">Im Koffer</a>');$(".kofferimg_"+a).parent().html('<a href="/koffer/"><img src="/images/b_koffer.png" alt="" width="18" height="18" /></a>');$("#koffer_"+a).parent().html('<a href="/koffer/" style="text-decoration:none;color:gray;"><img src="/images/b_koffer.png" alt="" width="18" height="18" align="absbottom" />&nbsp;&nbsp;Im Koffer</a>')})})}
$(document).ready(function(){$("ul.dropdown li").dropdown()});$.fn.dropdown=function(){$(this).hover(function(){$(this).addClass("hover");$("> .dir",this).addClass("open");$("ul:first",this).css("visibility","visible")},function(){$(this).removeClass("hover");$(".open",this).removeClass("open");$("ul:first",this).css("visibility","hidden")})};