function removeButton(a){num=a.id.match(/del_dest_(.*)/)[1];jQuery('#adv_file_upload_destination_'+num).remove()}function addButton(a){index_field=jQuery('#index');var b=index_field.val();jQuery('
',{id:'adv_file_upload_destination_'+b,style:'overflow:hidden;'}).appendTo('#adv_file_upload_destinations');jQuery('',{id:'adv_file_upload_destination_label_'+b,name:'adv_file_upload_destination['+b+'][label]',type:'text',style:'float:left;width:135px;'}).appendTo('#adv_file_upload_destination_'+b);jQuery('',{id:'adv_file_upload_destination_destination_'+b,name:'adv_file_upload_destination['+b+'][dest]',type:'text',style:'float:left;width:285px;'}).appendTo('#adv_file_upload_destination_'+b);jQuery('',{id:'adv_file_upload_destination_library_'+b,name:'adv_file_upload_destination['+b+'][library]',type:'checkbox',value:'1',style:'float:left;margin:5px;'}).appendTo('#adv_file_upload_destination_'+b);jQuery('',{id:'del_dest_'+b,name:'del_dest',type:'button',style:'width:2.5em;float:right;',class:'button button-primary',value:'-',onClick:'removeButton(this)'}).appendTo('#adv_file_upload_destination_'+b);b++;index_field.val(b)}