var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Selling',
    bIsWebPath:true,
    sUrl:'sellingyourbusiness.html'
},
{   sTitle:'Buying ',
    bIsWebPath:true,
    sUrl:'buyingaprintbusiness.html'
},
{   sTitle:'Mergers',
    bIsWebPath:true,
    sUrl:'mergingprintbusinesses.html'
},
{   sTitle:'Financial ',
    bIsWebPath:true,
    sUrl:'financialsupport.html'
},
{   sTitle:'Turnaround',
    bIsWebPath:true,
    sUrl:'businessturnaroundforprinters.html'
},
{   sTitle:'E.S.P',
    bIsWebPath:true,
    sUrl:'exitstrategyplanning.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page23.html',"childArray" : [
    {   sTitle:'Confidential Consultation Form',
        bIsWebPath:true,
        sUrl:'confidentialconsultationform.html'
    }]
}]
});
