var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Hancrafted Persian Goods',
    bIsWebPath:true,
    sUrl:'hancraftedpersiangoods.html',"childArray" : [
    {   sTitle:'Rugs Stock',
        bIsWebPath:true,
        sUrl:'persianrugs.html'
    },
    {   sTitle:'Enamelware',
        bIsWebPath:true,
        sUrl:'enamelware.html'
    },
    {   sTitle:'Cotton Throws, Tablecloths, Curtains',
        bIsWebPath:true,
        sUrl:'cottonthrows.html'
    }]
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
