Ext.onReady(function(){Ext.QuickTips.init();var quote=new Ext.Panel({renderTo:'hquote',border:false,layout:'fit',autoLoad:{url:'gethtml.php',params:{cmd:'hquote'}}});var welkom_txt=new Ext.Panel({renderTo:'hwelkom-txt',border:false,width:485,height:150,autoScroll:true,bodyStyle:'background-color:transparent;',autoLoad:{url:'gethtml.php',params:{cmd:'welkomtekst'}}});var werk1_img=new Ext.Panel({renderTo:'hwerk1-img',border:false,autoLoad:{url:'gethtml.php',params:{cmd:'werk1_img'}}});var werk1_txt=new Ext.Panel({renderTo:'hwerk1-txt',border:false,width:230,height:130,bodyStyle:'background-color:transparent;',autoLoad:{url:'gethtml.php',params:{cmd:'werk1_txt'}}});var werk2_img=new Ext.Panel({renderTo:'hwerk2-img',border:false,autoLoad:{url:'gethtml.php',params:{cmd:'werk2_img'}}});var werk2_txt=new Ext.Panel({renderTo:'hwerk2-txt',border:false,width:230,height:130,bodyStyle:'background-color:transparent;',autoLoad:{url:'gethtml.php',params:{cmd:'werk2_txt'}}});});