var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Package Deals',
    bIsWebPath:true,
    sUrl:'package_deals.html'
},
{   sTitle:'Crystals',
    bIsWebPath:true,
    sUrl:'crystals.html'
},
{   sTitle:'Crystal Packages',
    bIsWebPath:true,
    sUrl:'crystal_packages.html'
},
{   sTitle:'Heat Presses',
    bIsWebPath:true,
    sUrl:'heat_presses.html'
},
{   sTitle:'Parts & Accessories',
    bIsWebPath:true,
    sUrl:'parts_accessories.html'
},
{   sTitle:'Printers',
    bIsWebPath:true,
    sUrl:'printers.html'
},
{   sTitle:'Printables',
    bIsWebPath:true,
    sUrl:'printables.html'
},
{   sTitle:'Vinyl cutters',
    bIsWebPath:true,
    sUrl:'vinyl_cutters.html'
},
{   sTitle:'Vinyl',
    bIsWebPath:true,
    sUrl:'vinyl.html'
},
{   sTitle:'Sublimation ink',
    bIsWebPath:true,
    sUrl:'sublimation_ink.html'
},
{   sTitle:'Web design',
    bIsWebPath:true,
    sUrl:'webdesign.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'What is sublimation',
    bIsWebPath:true,
    sUrl:'what_is_sublimation.html'
},
{   sTitle:'Videos and Manuals',
    bIsWebPath:true,
    sUrl:'video_manuals.html'
},
{   sTitle:'Terms and Conditions',
    bIsWebPath:true,
    sUrl:'terms.html'
},
{   sTitle:'Warranty & Returns',
    bIsWebPath:true,
    sUrl:'warranty.html'
},
{   sTitle:'Report Fault',
    bIsWebPath:true,
    sUrl:'report_fault.html',
    sTarget:'_self'
},
{   sTitle:'Lease application',
    bIsWebPath:true,
    sUrl:'lease.html',
    sTarget:'_self'
},
{   sTitle:'External links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});