WebObject 'tabs3' displays a tabs-like vertical menu, usually on the left side of the page. It is used like this: The attribute 'items' is a PHP file that contains the items of the menu, like this: " Menu Item 1 ", "item2" => " Menu Item 2 ", "item3" => " Menu Item 3 ", "etc1" => " . . . ", "etc2" => " . . . " ); ?> The item of the menu that is selected can be retrieved like this: $selected = WebApp::getSVar("tabs3::su->selected_item"); If you need to change the look of the tabs3, then make a local copy and modify 'tabs3.css'.