var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Intro',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html',
    sTarget:'_self'
},
{   sTitle:'Training / Programmes',
    bIsWebPath:true,
    sUrl:'training-programmes.html',
    sTarget:'_self',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Basic Computer',
        bIsWebPath:true,
        sUrl:'computer-basics.html'
    },
    {   sTitle:'Advance Computer',
        bIsWebPath:true,
        sUrl:'computer-advance.html',
        sTarget:'_self'
    },
    {   sTitle:'Basic Graphics Design',
        bIsWebPath:true,
        sUrl:'graphics-basics.html',
        sTarget:'_self'
    },
    {   sTitle:'Advance Graphics Design',
        bIsWebPath:true,
        sUrl:'graphics-advance.html',
        sTarget:'_self'
    },
    {   sTitle:'Printing & Design Complete',
        bIsWebPath:true,
        sUrl:'printing.html',
        sTarget:'_self'
    },
    {   sTitle:'Basic Web Design',
        bIsWebPath:true,
        sUrl:'webdesign-basics.html',
        sTarget:'_self'
    },
    {   sTitle:'Advance Web Design',
        bIsWebPath:true,
        sUrl:'webdesign-advance.html',
        sTarget:'_self'
    },
    {   sTitle:'Basic Digital Video Editing',
        bIsWebPath:true,
        sUrl:'videditing-basics.html',
        sTarget:'_self'
    },
    {   sTitle:'Advance Digital Video Editing',
        bIsWebPath:true,
        sUrl:'videditing-advance.html',
        sTarget:'_self'
    },
    {   sTitle:'Basic 3D Architectural Designs',
        bIsWebPath:true,
        sUrl:'3ddesign-basics.html',
        sTarget:'_self'
    },
    {   sTitle:'Advance 3D Architectural Designs',
        bIsWebPath:true,
        sUrl:'3ddesign-advance.html',
        sTarget:'_self'
    },
    {   sTitle:'Free Training Programmes',
        bIsWebPath:true,
        sUrl:'free-training.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about-us.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Our Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
}]
});
