function onPrevDemand(a){var b=oDemand.offset-1;if(b>=0){oDemand.offset=b;oDemand.container.load(oDemand.getPartialAction,{offset:b,groupId:a})}}function onNextDemand(a){var b=oDemand.offset+1;if(b<oDemand.count){oDemand.offset=b;oDemand.container.load(oDemand.getPartialAction,{offset:b,groupId:a})}}function onAcceptDemand(a,b){oDemand.container.empty();$.post(oDemand.acceptAction,{groupId:a,accountId:b},function(){oDemand.count--;if(oDemand.count>0){oDemand.offset=-1;onNextDemand(a)}})}function onRefuseDemand(a,b){oDemand.container.empty();$.post(oDemand.refuseAction,{groupId:a,accountId:b},function(){oDemand.count--;if(oDemand.count>0){oDemand.offset=-1;onNextDemand(a)}})};