var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Learn Scuba',
    'bIsWebPath':true,
    'sUrl':'classes.html'
},
{   'sTitle':'Buy DVD',
    'bIsWebPath':true,
    'sUrl':'buy.html',"childArray" : [
    {   'sTitle':'Buy DVD',
        'bIsWebPath':true,
        'sUrl':'buy_dvd.html'
    },
    {   'sTitle':'Wholesale',
        'bIsWebPath':true,
        'sUrl':'wholesale.html'
    },
    {   'sTitle':'Scuba Meditations',
        'bIsWebPath':true,
        'sUrl':'scuba_meditations.html'
    },
    {   'sTitle':'Buy Module',
        'bIsWebPath':true,
        'sUrl':'buy_module.html'
    }]
},
{   'sTitle':'Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'photo_gallery.html'
},
{   'sTitle':'Affiliate Store',
    'bIsWebPath':true,
    'sUrl':'affiliates.html'
},
{   'sTitle':'Customize a DVD for your Dive Shop',
    'bIsWebPath':true,
    'sUrl':'diveshop.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
