var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Blinds',
    'bIsWebPath':true,
    'sUrl':'window_blinds.html',"childArray" : [
    {   'sTitle':'Panel Blinds',
        'bIsWebPath':true,
        'sUrl':'panel.html'
    },
    {   'sTitle':'Perfect Fit',
        'bIsWebPath':true,
        'sUrl':'page15.html'
    },
    {   'sTitle':'Pleated ',
        'bIsWebPath':true,
        'sUrl':'pleated_window_blinds.html'
    },
    {   'sTitle':'Printed',
        'bIsWebPath':true,
        'sUrl':'printed_window_blinds.html'
    },
    {   'sTitle':'Roller',
        'bIsWebPath':true,
        'sUrl':'roller_blinds.html'
    },
    {   'sTitle':'Roman',
        'bIsWebPath':true,
        'sUrl':'roman.html'
    },
    {   'sTitle':'Velux',
        'bIsWebPath':true,
        'sUrl':'velux.html'
    },
    {   'sTitle':'Venetian',
        'bIsWebPath':true,
        'sUrl':'venetian.html'
    },
    {   'sTitle':'Vertical',
        'bIsWebPath':true,
        'sUrl':'vertical.html'
    },
    {   'sTitle':'Wooden',
        'bIsWebPath':true,
        'sUrl':'wooden.html'
    }]
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
},
{   'sTitle':'Commercial',
    'bIsWebPath':true,
    'sUrl':'commercial.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
