jsAction={login_user:function(ArgOne,ArgTwo){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=login_user"+"&ArgOne="+ArgOne+"&ArgTwo="+ArgTwo; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },logout_user:function(){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=logout_user"; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },delete_user:function(ArgOne){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=delete_user"+"&ArgOne="+ArgOne; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },change_pswd:function(ArgOne,ArgTwo){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=change_pswd"+"&ArgOne="+ArgOne+"&ArgTwo="+ArgTwo; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },edit_event:function(ArgOne){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=edit_event"+"&ArgOne="+ArgOne; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },get_event:function(ArgOne){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=get_event"+"&ArgOne="+ArgOne; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },upload_file:function(){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=upload_file"; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },update_time:function(ArgOne,ArgTwo,ArgThree){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=update_time"+"&ArgOne="+ArgOne+"&ArgTwo="+ArgTwo+"&ArgThree="+ArgThree; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },to_working:function(ArgOne){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=to_working"+"&ArgOne="+ArgOne; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },to_finished:function(ArgOne,ArgTwo,ArgThree){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=to_finished"+"&ArgOne="+ArgOne+"&ArgTwo="+ArgTwo+"&ArgThree="+ArgThree; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },delete_event:function(ArgOne){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=delete_event"+"&ArgOne="+ArgOne; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); },delete_file:function(ArgOne){ var serverMethodParams = "action=jAPIRequest&jAPIMethodClassName=jsAction&jAPIMethodName=delete_file"+"&ArgOne="+ArgOne; return jAPIRemote("/system/actions.js/actions.php",serverMethodParams); }};