var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Welcome to EmmRecs Media',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'CD Recording',
    'bIsWebPath':true,
    'sUrl':'CDRecording.html'
},
{   'sTitle':'CD and DVD Duplication',
    'bIsWebPath':true,
    'sUrl':'CDandDVDDuplication.html'
},
{   'sTitle':'BD/DVD Recording',
    'bIsWebPath':true,
    'sUrl':'DVDRecording.html'
},
{   'sTitle':'High Definition Video Recording and Editing',
    'bIsWebPath':true,
    'sUrl':'VideoRecording.html'
},
{   'sTitle':'Video to DVD Transfer',
    'bIsWebPath':true,
    'sUrl':'VideotoDVD.html'
},
{   'sTitle':'NEW  Services',
    'bIsWebPath':true,
    'sUrl':'newservices.html'
},
{   'sTitle':'Technology',
    'bIsWebPath':true,
    'sUrl':'Technology.html'
},
{   'sTitle':'Price list',
    'bIsWebPath':true,
    'sUrl':'PriceList.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'Contact.html'
},
{   'sTitle':'Client Comments',
    'bIsWebPath':true,
    'sUrl':'clientcomments.html'
},
{   'sTitle':'New Release',
    'bIsWebPath':true,
    'sUrl':'latest release.html'
}]
});
