var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Cokin-Online',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'A Series',
        bIsWebPath:true,
        sUrl:'aseries.html',
        sTarget:'_self'
    },
    {   sTitle:'P Series',
        bIsWebPath:true,
        sUrl:'cokinpseries.html',
        sTarget:'_self'
    },
    {   sTitle:'Z-Pro Series',
        bIsWebPath:true,
        sUrl:'zseries.html',
        sTarget:'_self'
    },
    {   sTitle:'X-Pro Series',
        bIsWebPath:true,
        sUrl:'xseries.html',
        sTarget:'_self'
    },
    {   sTitle:'Photogels & Flash',
        bIsWebPath:true,
        sUrl:'photogel.html',
        sTarget:'_self'
    },
    {   sTitle:'Filterfast Kits',
        bIsWebPath:true,
        sUrl:'filterfast.html',
        sTarget:'_self'
    },
    {   sTitle:'Filter Kits',
        bIsWebPath:true,
        sUrl:'filterkits.html',
        sTarget:'_self'
    },
    {   sTitle:'Accessories',
        bIsWebPath:true,
        sUrl:'accessories.html',
        sTarget:'_self'
    },
    {   sTitle:'Brochures',
        bIsWebPath:true,
        sUrl:'brochures.html',
        sTarget:'_self'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html',
        sTarget:'_self'
    }]
}]
});
