/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
Ext.onReady(function(){

	// preventBodyReset: false
	new Ext.Panel({
		title: 'EDITORIAL',
		normal: false,
		width:400,
		renderTo: 'edito',
		autoLoad: 'edito.php'
	});

	
	new Ext.Panel({
		title: 'A découvrir',
        collapsible:true,
		width:250,
		renderTo: 'news1',
		autoLoad: 'decouvrir.htm'
	});	
	
	
	new Ext.Panel({
		title: 'MEDIA',
        collapsible:true,
		width:200,
		renderTo: 'media',
		autoLoad: 'media.htm'
	});	
	
	new Ext.Panel({
		title: 'En route vers Dimanche',
        collapsible:true,
		width:200,
		renderTo: 'mnth',
		autoLoad: 'mnth.htm'
	});	

	new Ext.Panel({
		title: 'Presbyt&#232;re de la Paroisse',
        collapsible:true,
		width:200,
		renderTo: 'adress',
		autoLoad: 'adresse.htm'
	});		
	
	new Ext.Panel({
		title: 'Parole de Dieu',
        collapsible:false,
		width:400,
		renderTo: 'parole',
		autoLoad: 'parole.htm'
	});	



});

