var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PAINTED SHAKER INFRAME',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'OAK SHAKER INFRAME',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'CONTACT US',
    bIsWebPath:true,
    sUrl:'page3.html'
}]
});
