Type.registerNamespace('vental.Exp');
vental.Exp.GetMediumImage=function() {
vental.Exp.GetMediumImage.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
vental.Exp.GetMediumImage.prototype={
GetImage_Medium:function(img_name,imgIndex,prevImgIndexG,imgPath,imgDescr,imagewidth,succeededCallback, failedCallback, userContext) {
return this._invoke(vental.Exp.GetMediumImage.get_path(), 'GetImage_Medium',false,{img_name:img_name,imgIndex:imgIndex,prevImgIndexG:prevImgIndexG,imgPath:imgPath,imgDescr:imgDescr,imagewidth:imagewidth},succeededCallback,failedCallback,userContext); },
GetImage_Next:function(imgIndex,imgPath,imageIngress,prevImgIndexG,imagewidth,succeededCallback, failedCallback, userContext) {
return this._invoke(vental.Exp.GetMediumImage.get_path(), 'GetImage_Next',false,{imgIndex:imgIndex,imgPath:imgPath,imageIngress:imageIngress,prevImgIndexG:prevImgIndexG,imagewidth:imagewidth},succeededCallback,failedCallback,userContext); },
GetImage_slideshow:function(imgIndex,imgPath,imageIngress,prevImgIndexG,imagewidth,succeededCallback, failedCallback, userContext) {
return this._invoke(vental.Exp.GetMediumImage.get_path(), 'GetImage_slideshow',false,{imgIndex:imgIndex,imgPath:imgPath,imageIngress:imageIngress,prevImgIndexG:prevImgIndexG,imagewidth:imagewidth},succeededCallback,failedCallback,userContext); },
GetImage_Previous:function(imgIndex,imgPath,imageIngress,prevImgIndexG,imagewidth,succeededCallback, failedCallback, userContext) {
return this._invoke(vental.Exp.GetMediumImage.get_path(), 'GetImage_Previous',false,{imgIndex:imgIndex,imgPath:imgPath,imageIngress:imageIngress,prevImgIndexG:prevImgIndexG,imagewidth:imagewidth},succeededCallback,failedCallback,userContext); },
GetImage_Medium_Prod:function(img_name,imgIndex,prevImgIndexG,imgPath,imgDescr,imagewidth,succeededCallback, failedCallback, userContext) {
return this._invoke(vental.Exp.GetMediumImage.get_path(), 'GetImage_Medium_Prod',false,{img_name:img_name,imgIndex:imgIndex,prevImgIndexG:prevImgIndexG,imgPath:imgPath,imgDescr:imgDescr,imagewidth:imagewidth},succeededCallback,failedCallback,userContext); }}
vental.Exp.GetMediumImage.registerClass('vental.Exp.GetMediumImage',Sys.Net.WebServiceProxy);
vental.Exp.GetMediumImage._staticInstance = new vental.Exp.GetMediumImage();
vental.Exp.GetMediumImage.set_path = function(value) { vental.Exp.GetMediumImage._staticInstance._path = value; }
vental.Exp.GetMediumImage.get_path = function() { return vental.Exp.GetMediumImage._staticInstance._path; }
vental.Exp.GetMediumImage.set_timeout = function(value) { vental.Exp.GetMediumImage._staticInstance._timeout = value; }
vental.Exp.GetMediumImage.get_timeout = function() { return vental.Exp.GetMediumImage._staticInstance._timeout; }
vental.Exp.GetMediumImage.set_defaultUserContext = function(value) { vental.Exp.GetMediumImage._staticInstance._userContext = value; }
vental.Exp.GetMediumImage.get_defaultUserContext = function() { return vental.Exp.GetMediumImage._staticInstance._userContext; }
vental.Exp.GetMediumImage.set_defaultSucceededCallback = function(value) { vental.Exp.GetMediumImage._staticInstance._succeeded = value; }
vental.Exp.GetMediumImage.get_defaultSucceededCallback = function() { return vental.Exp.GetMediumImage._staticInstance._succeeded; }
vental.Exp.GetMediumImage.set_defaultFailedCallback = function(value) { vental.Exp.GetMediumImage._staticInstance._failed = value; }
vental.Exp.GetMediumImage.get_defaultFailedCallback = function() { return vental.Exp.GetMediumImage._staticInstance._failed; }
vental.Exp.GetMediumImage.set_path("/GetMediumImage.asmx");
vental.Exp.GetMediumImage.GetImage_Medium= function(img_name,imgIndex,prevImgIndexG,imgPath,imgDescr,imagewidth,onSuccess,onFailed,userContext) {vental.Exp.GetMediumImage._staticInstance.GetImage_Medium(img_name,imgIndex,prevImgIndexG,imgPath,imgDescr,imagewidth,onSuccess,onFailed,userContext); }
vental.Exp.GetMediumImage.GetImage_Next= function(imgIndex,imgPath,imageIngress,prevImgIndexG,imagewidth,onSuccess,onFailed,userContext) {vental.Exp.GetMediumImage._staticInstance.GetImage_Next(imgIndex,imgPath,imageIngress,prevImgIndexG,imagewidth,onSuccess,onFailed,userContext); }
vental.Exp.GetMediumImage.GetImage_slideshow= function(imgIndex,imgPath,imageIngress,prevImgIndexG,imagewidth,onSuccess,onFailed,userContext) {vental.Exp.GetMediumImage._staticInstance.GetImage_slideshow(imgIndex,imgPath,imageIngress,prevImgIndexG,imagewidth,onSuccess,onFailed,userContext); }
vental.Exp.GetMediumImage.GetImage_Previous= function(imgIndex,imgPath,imageIngress,prevImgIndexG,imagewidth,onSuccess,onFailed,userContext) {vental.Exp.GetMediumImage._staticInstance.GetImage_Previous(imgIndex,imgPath,imageIngress,prevImgIndexG,imagewidth,onSuccess,onFailed,userContext); }
vental.Exp.GetMediumImage.GetImage_Medium_Prod= function(img_name,imgIndex,prevImgIndexG,imgPath,imgDescr,imagewidth,onSuccess,onFailed,userContext) {vental.Exp.GetMediumImage._staticInstance.GetImage_Medium_Prod(img_name,imgIndex,prevImgIndexG,imgPath,imgDescr,imagewidth,onSuccess,onFailed,userContext); }

