var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Printed Products',
        bIsWebPath:true,
        sUrl:'PrintedProd.html'
    },
    {   sTitle:'Audio Products',
        bIsWebPath:true,
        sUrl:'AudioProd.html'
    },
    {   sTitle:'Video Products',
        bIsWebPath:true,
        sUrl:'VideoProd.html'
    },
    {   sTitle:'Online Seminars',
        bIsWebPath:true,
        sUrl:'seminars.html'
    },
    {   sTitle:'TShirt Evangelism',
        bIsWebPath:true,
        sUrl:'TShirts.html'
    }]
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'CheckOut',
    bIsWebPath:true,
    sUrl:'CheckOut.html',"childArray" : [
    {   sTitle:'CancelPage',
        bIsWebPath:true,
        sUrl:'CancelPage.html'
    },
    {   sTitle:'Successful Sale Page',
        bIsWebPath:true,
        sUrl:'SuccessSale.html'
    },
    {   sTitle:'Policy Page',
        bIsWebPath:true,
        sUrl:'PolicyPage.html'
    }]
}]
});
