var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Facts',
    bIsWebPath:true,
    sUrl:'facts.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Fire Escape',
    bIsWebPath:true,
    sUrl:'fireescape.html'
},
{   sTitle:'Technical',
    bIsWebPath:true,
    sUrl:'technical.html'
},
{   sTitle:'Register for Guarantee',
    bIsWebPath:true,
    sUrl:'register.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
