// menu data var menu_struct_top = new Array(); var subs = new Array(); var top = new menu_entry (""); subs[0] = new menu_entry ("", "./ueber1_e.html"); subs[1] = new menu_entry ("", "./ueber2_e.html"); subs[2] = new menu_entry ("", "./ueber3_e.html"); subs[3] = new menu_entry ("", "./partner_e.html"); menu_struct_top[0] = new menu_conf(top, subs); top = new menu_entry (""); var subs = new Array(); subs[0] = new menu_entry ("", "./gd_e.html"); subs[1] = new menu_entry ("", "./cd_e.html"); subs[2] = new menu_entry ("", "./il_e.html"); subs[3] = new menu_entry ("", "./ad_e.html"); subs[4] = new menu_entry ("", "./an_e.html"); subs[5] = new menu_entry ("", "./arbeitsproben_e.php"); menu_struct_top[1] = new menu_conf(top, subs); top = new menu_entry (""); var subs = new Array(); subs[0] = new menu_entry ("", "./helfen_e.html"); subs[1] = new menu_entry ("", "./kontakt_e.html"); menu_struct_top[2] = new menu_conf(top, subs);