var Config = {
	Options :  {
		url : "/.wm/modules/wmscripts/client/php/index.php"
	},

	Feedback : {
		show : {
			method : "get",
			update : "content",
			postBody : {
				"script_id" : 1776
			}
		},

		send : {
//			frm : "frm_feedback",
			postBody : {
				"script_id" : 1776,
				"func" : "send"
			}
		},

		msg : {
			update : "content",
			postBody : {
				"script_id" : 1776,
				"func" : "msg"
			}
		},

		error : {
			update : "__error",
			postBody : {
				"script_id" : 1776,
				"func" : "error"
			}
		}
	}
}