var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Laser Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Lasers',
    bIsWebPath:true,
    sUrl:'lasers.html'
},
{   sTitle:'Design Services',
    bIsWebPath:true,
    sUrl:'design.html',"childArray" : [
    {   sTitle:'PC Stand',
        bIsWebPath:true,
        sUrl:'laser10.html'
    },
    {   sTitle:'Pens',
        bIsWebPath:true,
        sUrl:'page12.html'
    },
    {   sTitle:'Spray Jig',
        bIsWebPath:true,
        sUrl:'page11.html'
    }]
},
{   sTitle:'Materials',
    bIsWebPath:true,
    sUrl:'materials.html'
},
{   sTitle:'Engineering',
    bIsWebPath:true,
    sUrl:'engineering.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Miscellaneous',
    bIsWebPath:true,
    sUrl:'miscellaneous.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});