<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<?php
$multi_header = array(
array('id'=>0,
'name'=>'Working',
'level_1'=>'Economically Active',
'level_3'=>NULL,
'group'=>'Employment'
),
array('id'=>1,
'name'=>'Ever Worked',
'level_1'=>'Unemployment',
'level_3'=>'Economically Active',
'group'=>'Employment'
),
array('id'=>2,
'name'=>'Never Worked',
'level_1'=>'Unemployment',
'level_3'=>'Economically Active',
'group'=>'Employment'
),
array('id'=>3,
'name'=>'Total',
'level_1'=>'Unemployment',
'level_3'=>'Economically Active',
'group'=>'Employment'
),
array('id'=>4,
'name'=>'Total of Economically Active',
'level_1'=>'Economically Active',
'level_3'=>NULL,
'group'=>'Employment'
),
array('id'=>5,
'name'=>'Percentage of Working to Economically Active',
'level_1'=>NULL,
'level_3'=>NULL,
'group'=>'Employment'
),
array('id'=>6,
'name'=>'Attending School',
'level_1'=>'Not Economically Active',
'level_3'=>NULL,
'group'=>'Employment'
),
array('id'=>7,
'name'=>'Housekeeping',
'level_1'=>'Not Economically Active',
'level_3'=>NULL,
'group'=>'Employment'
),
array('id'=>8,
'name'=>'Others',
'level_1'=>'Not Economically Active',
'level_3'=>NULL,
'group'=>'Employment'
),
array('id'=>9,
'name'=>'Total of Not Economically Active',
'level_1'=>'Not Economically Active',
'level_3'=>NULL,
'group'=>'Employment'
),
array('id'=>10,
'name'=>'Total',
'level_1'=>NULL,
'level_3'=>NULL,
'group'=>'Employment'
),
array('id'=>11,
'name'=>'Percentage of Economically Active to Working Age Population',
'level_1'=>NULL,
'level_3'=>NULL,
'group'=>'Employment'
)
);
?>