var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Logo',
    bIsWebPath:true,
    sUrl:'logo.html',"childArray" : [
    {   sTitle:'Custom Logo',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'logo.html#Customlogo'
    }]
},
{   sTitle:'Web',
    bIsWebPath:true,
    sUrl:'web.html',"childArray" : [
    {   sTitle:'Simple Web Design',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'web.html#Simpleweb'
    },
    {   sTitle:'Pro Web Design',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'web.html#Proweb'
    }]
},
{   sTitle:'Stationery',
    bIsWebPath:true,
    sUrl:'stationery.html'
},
{   sTitle:'Graphic Service',
    bIsWebPath:true,
    sUrl:'graphicservice.html'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
