var customNavTree8 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Zuniga Bio',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Store Locations',
    sUrl:'http://maps.google.com/maps/ms?hl=en&ie=UTF8&msa=0&msid=105138745260699996147.00049626cc3a144c4a774&ll=45.416605,-122.739247&spn=0.305046,0.479096&source=embed',
    sTarget:'_blank'
},
{   sTitle:'Recipe Ideas',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
}]
});
