Smart Slider Menu installation
To install Smart Slider Menu  applet you have to do the following:

  1. Copy SmartSlider.jar and all classes in the classes folder file to your folder.
  2. Put the following code in your html page:

<applet code="SmartSlider.class" codebase="classes" archive="SmartSlider.jar" width="180" height="300" mayscript>
<param name=Copyright value="Applet Shop Sliding Menu Applet">
<param name=BackgroundCr value="FFFFFF">
<param name=MainItemsBgCr value="FFFFFF">
<param name=MainItemsBgCrOn value="DEDEDE">
<param name=MainItemsBorderCr value="000000">
<param name=MainItemsBorderCrOn value="242424">
<param name=MainItemsTextCr value="000000">
<param name=MainItemsTextCrOn value="424242">
<param name=SubItemCr value="000000">
<param name=SubItemCrOn value="FFFFFF">
<param name=SubItemCrClick value="0000FF">
<param name=SelectorType value="rect">
<param name=SelectorCr value="FFFFFF">
<param name=SelectorFillCr value="646464">
<param name=SelectorBorderCr value="000000">
<param name=SelectorBorderStyle value="rect">
<param name=MainLinkTarget value="_main">
<param name=MainItemsFont value="TimesRoman,plain,12">
<param name=SubItemsFont value="TimesRoman,plain,12">
<param name=MainLargeOnHover value="false">
<param name=SubLargeOnHover value="false">
<param name=AutoRollBack value="false">
<param name=UnderLineHover value="false">
<param name=AlignMainItems value="left">
<param name=SubItemsSheft value="20">

<param name=SelectorShift value="4">
<param name=Delay value="350">
<param name=BackgroundImage value="classes/images/sbackgr.gif">
<param name=MenuImage value="">
<param name=MenuImageOn value="">

<param name=item1 value="Applet Shop">
<param name=item1-1 value="Products">
<param name=item1-2 value="Downloads">
<param name=item1-3 value="Contact us">
<param name=item1-4 value="About Us">
<param name=item1-5 value="Orders">

<param name=item2 value="Products">
<param name=item2-1 value="Smart Popup Menu">
<param name=item2-2 value="Smart Slider Menu">
<param name=item2-3 value="News Scroll Applet">

<param name=item3 value="Downloads">
<param name=item3-1 value="Smart Popup Menu">
<param name=item3-2 value="Smart Slider Menu">
<param name=item3-3 value="News Scroll Applet">

<param name=item4 value="Contact">
<param name=item4-1 value="Support Team">
<param name=item4-2 value="Sales Team">
<param name=item4-3 value="Webmaster">

<param name=item5 value="Whats New">
<param name=item5-1 value="New Products">
<param name=item5-2 value="Comming Soon">

<param name=item6 value="About Applet Shop">
<param name=item6-Link value="http://www.appletshop.com">

</applet>

3) And this is the parameter description:
Parameter Name Description
Copyright  Must be "Popup Menu Applet, By Applet Shop Solutions"
BackgroundCr The Applet Background Color
MainItemsBgCr  The Applet Main header items Background Color
MainItemsBgCrOn The Applet Main header items Background Color on Mouse Hover.
MainItemsBorderCr The Applet Main header items Borders Color 
MainItemsBorderCrOn The Applet Main header items Borders Color on Mouse Hover.
MainItemsTextCr  The Applet Main header items Text Color.
MainItemsTextCrOn  The Applet Main header items Text Color on Mouse Hover.

 

 

SubItemCr  The Applet sub menu items Text Color.
SubItemCrOn The Applet sub menu items Text Color on mouse hover.
SubItemCrClick  The Applet sub menu items Text Color on mouse Click.
SelectorType The sub items selector shape type, you can use on of the following:
rect - to show rectangle shape on the left side of sub item.
arrow - to show arrow shape on the left side of sub item.
non - to hide this shape.
SelectorCr the color of the selector shape.
SelectorFillCr the Highlight fill color for the sub items when mouse over.
SelectorBorderCr the Highlight borders color for the sub items when mouse over.
SelectorBorderStyle the Highlight borders style for the sub items when mouse over. you can use one of the following:
rect - to show a rectangle border on highlighted item.
underline - to show a line border under the highlighted item.
MainLinkTarget Default Target frame for the applet.
MainItemsFont The header menu items font, it must be in the following format:
FontName,Style,Size
Style could be:
bold
plain
italic
bolditalic
SubItemsFont  The Sub menu items font, it must be in the following format:
FontName,Style,Size
Style could be:
bold
plain
italic
bolditalic
MainLargeOnHover Make the text bold on mouse hover for the Main header items.
possible values:
true  to make it bold 
false  to keep it as it.
SubLargeOnHover  Make the text bold on mouse hover for the Sub  header items.
possible values:
true  to make it bold 
false  to keep it as it.
AutoRollBack Roll back the menu items when mouse exit.
possible values:
true  to Roll it back. 
false  to keep it Open.
UnderLineHover Make the sub menu items under lined on mouse hover. 
possible values:
true
  to Under line the item. 
false  to keep it as default.
AlignMainItems Header items Align style.
possible values:
up
down
left
right 
SubItemsSheft The X axis shift for the sub menu items.
SelectorShift The X axis shift for the Selector Shape, must be smaller that the SubItemsSheft.
Delay the time needed before open the menu if the mouse over it. every 1000 = 1 sec.
BackgroundImage The Applet background image, Go To demo 1 to see this option.
MenuImage The background image for header menu item.
MenuImageOn The background image for header menu item. on mouse hover. Go to demo2,3,4 to see this option.
MenuSoundOn Sound file for mouse on header menu item. Go to demo4 to see this option.
ItemN the header item in N position
ItemN-Y the sub item in  Y position under N header.
For each item you can use the following :
-link
-target
See demo 4 to se how to assign these values to the applet.

you can also use java script in the -Link item.
for example:
<param name=item1-2-link value="JavaScript:alert('Hello')">