var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Special Offers',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'graphicdesign.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Recent Commissions',
        bIsWebPath:true,
        sUrl:'commissions.html'
    },
    {   sTitle:'FAQs',
        bIsWebPath:true,
        sUrl:'faq.html'
    }]
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html'
},
{   sTitle:'Design',
    bIsWebPath:true,
    sUrl:'design.html',"childArray" : [
    {   sTitle:'Business Cards',
        bIsWebPath:true,
        sUrl:'cards.html'
    },
    {   sTitle:'Menus & Invites',
        bIsWebPath:true,
        sUrl:'menus.html'
    },
    {   sTitle:'Letterheads',
        bIsWebPath:true,
        sUrl:'letterheads.html'
    },
    {   sTitle:'CDs & DVDs',
        bIsWebPath:true,
        sUrl:'cds.html'
    },
    {   sTitle:'Wedding Stationery',
        bIsWebPath:true,
        sUrl:'weddings.html'
    },
    {   sTitle:'Flyers & Posters',
        bIsWebPath:true,
        sUrl:'posters.html'
    },
    {   sTitle:'Brochures & Programmes',
        bIsWebPath:true,
        sUrl:'brochures.html'
    },
    {   sTitle:'Newsletters & Magazines',
        bIsWebPath:true,
        sUrl:'newsletters.html'
    },
    {   sTitle:'Leaflets',
        bIsWebPath:true,
        sUrl:'leaflets.html'
    },
    {   sTitle:'Business Start up packages',
        bIsWebPath:true,
        sUrl:'BSUP.html'
    },
    {   sTitle:'Advertising Campaigns',
        bIsWebPath:true,
        sUrl:'advertising.html'
    },
    {   sTitle:'Illustrations',
        bIsWebPath:true,
        sUrl:'illustration.html'
    },
    {   sTitle:'DL Flyers with Business Card',
        bIsWebPath:true,
        sUrl:'dlflyers.html'
    },
    {   sTitle:'Chrome Range',
        bIsWebPath:true,
        sUrl:'chromerange.html'
    },
    {   sTitle:'business cards',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'design.html#Business'
    },
    {   sTitle:'Brochures',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'design.html#Brochures'
    },
    {   sTitle:'Tickets',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'design.html#Tickets'
    },
    {   sTitle:'Gift vouchers',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'design.html#Gift'
    },
    {   sTitle:'Catalogues',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'design.html#Catalogues'
    },
    {   sTitle:'Programmes',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'design.html#Programmes'
    },
    {   sTitle:'Leaflets',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'design.html#Leaflets'
    },
    {   sTitle:'CD & DVD',
        bIsAnchor:true,
        bIsWebPath:true,
        sUrl:'design.html#CD'
    }]
},
{   sTitle:'Printing',
    bIsWebPath:true,
    sUrl:'printing.html',"childArray" : [
    {   sTitle:'Small Format Printing',
        bIsWebPath:true,
        sUrl:'smallformatprinting.html'
    },
    {   sTitle:'Large Format Printing',
        bIsWebPath:true,
        sUrl:'largeformatprinting.html'
    },
    {   sTitle:'Print Finishing',
        bIsWebPath:true,
        sUrl:'finishing.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Site Map',
        bIsWebPath:true,
        sUrl:'lsdsitemap.html'
    }]
}]
});
