var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings Blog',
    bIsExternal:true,
    sUrl:'http://clarksvilleweddings.blogspot.com',
    sTarget:'_blank'
},
{   sTitle:'Magazine',
    bIsWebPath:true,
    sUrl:'magazine.html'
},
{   sTitle:'Cake Gallery ',
    bIsWebPath:true,
    sUrl:'cake gallery.html'
},
{   sTitle:'2012 Bridal Show',
    bIsWebPath:true,
    sUrl:'afterthe show.html',"childArray" : [
    {   sTitle:'2012 Exhibitors',
        bIsWebPath:true,
        sUrl:'afterexhibitorslist.html'
    },
    {   sTitle:'Cake Competition',
        bIsWebPath:true,
        sUrl:'aftercakecompetition.html'
    },
    {   sTitle:'Cake Dive',
        bIsWebPath:true,
        sUrl:'aftercakedive.html'
    },
    {   sTitle:'Bridal Fun Photo Booth',
        bIsWebPath:true,
        sUrl:'afterphotobooth.html'
    },
    {   sTitle:'New & Unique',
        bIsWebPath:true,
        sUrl:'afternewunique.html'
    }]
},
{   sTitle:'Featured Weddings',
    bIsWebPath:true,
    sUrl:'featured weddings.html'
},
{   sTitle:'Bouquet Galley',
    bIsWebPath:true,
    sUrl:'bouquet galley.html'
},
{   sTitle:'Great Ideas',
    bIsWebPath:true,
    sUrl:'greatideas.html',"childArray" : [
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contactus.html'
    },
    {   sTitle:'Photography',
        bIsWebPath:true,
        sUrl:'photography.html'
    },
    {   sTitle:'Gowns & Formal Wear',
        bIsWebPath:true,
        sUrl:'bridal gowns.html'
    },
    {   sTitle:'Invitations',
        bIsWebPath:true,
        sUrl:'invitations.html'
    },
    {   sTitle:'Cakes',
        bIsWebPath:true,
        sUrl:'wedding cakes.html'
    },
    {   sTitle:'Catering',
        bIsWebPath:true,
        sUrl:'catering.html'
    },
    {   sTitle:'Videography',
        bIsWebPath:true,
        sUrl:'videography.html'
    },
    {   sTitle:'Venues - TN',
        bIsWebPath:true,
        sUrl:'venuestn.html'
    },
    {   sTitle:'Venues - KY',
        bIsWebPath:true,
        sUrl:'venuesky.html'
    },
    {   sTitle:'Floral',
        bIsWebPath:true,
        sUrl:'floral.html'
    },
    {   sTitle:'Decor',
        bIsWebPath:true,
        sUrl:'decor.html'
    },
    {   sTitle:'Wedding Planning',
        bIsWebPath:true,
        sUrl:'wedding planning.html'
    },
    {   sTitle:'Health & Beauty',
        bIsWebPath:true,
        sUrl:'healthbeauty.html'
    },
    {   sTitle:'Jewelry',
        bIsWebPath:true,
        sUrl:'jewelry.html'
    },
    {   sTitle:'For Wedding Professionals',
        bIsWebPath:true,
        sUrl:'professionals.html'
    }]
}]
});
