if(typeof ajaxsvc == "undefined") ajaxsvc={};
ajaxsvc_class = function() {};
Object.extend(ajaxsvc_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	bugReport: function(txtDes, Txt_topic, FUL_Pic, txtUsrName, err_pos_x, err_pos_y) {
		return this.invoke("bugReport", {"txtDes":txtDes, "Txt_topic":Txt_topic, "FUL_Pic":FUL_Pic, "txtUsrName":txtUsrName, "err_pos_x":err_pos_x, "err_pos_y":err_pos_y}, this.bugReport.getArguments().slice(6));
	},
	NewObjReport: function(txtName, txtAdd, txtPhone, txtKeyWord, txtNewDes, txtURL, txtNewPic, txtNewUsrName, err_pos_x, err_pos_y) {
		return this.invoke("NewObjReport", {"txtName":txtName, "txtAdd":txtAdd, "txtPhone":txtPhone, "txtKeyWord":txtKeyWord, "txtNewDes":txtNewDes, "txtURL":txtURL, "txtNewPic":txtNewPic, "txtNewUsrName":txtNewUsrName, "err_pos_x":err_pos_x, "err_pos_y":err_pos_y}, this.NewObjReport.getArguments().slice(10));
	},
	getAD: function(pos_x1, pos_y1, pos_x2, pos_y2) {
		return this.invoke("getAD", {"pos_x1":pos_x1, "pos_y1":pos_y1, "pos_x2":pos_x2, "pos_y2":pos_y2}, this.getAD.getArguments().slice(4));
	},
	getpos: function(pos_x1, pos_y1, pos_x2, pos_y2, zoom, type) {
		return this.invoke("getpos", {"pos_x1":pos_x1, "pos_y1":pos_y1, "pos_x2":pos_x2, "pos_y2":pos_y2, "zoom":zoom, "type":type}, this.getpos.getArguments().slice(6));
	},
	url: '/ajaxpro/ajaxsvc,App_Web_default.aspx.cdcab7d2.ashx'
}));
ajaxsvc = new ajaxsvc_class();

