var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Art Reproduction',
        bIsWebPath:true,
        sUrl:'ArtReproduction.html'
    },
    {   sTitle:'Budget Photo Services',
        bIsWebPath:true,
        sUrl:'budget.html'
    },
    {   sTitle:'Business Cards',
        bIsWebPath:true,
        sUrl:'bc.html'
    },
    {   sTitle:'Calendars',
        bIsWebPath:true,
        sUrl:'Calendars.html'
    },
    {   sTitle:'Canvas Prints',
        bIsWebPath:true,
        sUrl:'canvas.html'
    },
    {   sTitle:'Greeting Cards & Postcards',
        bIsWebPath:true,
        sUrl:'greeting.html'
    },
    {   sTitle:'Large Format',
        bIsWebPath:true,
        sUrl:'largeformat.html'
    },
    {   sTitle:'Laser Printing',
        bIsWebPath:true,
        sUrl:'laser.html'
    },
    {   sTitle:'MultiMedia - CD, Dvd, Bluray',
        bIsWebPath:true,
        sUrl:'MultiMedia.html'
    },
    {   sTitle:'Packages',
        bIsWebPath:true,
        sUrl:'Packages.html'
    },
    {   sTitle:'Professional Printing',
        bIsWebPath:true,
        sUrl:'proinfo.html'
    },
    {   sTitle:'Proofing Systems',
        bIsWebPath:true,
        sUrl:'proofs.html'
    },
    {   sTitle:'Wedding Printing',
        bIsWebPath:true,
        sUrl:'wedding.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html',"childArray" : [
    {   sTitle:'Photographers',
        bIsWebPath:true,
        sUrl:'photogrpahers.html'
    },
    {   sTitle:'Discount Structure',
        bIsWebPath:true,
        sUrl:'discount.html'
    }]
},
{   sTitle:'Upload Orders',
    bIsWebPath:true,
    sUrl:'uploads.html'
},
{   sTitle:'Feedback',
    bIsWebPath:true,
    sUrl:'clients.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Quote',
    bIsWebPath:true,
    sUrl:'quote.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});