Ext.BLANK_IMAGE_URL = 'admin2/s.gif';
Ext.onReady(function(){
	var upDate = new Ext.get("render-form-inscription");
	var upDateStop = upDate.getUpdateManager();
	upDateStop.showLoadIndicator = false;

upDate.load({
	url: "index-loadform-inscription.php",
	scripts: true,
	text :'Chargement en cours...',
	callback: function(){
		Ext.get('loading').fadeOut({remove:true});
		}
	});

});