    Ext.onReady(function(){

	//var temp = document.getElementById("map3d_container").innerHTML;
	//var myDiv = Ext.get('map3d_container');
	//alert(temp);
    new Ext.Viewport({
    layout: 'border',
    items: [{
	            region:'west',
                id:'west-panel',
                title:'Integrated Data an Mapping Platform',
                split:true,
                width: 350,
                minSize: 175,
                maxSize: 400,
                collapsible: true,
                margins:'5 0 5 5',
                cmargins:'5 5 5 5',
                layout:'accordion',
                layoutConfig:{
                    animate:true
                },
                items: [{
                    title:'Maps',
                    html: '<iframe id="f3" name="f3" style="border:0;height:100%;width:100%"></iframe>',
                    border:false,
                    autoScroll:true,
                    iconCls:'settings'
                },{
					 title:'Reports and Documents',
	                    html: '<iframe id="f31" name="f31" style="border:0;height:100%;width:100%"></iframe>',
	                    border:false,
	                    autoScroll:true,
	                    iconCls:'settings'
					},{

					 title:'Services Health & Education',
	                    html: '<iframe id="f311" name="f311" src="/test/iaem/test.htm" style="border:0;height:100%;width:100%"></iframe>',
	                    border:false,
	                    autoScroll:true,
	                    iconCls:'settings'
					},
					{

					 title:'<b>Emergencia Agatha</b>',
	                    html: '<iframe id="f4" name="f4" src="/data/agatha.html" style="border:0;height:100%;width:100%"></iframe>',
	                    border:false,
	                    autoScroll:true,
	                    iconCls:'settings'
					} 
								
					]
    }, {
        region: 'center',
        xtype: 'tabpanel',
        items: {
            title: 'Georefenciación',
            html: '' 
        }
    }]
});

init();
//document.getElementById("f1").src = "http://www.proyectodialogo.org/portal/test/test.htm";

//Antigua página para los municipios y departamentos.
//document.getElementById("f2").src = "/gugle/test.htm";

//document.getElementById("f2").src = "http://200.6.193.201:8080/businessobjects/enterprise115/desktoplaunch/InfoView/lfolders2/display_folder_path_and_objects.jsp";

document.getElementById("f3").src = "/WebSite3/iaem-manco.aspx";
// servicios de salud 
//document.getElementById("f31").src = "/WebSite3/escuelas.html";
document.getElementById("f31").src = "http://200.6.193.201/businessobjects/enterprise115/desktoplaunch/InfoView/lfolders/folders.jsp";

//alert("::");

    });
	
