var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'hologram_sticker.html',
    sTarget:'_self'
},
{   sTitle:'Technology',
    bIsWebPath:true,
    sUrl:'multichannel_flipflop.html',
    sTarget:'_self'
},
{   sTitle:'Production Process',
    bIsWebPath:true,
    sUrl:'production_process.html'
},
{   sTitle:'Our Value',
    bIsWebPath:true,
    sUrl:'our_value.html'
},
{   sTitle:'Honor',
    bIsWebPath:true,
    sUrl:'honor.html'
},
{   sTitle:'Product Validation',
    bIsWebPath:true,
    sUrl:'product_validation.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});