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