if(typeof DiagnosisMethod == "undefined") DiagnosisMethod={};
DiagnosisMethod_class = function() {};
Object.extend(DiagnosisMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVisitorDetails: function(pWidth, pHeight, pColorDepth, title, url, sectionId, isPage, ownerId) {
		return this.invoke("GetVisitorDetails", {"pWidth":pWidth, "pHeight":pHeight, "pColorDepth":pColorDepth, "title":title, "url":url, "sectionId":sectionId, "isPage":isPage, "ownerId":ownerId}, this.GetVisitorDetails.getArguments().slice(8));
	},
	url: '/ajaxpro/ZproConsoleMenu.userctrl.eWA_WebDiagnosis,ZproConsoleMenu.ashx'
}));
DiagnosisMethod = new DiagnosisMethod_class();

