function showToolbar() { menu = new Menu(); menu.addItem("versionid", "ioPage v-0.1.7 SE", "ioPage v-0.1.7 SE", null, null); menu.addItem("homeid", "HOME", "My FrontPage", "index.php?aksi=home", null); menu.addItem("profileid", "PROFILE", "Who is i_o?", null, null); menu.addItem("archivesid", "ARCHIVES", "i_oArchives", null, null); menu.addItem("stuffsid", "CONTACT", "Wanna contact i_o?", null, null); menu.addItem("contactid", "STUFFS", "Thats all hmm...", null, null); menu.addItem("copyrightid", "© include_once(2003)", "© include_once(2003)", null, null); menu.addSubItem("profileid", "That's me", "Its All About i_o", "index.php?aksi=profile&id=biography"); menu.addSubItem("profileid", "Experience", "i_o Experience", "index.php?aksi=profile&id=experience"); menu.addSubItem("archivesid", "Articles", "i_oFree Writing", "index.php?aksi=archive&id=article"); menu.addSubItem("archivesid", "Stories/Jokes", "i_oAnother Story", "index.php?aksi=archive&id=story"); menu.addSubItem("archivesid", "Songs", "i_oSong of The Day", "index.php?aksi=archive&id=song"); menu.addSubItem("archivesid", "Photo Album", "i_oPhoto Album", "index.php?aksi=archive&id=gallery"); menu.addSubItem("stuffsid", "GuestBook", "Sign in i_oGuestBook, please!", "index.php?aksi=contact&id=guestbook"); menu.addSubItem("contactid", "BolehChat", "Free talk,dating,etc just be nice chatter, please!", "index.php?aksi=stuff&id=boleh"); menu.addSubItem("contactid", "i_oLink!", "Please note that these links are terribly outdated, almost a coupla years old. Cheers.", "index.php?aksi=stuff&id=link"); menu.addSubItem("contactid", "Game", "Just for fun", "index.php?aksi=stuff&id=game"); menu.showMenu(); }