var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'aboutus.html'
    }]
},
{   sTitle:'Quality',
    bIsWebPath:true,
    sUrl:'quality.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Metallic Gaskets',
        bIsWebPath:true,
        sUrl:'metallicgaskets.html'
    },
    {   sTitle:'Soft Cut Gaskets',
        bIsWebPath:true,
        sUrl:'gaskets.html'
    },
    {   sTitle:'Mechanical Seals',
        bIsWebPath:true,
        sUrl:'mechanicalseals.html'
    },
    {   sTitle:'Mouldings',
        bIsWebPath:true,
        sUrl:'mouldings.html'
    },
    {   sTitle:'Rubber Seals',
        bIsWebPath:true,
        sUrl:'rubberseals.html'
    },
    {   sTitle:'Packings',
        bIsWebPath:true,
        sUrl:'packings.html'
    },
    {   sTitle:'Vintage',
        bIsWebPath:true,
        sUrl:'vintageparts.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'FAQS',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
