var ZLei_Museum_Player={widgetEventPrefix:"museumplayer",options:null,_create:function(){},_init:function(){switch(this.options.itemType){case 1:break;case 2:this.element.Gallery(this._optionParser.gallery(this.options.itemDisplayConfig));break;case 3:break;case 4:this.element.Scene_Guide(this._optionParser.scene(this.options.itemDisplayConfig));break}},_optionParser:{scene:function(a){var c={points:new Array()};c.width=a.itemWidth;c.height=a.itemHeight;c.thumbnailScale=a.itemThumbnailScale;c.thumbnailUrl=a.itemThumbnailUrl;for(var b in a.itemPoints){c.points[b]={title:a.itemPoints[b].pointTitle,description:a.itemPoints[b].pointDescription,x:a.itemPoints[b].pointX,y:a.itemPoints[b].pointY,width:a.itemPoints[b].pointWidth,height:a.itemPoints[b].pointHeight,blockWidth:a.itemPoints[b].pointBlockWidth,blockHeight:a.itemPoints[b].pointBlockHeight,blockUrlFormat:a.itemPoints[b].pointBlockUrlFormat,thumbnailUrl:a.itemPoints[b].pointThumbnailUrl}}return c},gallery:function(a){var c=new Array();for(var b in a){c[b]={title:a[b].photoTitle,description:a[b].photoDescription,originalSrc:a[b].photoUrl,thumbnailSrc:a[b].photoThumbnailUrl}}return c}}};$.widget("ZLei.Museum_Player",ZLei_Museum_Player);