var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Who is using PMC',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'CNC Machining',
    bIsWebPath:true,
    sUrl:'cnc_machining.html'
},
{   sTitle:'Thermoforming',
    bIsWebPath:true,
    sUrl:'thermoforming.html'
},
{   sTitle:'Molding',
    bIsWebPath:true,
    sUrl:'injection_molding.html'
},
{   sTitle:'Fabrication',
    bIsWebPath:true,
    sUrl:'fabrication.html'
},
{   sTitle:'Diecutting',
    bIsWebPath:true,
    sUrl:'die_cutting.html'
},
{   sTitle:'Rapid Prototyping',
    bIsWebPath:true,
    sUrl:'rapid_protoype.html'
},
{   sTitle:'Product Terms',
    bIsWebPath:true,
    sUrl:'enewsletter.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page16.html'
}]
});
