/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
var eudlr_StartTabPanel = new Ext.TabPanel( {
    height : '100%',
    width : '100%',
    activeItem: 0, // index or id
    bodyStyle : 'padding : 0px;', //  border : 1px solid red',
    items : [
        {
            title: 'Allgemeines',
            items : [ eudlr_Tab1General ]
            
        },{
            title: 'Ihre Vorhaben'
            ,
            items : [ eudlr_Tab2Processes ]
        }
//        ,{
//            title: 'Ihre Nachrichten',
//            html: 'Not yet implemented'
//        }
    ]
 })

