var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html',"childArray" : [
   
   {   sTitle:'Current Contracts',
        bIsWebPath:true,
        sUrl:'currentcont.html',
        sTarget:'_self'
		
	},
	
	  {   sTitle:'Carpet Cleaning',
        bIsWebPath:true,
        sUrl:'carpet-steam-cleaning-melbourne.html',
        sTarget:'_self'
	  },
	  
	  
	  {   sTitle:'Commercial/Industrial Cleaning',
        bIsWebPath:true,
        sUrl:'commercial-industrial-cleaning-melbourne.html',
        sTarget:'_self'
	  },
	  
	  
	  {   sTitle:'Window Cleaning',
        bIsWebPath:true,
        sUrl:'window-cleaning-melbourne.html',
        sTarget:'_self'
	  },
	  
	  
	  {   sTitle:'Pressure Cleaning',
        bIsWebPath:true,
        sUrl:'pressure-cleaning-melbourne.html',
        sTarget:'_self'
	  },
	  
	   {   sTitle:'Flood Damage Cleaning',
        bIsWebPath:true,
        sUrl:'flood-damage-melbourne.html',
        sTarget:'_self'
	  },
	  
	   {   sTitle:'Vacate Cleaning',
        bIsWebPath:true,
        sUrl:'end-of-lease-vacate-move-out-cleaning-melbourne.html',
        sTarget:'_self'
	  
    }]
},



{   sTitle:'Our Commitments',
    bIsWebPath:true,
    sUrl:'commitments.html',"childArray" : [
    {   sTitle:'OH & Safety',
        bIsWebPath:true,
        sUrl:'ohsafety.html',
        sTarget:'_self'
    },
    {   sTitle:'Site Safety',
        bIsWebPath:true,
        sUrl:'sitesafety.html',
        sTarget:'_self'
    },
    {   sTitle:'Training Commitment',
        bIsWebPath:true,
        sUrl:'training.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Our Policy',
    bIsWebPath:true,
    sUrl:'policy.html',"childArray" : [
    {   sTitle:'Environment Policy',
        bIsWebPath:true,
        sUrl:'environpolicy.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
