THIS SCRIPT BROUGHT TO YOU BY JAVAFILE.COM - http://www.javafile.com HTML required to use the applet: Parameter description:menu - a text-file containing the menu-description. bgcolor - Background color. menucolor - The background color of submenus. textcolor - The color of text-descriptions. linkcolor - The active color of links on the main menu. fontsizemain - Font-size of the main menu. fontsizesub - Font-size of the sub-menus. 3d - 0 = flat submenus, 1 = submenus with bevel. The menu description-file:A text-file which the menu use to create a hierarchic structure and content. Each line in the file describes an item in the menu/submenu. This line consists of the following items: menunumber - a number of the menu/sub-menu the item belongs to. Its important that the number is ascending and the main-menu is number zero. description - the text which is displayed in an item. itemtype (link/sub) - the menuitem-function, link - the menuitem is a hyperlink without a submenu. sub - the menuitem has a submenu ( but it can also contain a hyperlink ) submenu - the number of the menu/submenu which belongs to this item. link - hyperlink/url, empty = "#null". targetframe - target window/frame. [name] - a frame-name. _top - the whole browser-window _blank - a new browser-window. _parent - the parent-frame. The parts of the line is divided by ; (semicolon): example of a text-file: 0;Om 0;Javefile;link;0;http://www.javafile.com/;_top 0;Applets;sub;1;#null;_top 0;Scripts;sub;2;#null;_top 1;Bravenet;link;0;http://www.bravenet.com/;_top 1;Tools;sub;3;#null;_top 1;Freelance1;link;0;#null;_top 1;Freelance2;link;0;#null;_top 1;Freelance3;link;0;#null;_top 1;Freelance4;link;0;#null;_top 2;C|NET;link;0;http://www.cnet.com/;_blank 3;film1;link;0;#null;_top 3;film2;link;0;#null;_top It's important that ; (semikolon) are not used in the description or hyperlink of an item. THIS SCRIPT BROUGHT TO YOU BY JAVAFILE.COM - http://www.javafile.com