var customNavTree27 = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Homepage',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'PIELLC Info',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:' History',
        bIsWebPath:true,
        sUrl:'hist.html',
        sTarget:'_self'
    },
    {   sTitle:'Staff Bio',
        bIsWebPath:true,
        sUrl:'staff_bio.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Real Estate',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Real Estate 4 Sale',
        bIsWebPath:true,
        sUrl:'re4sale.html',
        sTarget:'_self'
    },
    {   sTitle:'Real Estate 4 Lease/O_F',
        bIsWebPath:true,
        sUrl:'re4l_o.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact via Email',
    sUrl:'mailto:PIE_LLC@1paragon.com',
    sTarget:'_self'
},
{   sTitle:'Buyer\'s Form',
    bIsWebPath:true,
    sUrl:'buyer.html',
    sTarget:'_blank'
},
{   sTitle:'Seller\'s Form',
    bIsWebPath:true,
    sUrl:'seller.html',
    sTarget:'_blank'
}]
});