var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'About Us.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Preperation',
        'bIsWebPath':true,
        'sUrl':'preperation.html',"childArray" : [
        {   'sTitle':'Interior Problems',
            'bIsWebPath':true,
            'sUrl':'interior problems.html'
        },
        {   'sTitle':'Exterior Problems',
            'bIsWebPath':true,
            'sUrl':'exterior problems.html'
        }]
    },
    {   'sTitle':'Sheet Rock Repair',
        'bIsWebPath':true,
        'sUrl':'sheet rock repair.html'
    },
    {   'sTitle':'Painting',
        'bIsWebPath':true,
        'sUrl':'painting.html'
    }]
},
{   'sTitle':'Specials',
    'bIsWebPath':true,
    'sUrl':'specials.html'
},
{   'sTitle':'Slideshows',
    'bIsWebPath':true,
    'sUrl':'Slideshows.html',"childArray" : [
    {   'sTitle':'Commercial Slideshow One',
        'bIsWebPath':true,
        'sUrl':'commercial slideshow one.html'
    },
    {   'sTitle':'Commercial Slideshow Two',
        'bIsWebPath':true,
        'sUrl':'commercial slideshow two.html'
    },
    {   'sTitle':'Exterior Jobs',
        'bIsWebPath':true,
        'sUrl':'exterior jobs.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
}]
});
