var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'On Skin Silicone',
        bIsWebPath:true,
        sUrl:'onskinsilicone.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'On Skin Silicone Products',
            bIsWebPath:true,
            sUrl:'onskinproducts.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Bruise Powder',
        bIsWebPath:true,
        sUrl:'bruisepowder.html',
        sTarget:'_self'
    },
    {   sTitle:'Bald Cap Material',
        bIsWebPath:true,
        sUrl:'baldcapmaterial.html',
        sTarget:'_self'
    },
    {   sTitle:'Procolours',
        bIsWebPath:true,
        sUrl:'procolours.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Procolours products',
            bIsWebPath:true,
            sUrl:'procolourpoducts.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Siliglass',
        bIsWebPath:true,
        sUrl:'siliglass.html',
        sTarget:'_self'
    },
    {   sTitle:'Colouring Agents',
        bIsWebPath:true,
        sUrl:'colouring agents.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Flocking',
            bIsWebPath:true,
            sUrl:'flocking.html',
            sTarget:'_self'
        },
        {   sTitle:'Skin Shades',
            bIsWebPath:true,
            sUrl:'skinshades.html',
            sTarget:'_self'
        },
        {   sTitle:'Master Colours',
            bIsWebPath:true,
            sUrl:'mastercolours.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Adhesives/removers',
        bIsWebPath:true,
        sUrl:'adhesives.html',
        sTarget:'_self'
    },
    {   sTitle:'Silicone Eyeballs',
        bIsWebPath:true,
        sUrl:'siliconeeyeballs.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Silicone Eyeballs',
            bIsWebPath:true,
            sUrl:'page28.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Spider Rope',
        bIsWebPath:true,
        sUrl:'spiderrope.html',
        sTarget:'_self'
    },
    {   sTitle:'Progel Silicone',
        bIsWebPath:true,
        sUrl:'progelsilicone.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Progel Silicone',
            bIsWebPath:true,
            sUrl:'page30.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Gelatine',
        bIsWebPath:true,
        sUrl:'gelatine.html',
        sTarget:'_self'
    },
    {   sTitle:'Ancillaries',
        bIsWebPath:true,
        sUrl:'ancillaries.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Pieces',
    bIsWebPath:true,
    sUrl:'pieces.html',
    sTarget:'_self'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'Distributors',
    bIsWebPath:true,
    sUrl:'distributors.html',
    sTarget:'_self'
},
{   sTitle:'Register',
    bIsWebPath:true,
    sUrl:'register.html',
    sTarget:'_self'
},
{   sTitle:'News & Links',
    bIsWebPath:true,
    sUrl:'page32.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Terms and Conditions',
        bIsWebPath:true,
        sUrl:'terms.html',
        sTarget:'_self'
    },
    {   sTitle:'Privacy Policy',
        bIsWebPath:true,
        sUrl:'privacypolicy.html',
        sTarget:'_self'
    },
    {   sTitle:'Delivery',
        bIsWebPath:true,
        sUrl:'delivery.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Medical Products',
    bIsWebPath:true,
    sUrl:'medicalproducts.html',
    sTarget:'_self'
},
{   sTitle:'Medical Prosthetics',
    bIsWebPath:true,
    sUrl:'medicalprosthetics.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});