var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Minor Illnesses',
    bIsWebPath:true,
    sUrl:'minorillness.html'
},
{   sTitle:'Practice Information',
    bIsWebPath:true,
    sUrl:'practiceinfo.html'
},
{   sTitle:'Appointments',
    bIsWebPath:true,
    sUrl:'appointments.html'
},
{   sTitle:'Repeat Prescriptions',
    bIsWebPath:true,
    sUrl:'repeatprescriptions.html'
},
{   sTitle:'Practice Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Clinics',
    bIsWebPath:true,
    sUrl:'clinics.html'
}]
});
