if(typeof WM == "undefined") WM={};
if(typeof WM.UI == "undefined") WM.UI={};
WM.UI.AjaxLatLonControl_class = function() {};
Object.extend(WM.UI.AjaxLatLonControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	changeFormat: function(myUniqueID, SelectedIndex) {
		return this.invoke("changeFormat", {"myUniqueID":myUniqueID, "SelectedIndex":SelectedIndex}, this.changeFormat.getArguments().slice(2));
	},
	LatSignChanged: function(myUniqueID, SelectedIndex) {
		return this.invoke("LatSignChanged", {"myUniqueID":myUniqueID, "SelectedIndex":SelectedIndex}, this.LatSignChanged.getArguments().slice(2));
	},
	LonSignChanged: function(myUniqueID, SelectedIndex) {
		return this.invoke("LonSignChanged", {"myUniqueID":myUniqueID, "SelectedIndex":SelectedIndex}, this.LonSignChanged.getArguments().slice(2));
	},
	url: '/ajaxpro/WM.UI.AjaxLatLonControl,Waymarking.200.ashx'
}));
WM.UI.AjaxLatLonControl = new WM.UI.AjaxLatLonControl_class();

