OfirmieHandler=function(){return{run:function(b){var c=b.app.getDesktop();var a=c.getWindow("ofirmie-win");if(!a){a=c.showNewWindow(OfirmieWindow,{width:840,height:580,heightNaglowek:150,heightStopka:50})}a.show()}}}();OfertaHandler=function(){return{run:function(d,a){var e=d.app.getDesktop();var c=e.getWindow("oferta-win");if(!c){c=e.showNewWindow(OfertaWindow,{width:840,height:580,heightNaglowek:150,heightStopka:50,activeTab:a})}var b=Ext.ComponentMgr.get("ofertaWindowTabsBody");b.setActiveTab(a);c.show()}}}();RealizacjeHandler=function(){return{run:function(d,a){var e=d.app.getDesktop();var c=e.getWindow("realizacje-win");if(!c){c=e.showNewWindow(RealizacjeWindow,{width:840,height:580,heightNaglowek:150,heightStopka:50,activeTab:a})}var b=Ext.ComponentMgr.get("realizacjeWindowTabsBody");b.setActiveTab(a);c.show()}}}();PracaHandler=function(){return{run:function(b){var c=b.app.getDesktop();var a=c.getWindow("praca-win");if(!a){a=c.showNewWindow(PracaWindow,{width:840,height:580,heightNaglowek:150,heightStopka:50})}a.show()}}}();KontaktHandler=function(){return{run:function(b){var c=b.app.getDesktop();var a=c.getWindow("kontakt-win");if(!a){a=c.showNewWindow(KontaktWindow,{width:840,height:580,heightNaglowek:150,heightStopka:50})}a.show()}}}();LinkiHandler=function(){return{run:function(b){var c=b.app.getDesktop();var a=c.getWindow("linki-win");if(!a){a=c.showNewWindow(LinkiWindow,{width:840,height:580,heightNaglowek:150,heightStopka:50})}a.show()}}}();/*
 * Ext JS Library 3.1.0
 * Copyright(c) 2006-2009 Ext JS, LLC
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
var windowIndex=0;MnfDesktop=new Ext.app.App({init:function(){Ext.QuickTips.init()},getModules:function(){return[new MnfDesktop.OfirmieModule(),new MnfDesktop.OfertaModule(),new MnfDesktop.OfertaPodmenuModule(),new MnfDesktop.RealizacjeModule(),new MnfDesktop.RealizacjePodmenuModule(),new MnfDesktop.PracaModule(),new MnfDesktop.KontaktModule(),new MnfDesktop.LinkiModule(),]},getStartConfig:function(){return{title:"Polecenia",iconCls:"user",toolItems:[{text:"Zaloguj",iconCls:"settings",scope:this}]}}});MnfDesktop.OfirmieModule=Ext.extend(Ext.app.Module,{id:"ofirmie-win",inLauncher:true,init:function(){this.launcher={text:"O firmie",iconCls:"icon-ofirmie",handler:this.runAction,scope:this}},runAction:function(){OfirmieHandler.run(this)}});MnfDesktop.OfertaModule=Ext.extend(Ext.app.Module,{id:"oferta-win",inLauncher:false,init:function(){this.launcher={text:"Oferta",iconCls:"icon-oferta",handler:this.runAction,scope:this}},runAction:function(){OfertaHandler.run(this,0)}});MnfDesktop.OfertaPodmenuModule=Ext.extend(Ext.app.Module,{inLauncher:true,id:"ofertapodmenu-win",init:function(){this.launcher={text:"Oferta",iconCls:"icon-oferta",handler:function(){return false},menu:{items:[{text:"Filozofia współpracy",tmp:++windowIndex,iconCls:"icon-ofertafilozofiawspolpracy",handler:this.runOfertaFilozofia,scope:this,windowId:windowIndex},{text:"Nieruchomości Future 2.0",tmp:++windowIndex,iconCls:"icon-ofertanieruchomoscifuture",handler:this.runOfertaNieruchomosci,scope:this,windowId:windowIndex},{text:"Biuro rachunkowe",tmp:++windowIndex,iconCls:"icon-ofertabiurorachunkowe",handler:this.runOfertaBiuroRachunkowe,scope:this,windowId:windowIndex},{text:"Oprogramowanie",tmp:++windowIndex,iconCls:"icon-ofertaoprogramowanie",handler:this.runOfertaOprogramowanie,scope:this,windowId:windowIndex},{text:"Internet",tmp:++windowIndex,iconCls:"icon-ofertainternet",handler:this.runOfertaInternet,scope:this,windowId:windowIndex},{text:"Opieka techniczna",tmp:++windowIndex,iconCls:"icon-ofertaopiekatechniczna",handler:this.runOfertaOpiekaTechniczna,scope:this,windowId:windowIndex},{text:"Szkolenia",tmp:++windowIndex,iconCls:"icon-ofertaszkolenia",handler:this.runOfertaSzkolenia,scope:this,windowId:windowIndex}]}}},runOfertaFilozofia:function(){OfertaHandler.run(this,0)},runOfertaNieruchomosci:function(){OfertaHandler.run(this,1)},runOfertaBiuroRachunkowe:function(){OfertaHandler.run(this,2)},runOfertaOprogramowanie:function(){OfertaHandler.run(this,3)},runOfertaInternet:function(){OfertaHandler.run(this,4)},runOfertaOpiekaTechniczna:function(){OfertaHandler.run(this,5)},runOfertaSzkolenia:function(){OfertaHandler.run(this,6)}});MnfDesktop.RealizacjeModule=Ext.extend(Ext.app.Module,{id:"realizacje-win",inLauncher:false,init:function(){this.launcher={text:"Realizacje",iconCls:"icon-realizacje",handler:this.runAction,scope:this}},runAction:function(){RealizacjeHandler.run(this,0)}});MnfDesktop.RealizacjePodmenuModule=Ext.extend(Ext.app.Module,{inLauncher:true,id:"realizacjepodmenu-win",init:function(){this.launcher={text:"Realizacje",iconCls:"icon-realizacje",handler:function(){return false},menu:{items:[{text:"Wszystkie",tmp:++windowIndex,iconCls:"icon-realizacjewszystkie",handler:this.runRealizacjeWszystkie,scope:this,windowId:windowIndex},{text:"Nieruchomości",tmp:++windowIndex,iconCls:"icon-realizacjenieruchomosci",handler:this.runRealizacjeNieruchomosci,scope:this,windowId:windowIndex},{text:"Internet",tmp:++windowIndex,iconCls:"icon-realizacjeinternet",handler:this.runRealizacjeInternet,scope:this,windowId:windowIndex},{text:"Oprogramowanie",tmp:++windowIndex,iconCls:"icon-realizacjeoprogramowanie",handler:this.runRealizacjeOprogramowanie,scope:this,windowId:windowIndex},{text:"Referencje",tmp:++windowIndex,iconCls:"icon-realizacjereferencje",handler:this.runRealizacjeReferencje,scope:this,windowId:windowIndex},{text:"Klienci",tmp:++windowIndex,iconCls:"icon-realizacjereferencje",handler:this.runRealizacjeKlienci,scope:this,windowId:windowIndex}]}}},runRealizacjeWszystkie:function(){RealizacjeHandler.run(this,0)},runRealizacjeNieruchomosci:function(){RealizacjeHandler.run(this,1)},runRealizacjeInternet:function(){RealizacjeHandler.run(this,2)},runRealizacjeOprogramowanie:function(){RealizacjeHandler.run(this,3)},runRealizacjeReferencje:function(){RealizacjeHandler.run(this,4)},runRealizacjeKlienci:function(){RealizacjeHandler.run(this,5)}});MnfDesktop.PracaModule=Ext.extend(Ext.app.Module,{id:"praca-win",inLauncher:true,init:function(){this.launcher={text:"Praca",iconCls:"icon-praca",handler:this.runAction,scope:this}},runAction:function(){PracaHandler.run(this)}});MnfDesktop.KontaktModule=Ext.extend(Ext.app.Module,{id:"kontakt-win",inLauncher:true,init:function(){this.launcher={text:"Kontakt",iconCls:"icon-kontakt",handler:this.runAction,scope:this}},runAction:function(){KontaktHandler.run(this)}});MnfDesktop.LinkiModule=Ext.extend(Ext.app.Module,{id:"linki-win",inLauncher:true,init:function(){this.launcher={text:"Linki",iconCls:"icon-linki",handler:this.runAction,scope:this}},runAction:function(){LinkiHandler.run(this)}});KontaktWindow=new function(){var b=undefined;var c=undefined;function a(d){var e=new Ext.Panel({layout:"ux.center",region:"north",width:"100%",height:d,deferredRenderer:true,preventBodyReset:true,items:[{html:'<img src="./MnfSources/staticHtml/img/kontakt.jpg"/>'}]});return e}return{scope:this,create:function(e,d){width=e.width;height=e.height;c=a(e.heightNaglowek);b=new Ext.Window({id:"kontakt-win",manager:d,title:"kontakt",layout:"border",width:e.width,modal:false,height:e.height,plain:true,items:[c,{xtype:"iframepanel",id:"kontaktBodyPanel",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/KontaktBody.html"},{xtype:"iframepanel",id:"kontaktStopka",region:"south",header:false,height:e.heightStopka,loadMask:true,defaultSrc:"./MnfSources/staticHtml/Stopka.html"}]})},show:function(){b.show()},close:function(){b.close()},getWindow:function(){return b}}}();LinkiWindow=new function(){var d=undefined;var e=undefined;var b=undefined;var c=undefined;function a(f){var g=new Ext.Panel({layout:"ux.center",region:"north",width:"100%",height:f,deferredRenderer:true,preventBodyReset:true,items:[{html:'<img src="./MnfSources/staticHtml/img/linki.jpg"/>'}]});return g}return{scope:this,create:function(g,f){width=g.width;height=g.height;e=a(g.heightNaglowek);d=new Ext.Window({id:"linki-win",manager:f,title:"linki",layout:"border",width:g.width,modal:false,height:g.height,plain:true,items:[e,{xtype:"iframepanel",id:"linkiBodyPanel",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/LinkiBody.html"},{xtype:"iframepanel",id:"linkiStopka",region:"south",header:false,height:g.heightStopka,loadMask:true,defaultSrc:"./MnfSources/staticHtml/Stopka.html"}]})},show:function(){d.show()},close:function(){d.close()},getWindow:function(){return d}}}();OfertaWindow=new function(){var j=undefined;var q=undefined;var h=undefined;var p=undefined;var i=undefined;var c=undefined;var b=undefined;var f=undefined;var g=undefined;var s=undefined;function r(t){var u=new Ext.Panel({layout:"ux.center",region:"north",width:"100%",height:t,deferredRenderer:true,preventBodyReset:true,items:[{html:'<img src="./MnfSources/staticHtml/img/oferta.jpg"/>'}]});return u}function k(){var t={xtype:"iframepanel",title:"Filozofia współpracy",id:"ofertaBodyFilozofiaOprogramowania",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/OfertaBodyFilozofiaOprogramowania.html"};return t}function e(){var t={xtype:"iframepanel",title:"Nieruchomości",id:"ofertaBodyNieruchomosci",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/OfertaBodyNieruchomosci.html"};return t}function n(){var t={xtype:"iframepanel",title:"Biura rachunkowe",id:"ofertaBodyBiuroRachunkowe",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/OfertaBodyBiuroRachunkowe.html"};return t}function d(){var t={xtype:"iframepanel",title:"Oprogramowanie",id:"ofertaBodyOprogramowanieNaZamownienie",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/OfertaBodyOprogramowanieNaZamowienie.html"};return t}function m(){var t={xtype:"iframepanel",title:"Internet",id:"ofertaBodyInternet",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/OfertaBodyInternet.html"};return t}function a(){var t={xtype:"iframepanel",title:"Opieka techniczna",id:"ofertaBodyOpiekaTechniczna",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/OfertaBodyOpiekaTechniczna.html"};return t}function l(){var t={xtype:"iframepanel",title:"Szkolenia",id:"ofertaBodySzkolenia",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/OfertaBodySzkolenia.html"};return t}function o(t){p=k();i=e();c=n();b=d();f=m();g=a();s=l();var u=new Ext.TabPanel({id:"ofertaWindowTabsBody",region:"center",activeTab:t,items:[p,i,c,b,f,g,s]});return u}return{scope:this,create:function(u,t){width=u.width;height=u.height;q=r(u.heightNaglowek);h=o(u.activeTab);j=new Ext.Window({id:"oferta-win",manager:t,title:"Oferta",layout:"border",width:u.width,modal:false,height:u.height,plain:true,items:[q,h,{xtype:"iframepanel",id:"ofertaStopka",region:"south",header:false,height:u.heightStopka,loadMask:true,defaultSrc:"./MnfSources/staticHtml/Stopka.html"}]})},show:function(){j.show()},close:function(){j.close()},getWindow:function(){return j},setActiveTab:function(t){h.setActiveTab(t)}}}();OfirmieWindow=new function(){var d=undefined;var e=undefined;var b=undefined;var c=undefined;function a(f){var g=new Ext.Panel({layout:"ux.center",region:"north",width:"100%",height:f,deferredRenderer:true,preventBodyReset:true,items:[{html:'<img src="./MnfSources/staticHtml/img/ofirmie.jpg"/>'}]});return g}return{scope:this,create:function(g,f){width=g.width;height=g.height;e=a(g.heightNaglowek);d=new Ext.Window({id:"ofirmie-win",manager:f,title:"O firmie",layout:"border",width:g.width,modal:false,height:g.height,plain:true,items:[e,{xtype:"iframepanel",id:"oFirmieBodyPanel",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/OfirmieBody.html"},{xtype:"iframepanel",id:"oFirmieStopka",region:"south",header:false,height:g.heightStopka,loadMask:true,defaultSrc:"./MnfSources/staticHtml/Stopka.html"}]})},show:function(){d.show()},close:function(){d.close()},getWindow:function(){return d}}}();PracaWindow=new function(){var f=undefined;var g=undefined;var b=undefined;var e=undefined;function a(h){var i=new Ext.Panel({layout:"ux.center",region:"north",width:"100%",height:h,deferredRenderer:true,preventBodyReset:true,items:[{html:'<img src="./MnfSources/staticHtml/img/praca.jpg"/>'}]});return i}function c(){var h=new Ext.Panel({layout:"fit",region:"center",deferredRenderer:true,preventBodyReset:true,autoScroll:true,autoLoad:{url:"./AllMnf/staticHtml/STRONA_MNF/PracaBody.html",callback:this.initSearch,scope:this,scripts:true}});return h}function d(h){var i=new Ext.Panel({layout:"fit",region:"south",height:h,deferredRenderer:true,preventBodyReset:true,autoLoad:{url:"./AllMnf/staticHtml/STRONA_MNF/Stopka.html",callback:this.initSearch,scope:this,scripts:true}});return i}return{scope:this,create:function(i,h){width=i.width;height=i.height;g=a(i.heightNaglowek);b=c();e=d(i.heightStopka);f=new Ext.Window({id:"praca-win",manager:h,title:"Praca",layout:"border",width:i.width,modal:false,height:i.height,plain:true,items:[g,{xtype:"iframepanel",id:"pracaBodyPanel",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/PracaBody.html"},{xtype:"iframepanel",id:"pracaStopka",region:"south",header:false,height:i.heightStopka,loadMask:true,defaultSrc:"./MnfSources/staticHtml/Stopka.html"}]})},show:function(){f.show()},close:function(){f.close()},getWindow:function(){return f}}}();RealizacjeWindow=new function(){var k=undefined;var p=undefined;var i=undefined;var r=undefined;var j=undefined;var h=undefined;var c=undefined;var b=undefined;var e=undefined;var m=undefined;function q(s){var t=new Ext.Panel({layout:"ux.center",region:"north",width:"100%",height:s,deferredRenderer:true,preventBodyReset:true,items:[{html:'<img src="./MnfSources/staticHtml/img/realizacje.jpg"/>'}]});return t}function a(){var s={xtype:"iframepanel",title:"Wszystkie",id:"realizacjeBodyWszystkie",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/RealizacjeBodyWszystkie.html"};return s}function g(){var s={xtype:"iframepanel",title:"Nieruchomości",id:"realizacjeBodyNieruchomosci",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/RealizacjeBodyNieruchomosci.html"};return s}function n(){var s={xtype:"iframepanel",title:"Internet",id:"realizacjeBodyInternet",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/RealizacjeBodyInternet.html"};return s}function f(){var s={xtype:"iframepanel",title:"Oprogramowanie",id:"realizacjeBodyOprogramowanie",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/RealizacjeBodyOprogramowanieDedykowane.html"};return s}function d(){var s={xtype:"iframepanel",title:"Klienci",id:"realizacjeBodyKlienci",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/RealizacjeBodyKlienci.html"};return s}function l(){var s={xtype:"iframepanel",title:"Referencje",id:"realizacjeBodyReferencje",region:"center",header:false,loadMask:true,defaultSrc:"./MnfSources/staticHtml/RealizacjeBodyReferencje.html"};return s}function o(s){r=a();j=g();h=n();b=d();c=f();e=l();var t=new Ext.TabPanel({id:"realizacjeWindowTabsBody",region:"center",activeTab:s,items:[r,j,h,c,e,b]});return t}return{scope:this,create:function(t,s){width=t.width;height=t.height;p=q(t.heightNaglowek);i=o(t.activeTab);k=new Ext.Window({id:"realizacje-win",manager:s,title:"Realizacje",layout:"border",width:t.width,modal:false,height:t.height,plain:true,items:[p,i,{xtype:"iframepanel",id:"realizacjeStopka",region:"south",header:false,height:t.heightStopka,loadMask:true,defaultSrc:"./MnfSources/staticHtml/Stopka.html"}]})},show:function(){k.show()},close:function(){k.close()},getWindow:function(){return k},setActiveTab:function(s){i.setActiveTab(s)}}}();
