Ext.ns("Cypher","Cypher.app");Cypher.app.App=Ext.extend(Ext.util.Observable,{commonInit:function(){Ext.BLANK_IMAGE_URL="assets/js/ext-3.2.1/resources/images/default/s.gif"},initApp:function(){var a=new Ext.Panel({contentEl:"loginForm"});oWindow=new Ext.Window({width:650,height:280,layout:"fit",plain:!1,closable:!1,items:a});setTimeout(function(){Ext.get("cypher-loading").remove();Ext.get("cypher-loading-mask").fadeOut({remove:!0});oWindow.show()},300)},run:function(){this.commonInit();this.initApp()}});
Ext.onReady(function(){window.Application=new Cypher.app.App;Application.run()});
