var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'MCS Accreditation',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'mcs related services.html'
},
{   sTitle:'Green Deal',
    bIsWebPath:true,
    sUrl:'green deal.html',
    sTarget:'_self'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'mcs.html'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Seminars',
    bIsWebPath:true,
    sUrl:'mcs seminars.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'new on mcs.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'page14.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html'
}]
});
