var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About IBEX',
    'bIsWebPath':true,
    'sUrl':'info.html'
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'SUMMIT Porcelain',
    'bIsWebPath':true,
    'sUrl':'summit.html'
},
{   'sTitle':'SUMMIT Press',
    'bIsWebPath':true,
    'sUrl':'press.html'
},
{   'sTitle':'APEX Burnout Ovens',
    'bIsWebPath':true,
    'sUrl':'burnout.html'
},
{   'sTitle':'Porcelain Products',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
