Ext.onReady(function(){Ext.QuickTips.init();var capFirst=function(c){return c.substr(0,1).toUpperCase()+c.substr(1,c.length-1);}
var content=new Ext.Panel({renderTo:'pcontent',title:capFirst(c),height:467,plain:true,autoScroll:true,cls:'contentArea',bodyStyle:'padding:20px;',autoLoad:{url:'gethtml.php',params:{cmd:c}}});});
