var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about us.html'
},
{   sTitle:'Management',
    bIsWebPath:true,
    sUrl:'management.html',
    sTarget:'_self'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Travel',
    bIsWebPath:true,
    sUrl:'travel.html'
},
{   sTitle:'Entertainment',
    bIsWebPath:true,
    sUrl:'entertainment.html'
},
{   sTitle:'PlastiPrint',
    bIsWebPath:true,
    sUrl:'plasti-print.html'
},
{   sTitle:'Padana',
    bIsWebPath:true,
    sUrl:'padana.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
