var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Weekly Specials',
        bIsWebPath:true,
        sUrl:'specials.html'
    }]
},
{   sTitle:'Product  Lines',
    bIsExternal:true,
    sUrl:'http://www.bigboytoyz.ca/estore/catalog/',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Smoke Stik',
        bIsWebPath:true,
        sUrl:'smokestik.html'
    },
    {   sTitle:'Snooker/Pool/Billiards',
        bIsExternal:true,
        sUrl:'http://www.bigboytoyz.ca/estore/catalog/index.php?cPath=1&osCsid=19ab3da0270ae69b6965ba1f86fb473c',
        sTarget:'_self'
    },
    {   sTitle:'Snooker/Pool Tables',
        bIsWebPath:true,
        sUrl:'tables.html',"childArray" : [
        {   sTitle:'Entry Level Pool Tables',
            bIsWebPath:true,
            sUrl:'tables1.html'
        },
        {   sTitle:'Room Sizes',
            bIsWebPath:true,
            sUrl:'room.html'
        }]
    },
    {   sTitle:'Cue Repairs',
        bIsWebPath:true,
        sUrl:'page11.html'
    },
    {   sTitle:'Coin Operated Machines',
        bIsExternal:true,
        sUrl:'http://www.bigboytoyz.ca/estore/catalog/index.php?cPath=2&osCsid=19ab3da0270ae69b6965ba1f86fb473c'
    },
    {   sTitle:'Darts & Accessories',
        bIsExternal:true,
        sUrl:'http://www.bigboytoyz.ca/estore/catalog/index.php?cPath=3&osCsid=19ab3da0270ae69b6965ba1f86fb473c',
        sTarget:'_self'
    },
    {   sTitle:'Foosball/Soccer Tables',
        bIsExternal:true,
        sUrl:'http://www.bigboytoyz.ca/estore/catalog/index.php?cPath=3&osCsid=19ab3da0270ae69b6965ba1f86fb473c'
    },
    {   sTitle:'Remote Control Toys',
        bIsExternal:true,
        sUrl:'http://www.bigboytoyz.ca/estore/catalog/index.php?cPath=90'
    },
    {   sTitle:'Poker',
        bIsExternal:true,
        sUrl:'http://www.bigboytoyz.ca/estore/catalog/index.php?cPath=101'
    },
    {   sTitle:'Blackjack',
        bIsExternal:true,
        sUrl:'http://www.bigboytoyz.ca/estore/catalog/index.php?cPath=107'
    }]
},
{   sTitle:'Services  Available',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Snooker/Pool Table Services',
        bIsWebPath:true,
        sUrl:'service.html'
    },
    {   sTitle:'Cue Repairs',
        bIsWebPath:true,
        sUrl:'cuerepairs.html'
    }]
},
{   sTitle:'Directions & Maps',
    bIsWebPath:true,
    sUrl:'maps.html'
},
{   sTitle:'About  Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact  Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});