var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Sewing Machines',
        bIsWebPath:true,
        sUrl:'sewingmachines.html'
    },
    {   sTitle:'Embroidery Machines',
        bIsWebPath:true,
        sUrl:'embroidery.html'
    },
    {   sTitle:'Quilting Machines',
        bIsWebPath:true,
        sUrl:'quiltingmachine.html'
    },
    {   sTitle:'Quilt Frames & Systems',
        bIsWebPath:true,
        sUrl:'quiltframes.html'
    },
    {   sTitle:'Sergers',
        bIsWebPath:true,
        sUrl:'sergers.html'
    },
    {   sTitle:'Commercial Machines',
        bIsWebPath:true,
        sUrl:'commercial.html'
    },
    {   sTitle:'Software',
        bIsWebPath:true,
        sUrl:'software.html'
    },
    {   sTitle:'Sewing Furniture',
        bIsWebPath:true,
        sUrl:'furniture.html'
    },
    {   sTitle:'Vacuums',
        bIsWebPath:true,
        sUrl:'vacuums.html'
    }]
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'classes.html',"childArray" : [
    {   sTitle:'Machine Usage',
        bIsWebPath:true,
        sUrl:'machineusage.html'
    },
    {   sTitle:'Clubs',
        bIsWebPath:true,
        sUrl:'clubs.html'
    },
    {   sTitle:'Specialty Classes',
        bIsWebPath:true,
        sUrl:'specialty.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Used Machines',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'Repair',
    bIsWebPath:true,
    sUrl:'repair.html'
},
{   sTitle:'Newletter',
    bIsWebPath:true,
    sUrl:'newsletter.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
