var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Welcome Page - Dental handpiece Repair Services',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Handpiece Repair',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sDescription:'handpieceONE - Maintenance and FAQ Page',
    sTitle:'Maintenance & FAQ',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Terms & Conditions',
        bIsWebPath:true,
        sUrl:'page9.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'page8.html'
    },
    {   sTitle:'Article 02',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'Instrument Sharpening',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sDescription:'handpieceONE Contact Page',
    sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact_handpieceone.html'
}]
});
