MasterPage_class = function() {};
Object.extend(MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getPage: function(PageName) {
		return this.invoke("getPage", {"PageName":PageName}, this.getPage.getArguments().slice(1));
	},
	getPageWithParam: function(PageName, param, path, MainID) {
		return this.invoke("getPageWithParam", {"PageName":PageName, "param":param, "path":path, "MainID":MainID}, this.getPageWithParam.getArguments().slice(4));
	},
	getPageWithParam_2: function(PageName, param, path) {
		return this.invoke("getPageWithParam_2", {"PageName":PageName, "param":param, "path":path}, this.getPageWithParam_2.getArguments().slice(3));
	},
	GetFileContents: function(FullPath, TypeOfPath) {
		return this.invoke("GetFileContents", {"FullPath":FullPath, "TypeOfPath":TypeOfPath}, this.GetFileContents.getArguments().slice(2));
	},
	submitEmail: function(Name, Mobile, Email, Subject, Inquiry) {
		return this.invoke("submitEmail", {"Name":Name, "Mobile":Mobile, "Email":Email, "Subject":Subject, "Inquiry":Inquiry}, this.submitEmail.getArguments().slice(5));
	},
	GetMainMenueIds: function(SelectedTable, main_id) {
		return this.invoke("GetMainMenueIds", {"SelectedTable":SelectedTable, "main_id":main_id}, this.GetMainMenueIds.getArguments().slice(2));
	},
	getCountOfElements: function(Main_ID, SelectedTable) {
		return this.invoke("getCountOfElements", {"Main_ID":Main_ID, "SelectedTable":SelectedTable}, this.getCountOfElements.getArguments().slice(2));
	},
	getMainSub: function(SelectedTable, main_id, sub_title_string) {
		return this.invoke("getMainSub", {"SelectedTable":SelectedTable, "main_id":main_id, "sub_title_string":sub_title_string}, this.getMainSub.getArguments().slice(3));
	},
	SendPartnerInfo: function(Company, FirstName, LastName, DaytimeTelNumber, DaytimeFaxNumber, EmailAddress, Address1, Address2, Address3, City, State, Zipcode, Country, PartnerType, PartnerMessage, PartnerTarget, PartnerMainMessage) {
		return this.invoke("SendPartnerInfo", {"Company":Company, "FirstName":FirstName, "LastName":LastName, "DaytimeTelNumber":DaytimeTelNumber, "DaytimeFaxNumber":DaytimeFaxNumber, "EmailAddress":EmailAddress, "Address1":Address1, "Address2":Address2, "Address3":Address3, "City":City, "State":State, "Zipcode":Zipcode, "Country":Country, "PartnerType":PartnerType, "PartnerMessage":PartnerMessage, "PartnerTarget":PartnerTarget, "PartnerMainMessage":PartnerMainMessage}, this.SendPartnerInfo.getArguments().slice(17));
	},
	url: '/ajaxpro/MasterPage,App_Web_5gchcwek.ashx'
}));
MasterPage = new MasterPage_class();

