|
addMenu("Demo", "demo-top");
addSubMenu("demo-top", "ACCUEIL",
"", "", "sub-1", "tabl");
addSubMenu("demo-top", "TELECHARGER", "",
"", "sub-2", "tabm");
addSubMenu("demo-top", "FORUM", "", "",
"sub-3", "tabm");
addSubMenu("demo-top", "CONTACTS", "",
"", "sub-4", "tabm");
addSubMenu("demo-top", "ADMIN", "", "",
"sub-5", "tabr");
addSeparator("sub-1", "tabt");
addLink("sub-1", "Accueil", "", "http://hebergeur/index.php?lng=fr",
"tabi");
addLink("sub-1", "Forum", "", "http://hebergeur/fortopic.php?lng=fr",
"tabi");
addLink("sub-1", "Lvre d\'Or", "", "http://hebergeur/guestbk.php?lng=fr",
"tabi");
addLink("sub-1", "Générateurs", "",
"http://hebergeur/gencodevideo/gencodevideo.php?lng=fr", "tabi");
addSeparator("sub-1", "tabb");
....................................
|