/*
 * Ext JS Library 2.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */
var centerItem;
var menuHome;
  var tools = [{
        id:'close',
        handler: function(e, target, panel){
            panel.ownerCt.remove(panel, true);
        }
    }];
function homelayout(){
   
    //Ext.state.Manager.setProvider(new Ext.state.CookieProvider());
    
    switchTheme("1");   
    
    var viewport = new Ext.Viewport({
        layout:'border',
        items:[
        {
            region:'north', 
            id:'north-panel',
            //split:true,
            height : 60,
            minSize: 60,
            maxSize: 60,           
            style:'padding:0px 0px 0px 0px',                   
            html: '<iframe id="test" src="../Header/Header2.aspx" width="100%" height="100%" scrolling="no" frameborder="0"></iframe>',           
            //collapsible: true,
            margins:'0 0 0 0',
            layoutConfig:{
                animate:true
            },
            layout:'accordion'
        },
        { 
            region:'west',
            id:'west-panel',
            //title:'Nextw@ver',
            width: 215,
            //layout:'fix',
            //split:true, 
            iconCls:'network',          
            minSize: 250,
            maxSize: 250,
            margins:'0 0 0 0', 
            layoutConfig:{
                animate:true
            },
            items:[
                {
                    //title:'Nextw@ver',
                    //width: 250,
                    layout:'accordion',
                    margins:'0 0 0 0', 
                    layoutConfig:{
                        animate:true
                    },
                    items:this.menuHome
                },
              //  loginPanel,
                {
                    title: 'Ê¶ÔµÔ¼Ùéà¢éÒªÁ', 
				    height : 200,
                    style:'padding:2px 2px 2px 2px',                                   
                    frame:true,                             
                    html: '<iframe id="test" src="http://www.countstats.co.cc/online/view.aspx?ID=nextwaver273526" width="100%" height="100%"  scrolling="no"frameborder="0"></iframe>'
                }               
            ]
            //items:this.menuHome
            //items:treeTemp
        },
        {
            region:'center', 
            id:'center-panel',
            split:true,
            height : 60,
            minSize: 60,
            maxSize: 60,
            margins:'0 0 0 0',
            layout:'fit',
            items:[  new Ext.TabPanel({
                        region:'center',
                        id:'tabinfomation',
                        deferredRender:false,
                        enableTabScroll:true, 
                        //plugins: new Ext.ux.TabCloseMenu(),
                        activeTab:0,                   
                        autoTabs:true,                           
                        items:[{
                            xtype:'portal',                                   
                            layout: 'column',
                            region:'center',
                            margins:'5 5 5 0',
                            iconCls:'ihome',
                            title: 'Home',                                   
                            items:[
                            {
                                columnWidth:.75,                                        
                                style:'padding:5px 0 5px 5px',
                                items:[{
                                    title: '¢èÒÇ»ÃÐ¡ÒÈ',
                                    tools: tools,  
                                    height:660,                                          
                                    html: '<iframe id="test" src="../semina/SUMsemina.aspx" width="100%" height="100%" frameborder="0"></iframe>'
                            }
//                                ,
//                                {
//                                    title: 'ÊÔ¹¤éÒºÃÔ¡ÒÃáÅÐâ»ÃâÁªÑè¹',
//                                    tools: tools,  
//                                    height:300,                                          
//                                    html: '<iframe id="test" src="../Next/News.aspx" width="100%" height="100%" scrolling="no" frameborder="0"></iframe>'
//                                }
                            ]},{
                            columnWidth:.25,
                            style:'padding:5px 0 5px 5px',
                            items:[{
                                    title: 'Product',
                                    height:350,
                                    layout:'fit',
                                    tools: tools,                                           
                                    html: '<iframe id="test" src="../semina/product.aspx" width="100%" height="100%"  scrolling="no"frameborder="0"></iframe>'
                            },
//                                {
//                                    title: 'Promotion',
//                                    layout:'fit',
//                                    height:160,
//                                    tools: tools,                                            
//                                    html: '<iframe id="test" src="../semina/promotion.aspx" width="100%" height="100%"  scrolling="no"frameborder="0"></iframe>'
//                                },
                             {
                                    title: 'Seminar Update',
                                    layout:'fit',
                                    height:300,
                                    tools: tools,                                            
                                    html: '<iframe id="test" src="../semina/SeminarList.aspx" width="100%" height="100%"  scrolling="no"frameborder="0"></iframe>'
                             }]
                        }]   
                    },
                    {
                            xtype:'portal',                                   
                            layout: 'column',
                            region:'center',
                            margins:'5 5 5 0',
                            title: 'µÒÃÒ§ÊÑÁÁ¹Ò',
                            iconCls:'icalendar',
                            height:600,
                            layout:'fit',
                            tools: tools,                                           
                            html: '<iframe src="http://www.google.com/calendar/embed?src=tjanthima%40gmail.com&ctz=Asia/Bangkok" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>'
                   }]
              })]
          }]
     });    
    
     var w = Ext.getCmp('west-panel');   
     w.expand(); 
}

var Calendar = 

function Redirect()
{
    window.location.href = '../main/main.aspx';
}

