SlideMenu installation
To install SlideMenu you have to do the following:

  1. Copy SlideMenu.class.
  2. Put the following code in your html page:

<APPLET CODE="SlideMenu.class" MAYSCRIPT WIDTH=197 HEIGHT=291>

<param name=Copyright value="Tools Soft (c) 1999">
<param name=HoverCr value="DBDBE9">
<param name=LoadingMsg value="Please Wait Loading...">
<param name=LoadingMsgExt value="Tools Soft Applets">
<param name=LoadMsgCr value="FFFFFF">
<param name=hovermode value="emptyrect"> // nothing, emptyrect, fillrect
<param name=BgCr value="F7CEEF">
<param name=URLCr value="C0C0FF">
<param name=URLHoverCr value="C0C0FF">
<param name=URLClickCr value="D2D3EE">
<param name=mainfont value="TimesRoman,plain,12">
<param name=maintarget value="_self">
<param name=usesounds value="yes">
<param name=SndOpen value="images/snd.au">
<param name=SndClose value="images/snd.au">
<param name=SndClick value="images/snd.au">
<param name=keepselected value="yes">
<param name=submenuasimage value="yes">

<param name=TitleInfo1 value="Tools Soft Home Page">
<param name=TitleInfo2 value="Tools Soft Products">
<param name=TitleInfo3 value="Download and try our applets">
<param name=TitleInfo4 value="Perchase our applets">

<param name=TitleImage1 value="images/sample1.gif">
<param name=TitleImage2 value="images/sample2.gif">
<param name=TitleImage3 value="images/sample3.gif">
<param name=TitleImage4 value="images/sample4.gif">

<param name=data-1-1 value="images/sample11.gif">
<param name=link-1-1 value="none">
<param name=data-1-2 value="images/sample12.gif">
<param name=link-1-2 value="mailto:support@tools-soft.com">
<param name=data-1-3 value="images/sample13.gif">
<param name=link-1-3 value="none">
<param name=target-1-3 value="blank">

<param name=data-2-1 value="images/sample21.gif">
<param name=link-2-1 value="none">
<param name=data-2-2 value="images/sample22.gif">
<param name=link-2-2 value="none">
<param name=data-2-3 value="images/sample23.gif">
<param name=link-2-3 value="none">
<param name=data-2-4 value="images/sample24.gif">
<param name=link-2-4 value="none">
<param name=data-2-5 value="images/sample25.gif">
<param name=link-2-5 value="none">
<param name=data-2-6 value="images/sample26.gif">
<param name=link-2-6 value="none">

<param name=data-3-1 value="images/sample21.gif">
<param name=link-3-1 value="none">
<param name=data-3-2 value="images/sample22.gif">
<param name=link-3-2 value="none">
<param name=data-3-3 value="images/sample23.gif">
<param name=link-3-3 value="none">
<param name=data-3-4 value="images/sample24.gif">
<param name=link-3-4 value="none">
<param name=data-3-5 value="images/sample25.gif">
<param name=link-3-5 value="none">
<param name=data-3-6 value="images/sample26.gif">
<param name=link-3-6 value="none">


<!--
<param name=TitleTarget value="">
<param name=TitleLink value="">
<param name=target-1-1 value="">
<param name=info-1-1 value="">
-->

</APPLET>

3) And this is the parameter description:

Parameter Name

Description

Copyright

Copy Right Parameter must be "Tools Soft (c) 1999"

HoverCr

Item Hover Color (ignore if you select hovermode as nothing).

LoadingMsg

Load Applet Message (First line).

LoadingMsgExt

Load Applet Message (Second line).

LoadMsgCr

Loading message color.

hovermode

Hover Mode, there is three modes to choose for linked item:
nothing: No Hover Shape on linked item.
emptyrect: Empty Rectangle Hover Shape on linked item.

fillrect: Filled Rectangle Hover Shape on linked item.

BgCr

Applet Background color.

URLCr

Link item color.

URLHoverCr

Link item color. when mouse hover.

URLClickCr

Link item color. when mouse click.

mainfont

Main font for this applet. will be used for menu items.

maintarget

Main target for this applet. will be used for all links which does not have target.

usesounds

This parameter for applets sounds (if you want to use sounds set it to yes).

SndOpen

Sound file path for open title.

SndClose

Sound file path for close title.

SndClick

Sound file path for linked item click.

keepselected

flag to keep the title on clicked status after clicking the title . (Yes or no).

submenuasimage

This parameter means that you will use images for sub menu items. if you set it to yes, the (data-x-y) must supply the image path. the images must be in the following format as shown below:

the First image is the normal status, the 2nd image is the hover status, and 3rd image is the clicked status.

TitleImageX

This parameter is the X (1,2,3,...) title image path, as shown below.

and like the follwoing:

The First image is the normal status, the 2nd image is the hover status, and 3rd image is the clicked status.

TitleInfoX

The X title status bar message when mouse hover.

data-x-y

the data for the item under X title in the y position. this item will contains the image path for the item if the submenuasimage is set to yes. 

link-x-y

the link for the item under X title in the y position.

target-x-y

the link target for the item under X title in the y position.

info-x-y

the status bar message when mouse hover on  the item under X title in the y position.