Starting since version 2.0.9 RealChat client provides a feature called 'Explore button'. It's much like the Windows Start button - when people click on the Explore button they will see a customized pop-up menu with site-related shotrcuts. You can use the Explore button to achieve better integration with your site and services, and make your users' experience even more exciting.
In the example below parameters have been added to set the Explore button label, tool-tip text and icon image, as well as several customized menu items.
There is detaied explanation for what each parameter does in the Configuration directives reference section.
<applet codebase = "." archive = "RealChat.jar" code = "rcs.client.RealChatClient.class" name = "ChatClient" width = "300" height = "100" MAYSCRIPT> <param name="hasExploreButton" value="yes"> <param name="exploreButtonIcon" value="jar:rc16x16.gif"> <param name="exploreButtonLabel" value="Explore!"> <param name="exploreButtonToolTip" value="Explore rcsoft.net!"> <param name="exploreMenuItem0" value="RealChat homepage|http://www.rcsoft.net/|_blank"> <param name="exploreMenuItem1" value="separator"> <param name="exploreMenuItem2" value="Product features|http://www.rcsoft.net/features.php|_blank"> <param name="exploreMenuItem3" value="Download!|http://www.rcsoft.net/download.php|_blank"> <param name="exploreMenuItem4" value="Support|http://www.rcsoft.net/support.php|_blank"> <param name="exploreMenuItem5" value="separator"> <param name="exploreMenuItem6" value="Yahoo!|http://www.yahoo.com/|_blank"> <param name="exploreMenuItem7" value="Google|http://www.google.com/|_blank"> </applet>