var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html',
    sTarget:'ifrm_1'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'ifrm_1'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'ifrm_1'
},
{   sTitle:'Guest Book',
    sUrl:'http://www.no1-depot-company.org.uk/cgi-bin/guestfriend/guestfriend.cgi',
    sTarget:'_blank'
}]
});
