<?php


//This file contains the commonly used variables 

$parent_tab_info_array=array(1=>'My Home Page',2=>'Marketing',3=>'Sales',4=>'Support',5=>'Analytics',6=>'Inventory',7=>'Tools',8=>'Settings');


$parent_child_tab_rel_array=array(1=>array(3,9,28,),2=>array(26,6,4,28,7,9,8,),3=>array(7,6,4,20,22,23,8,9,),4=>array(13,15,6,4,8,28,9,41,41,),5=>array(25,1,),6=>array(14,22,20,23,30,30,),7=>array(27,8,35,35,47,47,48,48,27,48,47,53,53,),8=>array(49,49,),);



?>