var customnavtree12 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'aboutme.html',
    sTarget:'_self'
},
{   sTitle:'My Portfolio',
    bIsWebPath:true,
    sUrl:'myportfolio.html',
    sTarget:'_self'
},
{   sTitle:'Commercial',
    bIsWebPath:true,
    sUrl:'commercialimages.html',
    sTarget:'_self'
},
{   sTitle:'Treats',
    bIsWebPath:true,
    sUrl:'treatyourself.html',
    sTarget:'_self'
},
{   sTitle:'Top Tips',
    bIsWebPath:true,
    sUrl:'top tips.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Gallery',
    sUrl:'http://www.myimagesbyfrancescahardwick.co.uk/PhotoGallery/main.php',
    sTarget:'_blank'
},
{   sTitle:'Stock Photos',
    sUrl:'http://www.myimagesbyfrancescahardwick.co.uk/StockGallery/main.php',
    sTarget:'_blank'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   bSeparatorBefore:true,
    sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});