/** data used for some of the javascript tree examples. share! :-)**/
var a = new Array;
a[0] = new Array;
a[0]['caption'] = "Om Salsa & Söndag";
a[0]['url'] = "om.php";
a[0]['isOpen'] = true;
a[0]['children'] = new Array;
a[0]['children'][0] = new Array;
a[0]['children'][0]['caption'] = "medlemmar";
a[0]['children'][0]['url'] = "medlemmar.php";
a[0]['children'][1] = new Array;
a[0]['children'][1]['caption'] = "bli medlem";
a[0]['children'][1]['url'] = "blimedlem.php";
a[0]['children'][2] = new Array;
a[0]['children'][2]['caption'] = "om sidan";
a[0]['children'][2]['url'] = "omsidan.php";
a[1] = new Array;
a[1]['caption'] = "Nyheter";
a[1]['url'] = "nyheter.php";
a[2] = new Array;
a[2]['caption'] = "Program";
a[2]['url'] = "program.php";
a[3] = new Array;
a[3]['caption'] = "DJ-båset";
a[3]['url'] = "musik.php";
a[3]['isOpen'] = true;
a[3]['children'] = new Array;
a[3]['children'][0] = new Array;
a[3]['children'][0]['caption'] = "Mariachi DJ Crew";
a[3]['children'][0]['url'] = "kalle.html";
a[3]['children'][1] = new Array;
a[3]['children'][1]['caption'] = "ann-marie";
a[3]['children'][1]['url'] = "am.html";
a[4] = new Array;
a[4]['caption'] = "Kurser";
a[4]['url'] = "kurser.php";
a[4]['isOpen'] = true;
a[4]['children'] = new Array;
a[4]['children'][0] = new Array;
a[4]['children'][0]['caption'] = "nybörjare";
a[4]['children'][0]['url'] = "nyborjare.php";
a[4]['children'][1] = new Array;
a[4]['children'][1]['caption'] = "beginners course";
a[4]['children'][1]['url'] = "beginner.php";
a[4]['children'][2] = new Array;
a[4]['children'][2]['caption'] = "fortsättning";
a[4]['children'][2]['url'] = "fortsattning1.php";
a[4]['children'][3] = new Array;
a[4]['children'][3]['caption'] = "rueda de casino";
a[4]['children'][3]['url'] = "rueda2.php";
a[5] = new Array;
a[5]['caption'] = "Galleri";
a[5]['url'] = "galleri.html";
a[6] = new Array;
a[6]['caption'] = "Gästbok";
a[6]['url'] = "gastbok.php";
a[7] = new Array;
a[7]['caption'] = "Länkar";
a[7]['url'] = "lankar.php";
a[7]['target'] = "_self";
a[8] = new Array;
a[8]['caption'] = "Kontakta oss";
a[8]['url'] = "kontakt.php";
a[9] = new Array;
a[9]['caption'] = "Medlemssidor";
a[9]['url'] = "medlem.php";