var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.htm'
},
{   sTitle:'Freebies',
    bIsWebPath:true,
    sUrl:'bom.htm',"childArray" : [
    {   sTitle:'Nature Blocks',
        bIsWebPath:true,
        sUrl:'natureblocks.htm'
    },
    {   sTitle:'Geometric & Star Blocks',
        bIsWebPath:true,
        sUrl:'geometric.htm'
    },
    {   sTitle:'Heart & Holiday Blocks',
        bIsWebPath:true,
        sUrl:'hearts.htm'
    },
    {   sTitle:'Other Blocks',
        bIsWebPath:true,
        sUrl:'other.htm'
    },
    {   sTitle:'Border Blocks',
        bIsWebPath:true,
        sUrl:'borders.htm'
    },
    {   sTitle:'Complete Quilt Patterns',
        bIsWebPath:true,
        sUrl:'freequiltpatt.htm'
    },
    {   sTitle:'Terms of Use',
        bIsWebPath:true,
        sUrl:'terms_of_use.htm'
    },
    {   sTitle:'Printing Help',
        bIsWebPath:true,
        sUrl:'printing.htm'
    }]
},
{   sTitle:'Fun Stuff',
    bIsWebPath:true,
    sUrl:'dn.htm',"childArray" : [
    {   sTitle:'Button Heart Valentine',
        bIsWebPath:true,
        sUrl:'button_heart.htm'
    },
    {   sTitle:'A Quilt by Kids for Kids',
        bIsWebPath:true,
        sUrl:'quilt_by_kids.htm'
    },
    {   sTitle:'Paper Pieced Eyeglasses Case',
        bIsWebPath:true,
        sUrl:'eyeglasses_instructions.htm'
    },
    {   sTitle:'Precision Piecing',
        bIsWebPath:true,
        sUrl:'precise_piecing.htm'
    },
    {   sTitle:'Embroidering & Embellishing',
        bIsWebPath:true,
        sUrl:'embellishments.htm'
    },
    {   bSeparatorAfter:true,
        sTitle:'Partial Seam Technique',
        bIsWebPath:true,
        sUrl:'partial_seams.htm'
    },
    {   sTitle:'Jump for Joy Ideas',
        bIsWebPath:true,
        sUrl:'jumpforjoyideas.htm'
    },
    {   sTitle:'Knight\'s Knot Ideas',
        bIsWebPath:true,
        sUrl:'knightsknot2.htm'
    },
    {   sTitle:'Sisters and Brothers Ideas',
        bIsWebPath:true,
        sUrl:'sistersbrothers_ideas.htm'
    },
    {   sTitle:'Sun Rays Ideas',
        bIsWebPath:true,
        sUrl:'sunraysideas.htm'
    },
    {   sTitle:'Venetian Chain Ideas',
        bIsWebPath:true,
        sUrl:'vcideas.htm'
    },
    {   sTitle:'Miniature Garden Maze',
        bIsWebPath:true,
        sUrl:'gardenmaze.htm'
    },
    {   sTitle:'Poinsettia Star Ideas',
        bIsWebPath:true,
        sUrl:'poinsettiaideas.htm'
    },
    {   sTitle:'Parrot\'s Puzzle Quilt Ideas',
        bIsWebPath:true,
        sUrl:'ppuzzleideas.htm'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'aboutpbn.htm',"childArray" : [
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'contact.htm'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.htm'
    }]
}]
});
