var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Design',
    bIsWebPath:true,
    sUrl:'design.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'SAP2000',
        bIsWebPath:true,
        sUrl:'sap2000.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Hangar68',
            bIsWebPath:true,
            sUrl:'hangar68.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'ETABS2000',
        bIsWebPath:true,
        sUrl:'etabs2000.html',
        sTarget:'_self'
    },
    {   sTitle:'REVIT',
        bIsWebPath:true,
        sUrl:'revit.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Programing',
    bIsWebPath:true,
    sUrl:'Programing.html',
    sTarget:'_self'
},
{   sTitle:'IT&Nano',
    bIsWebPath:true,
    sUrl:'ittec.html',
    sTarget:'_self'
},
{   sTitle:'Manage.Proj',
    bIsWebPath:true,
    sUrl:'manproj.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'X-Steel',
        bIsWebPath:true,
        sUrl:'xsteel.html',
        sTarget:'_self'
    },
    {   sTitle:'AUTOCAD',
        bIsWebPath:true,
        sUrl:'cad.html',
        sTarget:'_self'
    },
    {   sTitle:'MS-Project',
        bIsWebPath:true,
        sUrl:'msproject.html',
        sTarget:'_self'
    },
    {   sTitle:'Album',
        bIsWebPath:true,
        sUrl:'album.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'PhotoEND',
            bIsWebPath:true,
            sUrl:'photoend.html',
            sTarget:'_self'
        },
        {   sTitle:'jam',
            bIsWebPath:true,
            sUrl:'jam.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Weblog',
    bIsWebPath:true,
    sUrl:'nanotec.html',
    sTarget:'_self'
},
{   sTitle:'Search',
    bIsWebPath:true,
    sUrl:'Search.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'contact.html',
        sTarget:'_self'
    },
    {   sTitle:'Other',
        bIsWebPath:true,
        sUrl:'other.html',
        sTarget:'_self'
    }]
}]
});
