var branchregions = new Array(); br = new Node('1','Northland'); branchregions.push(br); br = new Node('2','Auckland'); b = new Node('003_64','Harveys - Massey Office'); br.children.push(b); b = new Node('005_14','Harveys Blockhouse Bay - Licensed Real Estate Agent - (REAA 2008)'); br.children.push(b); b = new Node('005_25','Harveys Green Bay - Licensed Real Estate Agent - (REAA 2008)'); br.children.push(b); b = new Node('006_COMPANY','Harveys Mt Roskill'); br.children.push(b); b = new Node('004_40','Harveys New Lynn Residential'); br.children.push(b); b = new Node('010_COMPANY','Harveys Papakura'); br.children.push(b); b = new Node('013_COMPANY','Harveys Parnell'); br.children.push(b); b = new Node('049_COMPANY','Harveys Te Atatu'); br.children.push(b); b = new Node('005_30','Harveys Titirangi - Licensed Real Estate Agent - (REAA 2008)'); br.children.push(b); branchregions.push(br); br = new Node('3','Coromandel'); branchregions.push(br); br = new Node('4','Waikato'); b = new Node('016_10','Harveys Tokoroa'); br.children.push(b); branchregions.push(br); br = new Node('5','Bay of Plenty'); branchregions.push(br); br = new Node('6','Gisborne'); branchregions.push(br); br = new Node('7','Hawkes Bay'); branchregions.push(br); br = new Node('8','Taranaki'); branchregions.push(br); br = new Node('9','Wanganui'); branchregions.push(br); br = new Node('10','Manawatu / Wanganui'); b = new Node('029_COMPANY','Harveys Palmerston North'); br.children.push(b); branchregions.push(br); br = new Node('11','Wairarapa'); branchregions.push(br); br = new Node('12','Wellington'); b = new Node('027_70','Harveys Levin Rural'); br.children.push(b); b = new Node('027_50','Harveys Otaki'); br.children.push(b); b = new Node('027_10','Harveys Paraparaumu'); br.children.push(b); branchregions.push(br); br = new Node('13','Nelson & Bays'); branchregions.push(br); br = new Node('14','Marlborough'); branchregions.push(br); br = new Node('15','Canterbury'); b = new Node('033_10','Harveys Bishopdale'); br.children.push(b); branchregions.push(br); br = new Node('16','West Coast'); branchregions.push(br); br = new Node('17','North Otago'); branchregions.push(br); br = new Node('18','Otago'); branchregions.push(br); br = new Node('19','Central Otago & Lakes'); branchregions.push(br); br = new Node('20','Southland'); branchregions.push(br); br = new Node('21','Central North Island'); branchregions.push(br); br = new Node('90','Pacific Islands'); branchregions.push(br);