애니메이트의 특정 아이템을 삭제한다.
nItemIndex 파라미터 미지정시 모든 아이템이 삭제된다.
function btnTest_on_mouseup() { animate.deleteitem(0); }