var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Custom Frames',
    'bIsWebPath':true,
    'sUrl':'CustomFrames.html',"childArray" : [
    {   'sTitle':'Custome Frames: Gallery.',
        'bIsWebPath':true,
        'sUrl':'page8.html'
    }]
},
{   'sTitle':'Restoration ',
    'bIsWebPath':true,
    'sUrl':'page3.html',"childArray" : [
    {   'sTitle':'Restoration: Gallery',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    }]
},
{   'sTitle':'Archival Services',
    'bIsWebPath':true,
    'sUrl':'ArchivalSvcs.html',"childArray" : [
    {   'sTitle':'Network',
        'bIsWebPath':true,
        'sUrl':'network.html',"childArray" : [
        {   'sTitle':'Network of Proffesionals: Painting Conservation',
            'bIsWebPath':true,
            'sUrl':'page10.html'
        },
        {   'sTitle':'Network of Proffesionals: Paper and Photo Conservation',
            'bIsWebPath':true,
            'sUrl':'page11.html'
        },
        {   'sTitle':'Network of Proffesionals: Object Conservation',
            'bIsWebPath':true,
            'sUrl':'page12.html'
        },
        {   'sTitle':'Network of Proffesionals: Textile Conservation',
            'bIsWebPath':true,
            'sUrl':'page13.html'
        },
        {   'sTitle':'Network of Proffesionals: Furniture Conservation',
            'bIsWebPath':true,
            'sUrl':'page14.html'
        },
        {   'sTitle':'Network of Professionals: Transportation, Installation, Storage and Mounts',
            'bIsWebPath':true,
            'sUrl':'page15.html'
        },
        {   'sTitle':'Network of Proffesionals: Appraisers',
            'bIsWebPath':true,
            'sUrl':'page16.html'
        }]
    }]
},
{   'sTitle':'Carving Casting',
    'bIsWebPath':true,
    'sUrl':'CarveCast.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'ContactUs.html'
}]
});
