var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gerberas',
        bIsWebPath:true,
        sUrl:'gerberas.html',
        sTarget:'_self'
    },
    {   sTitle:'Seasonal',
        bIsWebPath:true,
        sUrl:'seasonal plants.html',
        sTarget:'_self'
    },
    {   sTitle:'Exotic',
        bIsWebPath:true,
        sUrl:'page16.html',
        sTarget:'_self'
    },
    {   sTitle:'Tropical',
        bIsWebPath:true,
        sUrl:'tropical.html',
        sTarget:'_self'
    },
    {   sTitle:'Young Plants',
        bIsWebPath:true,
        sUrl:'young plants.html',
        sTarget:'_self'
    },
    {   sTitle:'Madicinal',
        bIsWebPath:true,
        sUrl:'medicinal plants.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'Achivements',
    bIsWebPath:true,
    sUrl:'page12.html',
    sTarget:'_self'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'Contacts.html',
    sTarget:'_self'
}]
});
