var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HPV Information Facts ',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What next?',
    bIsWebPath:true,
    sUrl:'hpv_vaccine_risk.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'hpv_vaccine_links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'hpv_contact.html'
},
{   sTitle:'Printable Info',
    bIsWebPath:true,
    sUrl:'hpv_print.html'
}]
});
