var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Class Information',
    bIsWebPath:true,
    sUrl:'classinformation.html'
},
{   sTitle:'Mylar Greeting Card Kits',
    bIsWebPath:true,
    sUrl:'mylargreetingcardkits.html',"childArray" : [
    {   sTitle:'All Occasion',
        bIsWebPath:true,
        sUrl:'alloccasionmylargreetingcardkits.html'
    },
    {   sTitle:'Christmas',
        bIsWebPath:true,
        sUrl:'christmasmylargreetingcardkits.html'
    },
    {   sTitle:'Combination',
        bIsWebPath:true,
        sUrl:'combination.html'
    },
    {   sTitle:'Congratulations',
        bIsWebPath:true,
        sUrl:'congratulationsmylargreetingcardkits.html'
    },
    {   sTitle:'Happy Birthday',
        bIsWebPath:true,
        sUrl:'happybirthdaymylargreetingcardkits.html'
    },
    {   sTitle:'Hope you\'re feeling better soon',
        bIsWebPath:true,
        sUrl:'hopeyourefeelingbettersoonmylargreetingcardkits.html'
    },
    {   sTitle:'I\'m so Lucky',
        bIsWebPath:true,
        sUrl:'imsoluckygreetingcards.html'
    },
    {   sTitle:'I Thought of You Today',
        bIsWebPath:true,
        sUrl:'ithoughtofyoutoday.html'
    },
    {   sTitle:'Just for You',
        bIsWebPath:true,
        sUrl:'justforyougreetingcards.html'
    },
    {   sTitle:'Thank You',
        bIsWebPath:true,
        sUrl:'thankyoucards.html'
    },
    {   sTitle:'Thinking of You',
        bIsWebPath:true,
        sUrl:'thinkingofyougreetingcards.html'
    },
    {   sTitle:'With Deepest Sympathy',
        bIsWebPath:true,
        sUrl:'withdeepestsympathygreetingcards.html'
    },
    {   sTitle:'Kits with Quilt Block Designs',
        bIsWebPath:true,
        sUrl:'mylarcardkitswithquiltblockdesigns.html'
    },
    {   sTitle:'Kits with Miscellaneous Designs',
        bIsWebPath:true,
        sUrl:'mylarcardkitswithmiscellaneousdesigns.html'
    }]
},
{   sTitle:'Payment Information',
    bIsWebPath:true,
    sUrl:'paymentinformation.html'
},
{   sTitle:'Shipping Information',
    bIsWebPath:true,
    sUrl:'shippinginformation.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Wholesale Orders',
    bIsWebPath:true,
    sUrl:'wholesaleorders.html'
}]
});
