var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Fireplace Doors',
    'bIsWebPath':true,
    'sUrl':'doors.html'
},
{   'sTitle':'Spark Curtains',
    'bIsWebPath':true,
    'sUrl':'sparks.html'
},
{   'sTitle':'Fireplace Types',
    'bIsWebPath':true,
    'sUrl':'types.html'
},
{   'sTitle':'Problems?',
    'bIsWebPath':true,
    'sUrl':'problems.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
