var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sDescription:'Paris The Arc de Triomphe Prague The Velka Pardubicka Steeplechase',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Horse Racing Events 2010',
    bIsWebPath:true,
    sUrl:'Horse_Racing_Events_2010.html',"childArray" : [
    {   sTitle:'January-Argentina',
        bIsWebPath:true,
        sUrl:'January-Argentina.html'
    },
    {   sTitle:'February-Monte Carlo',
        bIsWebPath:true,
        sUrl:'February-Monte Carlo.html'
    },
    {   sTitle:'March-Dubai',
        bIsWebPath:true,
        sUrl:'March-Dubai.html'
    },
    {   sTitle:'April-Punchestown',
        bIsWebPath:true,
        sUrl:'April-Punchestown.html'
    },
    {   sTitle:'May-Rome',
        bIsWebPath:true,
        sUrl:'May-Rome.html'
    },
    {   sTitle:'June-Chantilly',
        bIsWebPath:true,
        sUrl:'June-Chantilly.html'
    },
    {   sTitle:'July-Sorrento',
        bIsWebPath:true,
        sUrl:'July-Sorrento.html'
    },
    {   sTitle:'August-Deauville',
        bIsWebPath:true,
        sUrl:'August-Deauville.html'
    },
    {   sTitle:'September-Turkey',
        bIsWebPath:true,
        sUrl:'September-Turkey.html'
    },
    {   sTitle:'October-Paris',
        bIsWebPath:true,
        sUrl:'October-Paris.html'
    },
    {   sTitle:'October-Prague',
        bIsWebPath:true,
        sUrl:'October-Prague.html'
    },
    {   sTitle:'November-Melbourne',
        bIsWebPath:true,
        sUrl:'November-Melbourne.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact_Us.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Booking Form',
    bIsWebPath:true,
    sUrl:'Booking_Form.html'
}]
});