var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Product Pricing',
        bIsWebPath:true,
        sUrl:'product_pricing.html'
    },
    {   sTitle:'Process Information',
        bIsWebPath:true,
        sUrl:'process.html'
    },
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'Limited Warrenty',
        bIsWebPath:true,
        sUrl:'warrenty.html'
    }]
},
{   sTitle:'Saber Shop',
    bIsWebPath:true,
    sUrl:'saber_shop.html',"childArray" : [
    {   sTitle:'Sentinel Sabers',
        bIsWebPath:true,
        sUrl:'sentinel_sabers.html',"childArray" : [
        {   sTitle:'The Peacekeeper',
            bIsWebPath:true,
            sUrl:'peacekeeper.html'
        },
        {   sTitle:'The Enforcer',
            bIsWebPath:true,
            sUrl:'enforcer.html'
        }]
    },
    {   sTitle:'Salem Series Sabers',
        bIsWebPath:true,
        sUrl:'salem_series_sabers.html',"childArray" : [
        {   sTitle:'Dark Salem',
            bIsWebPath:true,
            sUrl:'dark_salem.html'
        }]
    },
    {   sTitle:'Infinity Series Sabers',
        bIsWebPath:true,
        sUrl:'infinity_series_sabers.html',"childArray" : [
        {   sTitle:'The Symhpony',
            bIsWebPath:true,
            sUrl:'thesymphony.html'
        },
        {   sTitle:'The Infinity',
            bIsWebPath:true,
            sUrl:'infinity.html'
        },
        {   sTitle:'The Dark Infinity',
            bIsWebPath:true,
            sUrl:'dark_infinity.html'
        },
        {   sTitle:'The Orion',
            bIsWebPath:true,
            sUrl:'orion.html'
        },
        {   sTitle:'Overlord Staff',
            bIsWebPath:true,
            sUrl:'overlordstaff.html'
        },
        {   sTitle:'Scorpions Flawless Victory',
            bIsWebPath:true,
            sUrl:'scorpions_flawless_victory.html'
        },
        {   sTitle:'Vulpecula',
            bIsWebPath:true,
            sUrl:'vulpecula.html'
        }]
    },
    {   sTitle:'Gemini Series Sabers',
        bIsWebPath:true,
        sUrl:'gemini_series_sabers.html',"childArray" : [
        {   sTitle:'Jedye\'s Fury',
            bIsWebPath:true,
            sUrl:'jedyes_fury.html'
        },
        {   sTitle:'Plo Koon Katar',
            bIsWebPath:true,
            sUrl:'plo_koon_katar.html'
        },
        {   sTitle:'Obi Wan - Gold Edition',
            bIsWebPath:true,
            sUrl:'page45.html'
        }]
    },
    {   sTitle:'Gemini Saber Enhancements',
        bIsWebPath:true,
        sUrl:'Saber_Enhancements.html',"childArray" : [
        {   sTitle:'HFX Obi Conversion',
            bIsWebPath:true,
            sUrl:'hfxobi.html'
        },
        {   sTitle:'Obi Wan - Gold Edition',
            bIsWebPath:true,
            sUrl:'obiwangold.html'
        },
        {   sTitle:'HFX Obi Wan TPM with USv2.5',
            bIsWebPath:true,
            sUrl:'hfxobi25.html'
        },
        {   sTitle:'Jin Ke\'s Ultrasaber Conversion',
            bIsWebPath:true,
            sUrl:'jinke_ultrasaber.html'
        },
        {   sTitle:'Park\'s Obi Wan (TPM)',
            bIsWebPath:true,
            sUrl:'parksobiwan.html'
        },
        {   sTitle:'The K3GR1 Staff',
            bIsWebPath:true,
            sUrl:'k3gr1.html'
        },
        {   sTitle:'Master Windu RGB Purple Codek5',
            bIsWebPath:true,
            sUrl:'master_windu_rgb.html'
        },
        {   sTitle:'Overlord Staff',
            bIsWebPath:true,
            sUrl:'overload_staff.html'
        },
        {   sTitle:'The Symhpony',
            bIsWebPath:true,
            sUrl:'symphony.html'
        }]
    },
    {   sTitle:'Custom Sabers',
        bIsWebPath:true,
        sUrl:'custom_sabers.html',"childArray" : [
        {   sTitle:'The Dara',
            bIsWebPath:true,
            sUrl:'page14.html'
        },
        {   sTitle:'The Fluent',
            bIsWebPath:true,
            sUrl:'page15.html'
        },
        {   sTitle:'Rebel Enforcer',
            bIsWebPath:true,
            sUrl:'rebel_enforcer.html'
        },
        {   sTitle:'CT001',
            bIsWebPath:true,
            sUrl:'ct001.html'
        },
        {   sTitle:'The Valhalla',
            bIsWebPath:true,
            sUrl:'vahalla.html'
        },
        {   sTitle:'The Salem Stryker',
            bIsWebPath:true,
            sUrl:'salem_stryker.html'
        },
        {   sTitle:'Dark Sohryu',
            bIsWebPath:true,
            sUrl:'dark_shohryu.html'
        },
        {   sTitle:'The Entity',
            bIsWebPath:true,
            sUrl:'the_entity.html'
        },
        {   sTitle:'Kyuubi\'s Retribution',
            bIsWebPath:true,
            sUrl:'kyuubis_retribution.html'
        },
        {   sTitle:'Fellstrike\'s Imperial Knight Staff',
            bIsWebPath:true,
            sUrl:'fellstrikes_imperial_knight_staff.html'
        },
        {   sTitle:'Fate',
            bIsWebPath:true,
            sUrl:'fate.html'
        }]
    }]
},
{   sTitle:'For Sale',
    bIsWebPath:true,
    sUrl:'store.html'
},
{   sTitle:'Chat Room',
    bIsWebPath:true,
    sUrl:'chatroom.html'
},
{   sTitle:'GC Forums',
    bIsWebPath:true,
    sUrl:'forums.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
