var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Curtain Fabrics',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Curtain Measure Up & Fitting',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Dress Fabrics',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Haberdashery',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Tracks and Poles',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Locations',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
}]
});
