function SendForm(e,c,a,b){Sexy.wait(b);var d=new Request.JSON({url:c,onComplete:function(g,f){Sexy.display(0);if(g.Result=="OK"){Sexy.info(g.Msg,{onComplete:function(h){location.href=a}})}else{Sexy.error(g.Msg)}}}).post($(e));return false}function SendData(e,c,a,b){Sexy.wait(b);var d=new Request.JSON({url:c,onComplete:function(g,f){Sexy.display(0);if(g.Result=="OK"){Sexy.info(g.Msg,{onComplete:function(h){location.href=a}})}else{Sexy.error(g.Msg)}}}).post(e)};