var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Blog',
        bIsWebPath:true,
        sUrl:'blog.html',
        sTarget:'_self'
    },
    {   sTitle:'Forum',
        bIsWebPath:true,
        sUrl:'forum.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Warranty',
    bIsWebPath:true,
    sUrl:'warranty.html',"childArray" : [
    {   sTitle:'Service Centres',
        bIsWebPath:true,
        sUrl:'servicecentres.html',
        sTarget:'_self'
    },
    {   sTitle:'Online Warranty',
        bIsWebPath:true,
        sUrl:'onlinewarranty.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Cool Stuff',
    bIsWebPath:true,
    sUrl:'coolstuff.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Computer\'s History',
        bIsWebPath:true,
        sUrl:'computershistory.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Father of Computer',
            bIsWebPath:true,
            sUrl:'fatherofcomputer.html',
            sTarget:'_self'
        },
        {   sTitle:'The History of Computer',
            bIsWebPath:true,
            sUrl:'thehistoryofcomputer.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Solutions & Guides',
        bIsWebPath:true,
        sUrl:'sulutionsnguides.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'MS DOS Tricks and Commands',
            bIsWebPath:true,
            sUrl:'msdos_tricksncommands.html',
            sTarget:'_self'
        },
        {   sTitle:'Computer Hardware Definations',
            bIsWebPath:true,
            sUrl:'computerhardwaredefinations.html',
            sTarget:'_self'
        },
        {   sTitle:'Keyboard Shortcuts',
            bIsWebPath:true,
            sUrl:'keyboard_shortcuts.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'About US',
        bIsWebPath:true,
        sUrl:'about.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Advertise / Link Exchange',
            bIsWebPath:true,
            sUrl:'advertisenlinkexchange.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'About Sunam City',
        bIsWebPath:true,
        sUrl:'aboutsunamcity.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact US',
    bIsWebPath:true,
    sUrl:'contactus.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Feedback',
        bIsWebPath:true,
        sUrl:'feedback.html',
        sTarget:'_self'
    }]
}]
});
