var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.htm',"childArray" : [
    {   sTitle:'Checklist',
        bIsWebPath:true,
        sUrl:'checklist.htm'
    }]
},
{   sTitle:'Transfers',
    bIsWebPath:true,
    sUrl:'transfers.htm'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.htm'
},
{   sTitle:'Technical',
    bIsWebPath:true,
    sUrl:'technical.htm'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.htm'
},
{   sTitle:'Contract',
    bIsWebPath:true,
    sUrl:'contract.htm'
},
{   sTitle:'Questions',
    bIsWebPath:true,
    sUrl:'questions.htm'
},
{   sTitle:'Web Design',
    bIsWebPath:true,
    sUrl:'Web Design.htm'
},
{   sTitle:'Performances',
    bIsWebPath:true,
    sUrl:'performances.htm'
},
{   sTitle:'Satisfaction',
    bIsWebPath:true,
    sUrl:'satisfaction.htm'
},
{   sTitle:'Presentations',
    bIsWebPath:true,
    sUrl:'presentations.htm'
},
{   sTitle:'Commercials',
    bIsWebPath:true,
    sUrl:'commercials.htm'
},
{   sTitle:'Graduations',
    bIsWebPath:true,
    sUrl:'graduations.htm'
}]
});