var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html'
},
{   sTitle:'Poetry',
    sUrl:''
},
{   sTitle:'Decoupage CD',
    sUrl:'thelilacgarden.co.uk/#2.html',"childArray" : [
    {   sTitle:'Disc No.1',
        sUrl:'disc1-cd.html'
    },
    {   sTitle:'Christmas CD',
        sUrl:'christmas-cd.html'
    },
    {   sTitle:'All Occasions CD',
        sUrl:'alloccasion-cd.html'
    },
    {   sTitle:'Floral CD',
        sUrl:'floral-cd.html'
    },
    {   sTitle:'Vintage CD',
        sUrl:'vintage-cd.html'
    }]
},
{   sTitle:'Freebies',
    sUrl:'floral02.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Decoupage',
        sUrl:'floral02.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Scrapbooks',
    sUrl:'thelilacgarden.co.uk/#3.html',"childArray" : [
    {   sTitle:'Scrapbook Page 2',
        sUrl:'scrapbook2.html'
    },
    {   sTitle:'Scrapbook Page 3',
        sUrl:'scrapbook3.html'
    },
    {   sTitle:'Scrapbook Page 4',
        sUrl:'scrapbook4.html'
    }]
},
{   sTitle:'Handmade Cards ',
    sUrl:'thelilacgarden.co.uk/#4.html',"childArray" : [
    {   sTitle:'Christmas Cards',
        sUrl:'christmascards.html'
    },
    {   sTitle:'Sympathy Cards',
        sUrl:'sympathycards.html'
    },
    {   sTitle:'Mens Cards',
        sUrl:'menscards.html'
    },
    {   sTitle:'Wedding Cards',
        sUrl:'weddingcards.html'
    }]
},
{   sTitle:'Tutorials',
    sUrl:'thelilacgarden.co.uk/#5.html',"childArray" : [
    {   sTitle:'Adding a Verse',
        sUrl:'adding a verse.html'
    },
    {   sTitle:'Printing from Word',
        sUrl:'printing.html'
    },
    {   sTitle:'Waterfall Tut',
        sUrl:'waterfalltut.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Me',
    sUrl:'thelilacgarden.co.uk/#6.html',"childArray" : [
    {   sTitle:'My Story',
        sUrl:'aboutme.html',
        sTarget:'_self'
    },
    {   sTitle:'My Family',
        sUrl:'familypage.html',
        sTarget:'_self'
    },
    {   sTitle:'My Garden',
        sUrl:'mygarden.html',
        sTarget:'_self'
    },
    {   sTitle:'My Angel',
        sUrl:'serena.html',
        sTarget:'_self'
    },
    {   sTitle:'Contact',
        sUrl:'contact.html',
        sTarget:'_self'
    }]
}]
});
