var nav_222tree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Special Offers',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'special-offers.html',
    'sTarget':'_self'
},
{   'sTitle':'About Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'about-us.html'
},
{   'sTitle':'Showrooms',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'showrooms.html'
},
{   'sTitle':'Installation Service',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'installation-service.html'
},
{   'sTitle':'Trade',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'trade.html'
},
{   'sTitle':'Contact Us',
    'bIsExternal':true,
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Online Store',
    'bIsExternal':true,
    'sUrl':'http://www.outhaussuperstore.com',
    'sTarget':'_self'
},
{   'sTitle':'Blog',
    'bIsExternal':true,
    'sUrl':'http://outhaussuperstore.wordpress.com/',
    'sTarget':'_self'
}]
});
