var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'General',
    bIsWebPath:true,
    sUrl:'general.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Ostene',
        bIsWebPath:true,
        sUrl:'ostene.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Instructions',
            bIsWebPath:true,
            sUrl:'ostene_instruct.html',
            sTarget:'_self'
        },
        {   sTitle:'Studies',
            bIsWebPath:true,
            sUrl:'studies.html',
            sTarget:'_self'
        },
        {   sTitle:'References',
            bIsWebPath:true,
            sUrl:'references.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Cardiac',
    bIsWebPath:true,
    sUrl:'cardiac.html',"childArray" : [
    {   sTitle:'Tubing Clamps',
        bIsWebPath:true,
        sUrl:'tubing_clamps.html',
        sTarget:'_self'
    },
    {   sTitle:'UniRing',
        bIsWebPath:true,
        sUrl:'uniring.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Benefits',
            bIsWebPath:true,
            sUrl:'uniben.html',
            sTarget:'_self'
        },
        {   sTitle:'Implantation ',
            bIsWebPath:true,
            sUrl:'uni2.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Vascular',
    bIsWebPath:true,
    sUrl:'vascular.html',"childArray" : [
    {   sTitle:'Vein Strippers',
        bIsWebPath:true,
        sUrl:'veinstripper.html',
        sTarget:'_self'
    },
    {   sTitle:'Moller Pump',
        bIsWebPath:true,
        sUrl:'moller.html',
        sTarget:'_self'
    },
    {   sTitle:'Rooke Boot',
        bIsWebPath:true,
        sUrl:'rooke.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Design Features',
            bIsWebPath:true,
            sUrl:'rooke_design.html',
            sTarget:'_self'
        },
        {   sTitle:'Papers',
            bIsWebPath:true,
            sUrl:'rookedld.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'LeGoo',
        bIsWebPath:true,
        sUrl:'legoo.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'How it Works',
            bIsWebPath:true,
            sUrl:'legooworks.html',
            sTarget:'_self'
        },
        {   sTitle:'LeGoo Videos',
            bIsWebPath:true,
            sUrl:'legoo_vid.html',
            sTarget:'_self'
        },
        {   sTitle:'Publications',
            bIsWebPath:true,
            sUrl:'page45.html',
            sTarget:'_self'
        },
        {   sTitle:'Clinical Info',
            bIsWebPath:true,
            sUrl:'page44.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Vein Hooks',
        bIsWebPath:true,
        sUrl:'vein_hooks.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Instruments',
    bIsWebPath:true,
    sUrl:'instruments.html',"childArray" : [
    {   sTitle:'MIS',
        bIsWebPath:true,
        sUrl:'mis.html',
        sTarget:'_self'
    },
    {   sTitle:'Retractors',
        bIsWebPath:true,
        sUrl:'retractors.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Navarro ',
            bIsWebPath:true,
            sUrl:'navarro.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Clamps',
        bIsWebPath:true,
        sUrl:'clamps.html',
        sTarget:'_self'
    },
    {   sTitle:'Needle Holders',
        bIsWebPath:true,
        sUrl:'nh.html',
        sTarget:'_self'
    },
    {   sTitle:'Scissors',
        bIsWebPath:true,
        sUrl:'scissors.html',
        sTarget:'_self'
    },
    {   sTitle:'Forceps',
        bIsWebPath:true,
        sUrl:'forceps.html',
        sTarget:'_self'
    },
    {   sTitle:'Bone',
        bIsWebPath:true,
        sUrl:'bone.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Sutures',
    bIsWebPath:true,
    sUrl:'sutures.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Non Absorbable Sutures',
        bIsWebPath:true,
        sUrl:'nonabs.html',
        sTarget:'_self'
    },
    {   sTitle:'Absorbable Sutures',
        bIsWebPath:true,
        sUrl:'abs.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Packs',
    bIsWebPath:true,
    sUrl:'packs.html',
    sTarget:'_self'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});