/*
* data used for some of the javascript tree examples. share! :-)
* 
* if you want a shorter code, check the json (JavaScript Object Notation) example at
* http://www.blueshoes.org/_bsJavascript/components/tree/examples/example_json.html
*/

var a = new Array;
a[0] = new Array;
a[0]['caption']          = "اخبار";
a[0]['url']              = "index.php?cat_id=2";


a[1] = new Array;
a[1]['caption']          = "منوعات";
a[1]['url']              = "index.php?cat_id=7";


a[2] = new Array;
a[2]['caption']          = "من نحن";
a[2]['url']              = "aboutus.php";


a[3] = new Array;
a[3]['caption']          = "الهيکل التنظيمي";
a[3]['url']              = "#";
a[3]['children']         = new Array;
a[3]['children'][0]      = new Array;
a[3]['children'][0]['caption']  = "الهيئة العامة";
a[3]['children'][0]['url']      = "part.php?topic_id=1";
a[3]['children'][1]      = new Array;
a[3]['children'][1]['caption']  = "الهيئة المشرفة";
a[3]['children'][1]['url']      = "part.php?topic_id=2";
a[3]['children'][2]      = new Array;
a[3]['children'][2]['caption']  = "الهيئة المرکزية";
a[3]['children'][2]['url']      = "#";
a[3]['children'][2]['children'] = new Array;
a[3]['children'][2]['children'][0] = new Array;
a[3]['children'][2]['children'][0]['caption']  = "الأمين العام";
a[3]['children'][2]['children'][0]['url']  = "part.php?topic_id=3";
a[3]['children'][2]['children'][1] = new Array;
a[3]['children'][2]['children'][1]['caption']  = "اللجنة الثقافية";
a[3]['children'][2]['children'][1]['url']  = "part.php?topic_id=4";
a[3]['children'][2]['children'][2] = new Array;
a[3]['children'][2]['children'][2]['caption']  = "اللجنة الاعلام";
a[3]['children'][2]['children'][2]['url']  = "part.php?topic_id=5";
a[3]['children'][2]['children'][3] = new Array;
a[3]['children'][2]['children'][3]['caption']  = "لجنة العلاقات العامة";
a[3]['children'][2]['children'][3]['url']  = "part.php?topic_id=6";
a[3]['children'][2]['children'][4] = new Array;
a[3]['children'][2]['children'][4]['caption']  = "لجنة شؤون المرأة";
a[3]['children'][2]['children'][4]['url']  = "part.php?topic_id=7";
a[3]['children'][2]['children'][5] = new Array;
a[3]['children'][2]['children'][5]['caption']  = "لجنة الشؤون الداخلية";
a[3]['children'][2]['children'][5]['url']  = "part.php?topic_id=8";
a[3]['children'][2]['children'][6] = new Array;
a[3]['children'][2]['children'][6]['caption']  = "اللجنة العلمية";
a[3]['children'][2]['children'][6]['url']  = "part.php?topic_id=9";


a[4] = new Array;
a[4]['caption']     = "فروع الاتحاد";
a[4]['url']         = "#";
a[4]['children']    = new Array;
a[4]['children'][0] = new Array;
a[4]['children'][0]['caption']  = "اهواز";
a[4]['children'][0]['url']      = "index.php?cat_id=9";
a[4]['children'][1] = new Array;
a[4]['children'][1]['caption']  = "قم";
a[4]['children'][1]['url']      = "index.php?cat_id=10";
a[4]['children'][2] = new Array;
a[4]['children'][2]['caption']  = "کرمانشاه";
a[4]['children'][2]['url']      = "index.php?cat_id=11";
a[4]['children'][3] = new Array;
a[4]['children'][3]['caption']  = "مشهد";
a[4]['children'][3]['url']      = "index.php?cat_id=12";
a[4]['children'][4] = new Array;
a[4]['children'][4]['caption']  = "يزد";
a[4]['children'][4]['url']      = "index.php?cat_id=13";
a[4]['children'][5] = new Array;
a[4]['children'][5]['caption']  = "اصفهان";
a[4]['children'][5]['url']      = "index.php?cat_id=14";


a[5] = new Array;
a[5]['caption']     = "نشاطاتنا";
a[5]['url']         = "#";
a[5]['children']    = new Array;
a[5]['children'][0] = new Array;
a[5]['children'][0]['caption']  = "الدورة الاولي";
a[5]['children'][0]['url']      = "part.php?topic_id=28";
a[5]['children'][1] = new Array;
a[5]['children'][1]['caption']  = "الدورة الثانية";
a[5]['children'][1]['url']      = "part.php?topic_id=29";
a[5]['children'][2] = new Array;
a[5]['children'][2]['caption']  = "الدورة الثالثة";
a[5]['children'][2]['url']      = "part.php?topic_id=30";


a[6] = new Array;
a[6]['caption']     = "صور الاتحاد";
a[6]['url']         = "#";
a[6]['children']    = new Array;
a[6]['children'][0] = new Array;
a[6]['children'][0]['caption']  = "الدورة الاولي";
a[6]['children'][0]['url']      = "index.php?cat_id=15";
a[6]['children'][1] = new Array;
a[6]['children'][1]['caption']  = "الدورة الثانية";
a[6]['children'][1]['url']      = "index.php?cat_id=16";
a[6]['children'][2] = new Array;
a[6]['children'][2]['caption']  = "الدورة الثالثة";
a[6]['children'][2]['url']      = "index.php?cat_id=17";


a[7] = new Array;
a[7]['caption']          = "النخيل";
a[7]['url']              = "index.php?cat_id=6";


a[8] = new Array;
a[8]['caption']          = "عضو جديد";
a[8]['url']              = "signup.php";


a[9] = new Array;
a[9]['caption']          = "اتصل بنا";
a[9]['url']              = "contact.php";


