if(typeof Ext=="undefined"){throw"Unable to load Shadowbox, Ext framework not found."}var Shadowbox={};Shadowbox.lib=function(){var A=Ext.lib.Event;return{getStyle:function(C,B){return Ext.get(C).getStyle(B)},setStyle:function(C,B,D){Ext.get(C).setStyle(B,D)},get:function(B){return Ext.getDom(B)},remove:function(B){Ext.get(B).remove()},getTarget:function(B){return A.getTarget(B)},preventDefault:function(B){A.preventDefault(B)},addEvent:function(D,B,C){A.addListener(D,B,C)},removeEvent:function(D,B,C){A.removeListener(D,B,C)},animate:function(B,E,D,F){var C=new Ext.lib.AnimBase(B,E,D,Ext.lib.Easing.easeOut);C.animateX(F)}}}()