var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Disk Preview',
    bIsWebPath:true,
    sUrl:'preview.html'
},
{   sTitle:'Order',
    bIsWebPath:true,
    sUrl:'order.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
