var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'About Cadon Plating',
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sDescription:'Cadon Mission Statement',
        sTitle:'Mission Statement',
        bIsWebPath:true,
        sUrl:'mission_statement.html'
    },
    {   sDescription:'Cadon Plating History',
        sTitle:'History',
        bIsWebPath:true,
        sUrl:'page8.html'
    }]
},
{   sDescription:'Cadon Processing Capabilities',
    sTitle:'Process Capabilities',
    bIsWebPath:true,
    sUrl:'proccap.html'
},
{   sDescription:'Cadon Plating Certifications',
    sTitle:'Certifications',
    bIsWebPath:true,
    sUrl:'certifications.html',"childArray" : [
    {   sDescription:'ISO/TS 16949:2002',
        sTitle:'ISO/TS 16949:2002',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'cadon_ts16949.pdf'
    },
    {   sDescription:'ISO 9001:2000',
        sTitle:'ISO 9001:2000',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'cadon_iso9001.pdf'
    }]
},
{   sDescription:'Customer Specifications',
    sTitle:'Customer Specifications',
    bIsWebPath:true,
    sUrl:'custspec.html',"childArray" : [
    {   sDescription:'DiamlerChrysler Specifications',
        sTitle:'DiamlerChrysler Specifications',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'cadon_DCX_Specs.pdf'
    },
    {   sDescription:'Ford Specifications',
        sTitle:'Ford Specifications',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'cadon_Ford_specs.pdf'
    },
    {   sDescription:'GM Specifications',
        sTitle:'GM Specifications',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'cadon_GM_Specs.pdf'
    }]
},
{   sDescription:'Contact Cadon Plating',
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page7.html',"childArray" : [
    {   sTitle:'Contact List',
        bIsWebPath:true,
        sUrl:'contactlist.html'
    }]
}]
});
