function ViewWrapper(siteWrapper){this.site = siteWrapper;this.sv = null; this.init= init;this.destroy = destroy;this.ampliar = ampliar;function init(){ if(this.site.fom.getObject("superviewer")){this.sv = new SuperViewer();this.sv.setImageIndex(imgIndex);this.sv.setSuperTitle("");this.sv.init(imgSet);this.sv.setImageAction('site.view.ampliar()');}}function destroy(){}function ampliar(){imgIndex = this.sv.getImageIndex();this.site.openWindow('/superviewer.html?img=' + imgIndex + "&src=" + cid,'superviewer','superviewer');}}
