This is the explanation of the 3D menu.

Maximum links = 6, because a cube has only 6 sides.

What can we change?

Almost anything.

-Background Image
-Background Color
-Images on the sides of the cube
-The links or no links.

*********************************************************************************
<PARAM NAME="I1" VALUE="jsanim.gif">
<PARAM NAME="I1A" VALUE="17">
<PARAM NAME="REF1" VALUE="">
<PARAM NAME="TEXT1" VALUE="SIDE 2">

All images in this applet must be a gif format with a size of 100x100 pixels.
When an animtion is used store the images, in one file. ( see jsanim.gif )

parameters :

In (n= 1..6) fill in name of the image
InA (n= 1..6) fill in number of images in the imagefile.
REFn (n= 1..6) fill in link to a webpage ("http://www.van-der-schaar.demon.nl/index.html")
if you don't want to use a link than leave blank.
TEXTn (n= 1..6) fill in the text that must be showed on the bottom of the screen.


*********************************************************************************
Background stuff.

<PARAM NAME="BACKCOLOR" VALUE="0">

the color of the background, must be ( r*65536 + g*256 + b )

<PARAM NAME="BACKIMAGE" VALUE="back.gif">

if you want to use a background image than this is the name of the image.

<PARAM NAME="BACKOFFSETX" VALUE="50">
<PARAM NAME="BACKOFFSETY" VALUE="20">

the offset of where the background image should be drawn for the first time.

*********************************************************************************

For the rest I don't know what to tell you more.

I hope you will enjoy this free applet.

*********************************************************************************

<html>
<head>
<title>3D Menu by Java Solutions</title>
</head>
<body>
<hr>
<p align=center><applet
code=three.class
id=three
width=283
height=183>
<PARAM NAME="I0" VALUE="pic2.gif">
<PARAM NAME="I1" VALUE="jsanim.gif">
<PARAM NAME="I2" VALUE="pic1.gif">
<PARAM NAME="I3" VALUE="pic2.gif">
<PARAM NAME="I4" VALUE="pic3.gif">
<PARAM NAME="I5" VALUE="jsanim.gif">
<PARAM NAME="I0A" VALUE="1">
<PARAM NAME="I1A" VALUE="17">
<PARAM NAME="I2A" VALUE="1">
<PARAM NAME="I3A" VALUE="1">
<PARAM NAME="I4A" VALUE="1">
<PARAM NAME="I5A" VALUE="1">
<PARAM NAME="REF0" VALUE="">
<PARAM NAME="REF1" VALUE="">
<PARAM NAME="REF2" VALUE="">
<PARAM NAME="REF3" VALUE="">
<PARAM NAME="REF4" VALUE="">
<PARAM NAME="REF5" VALUE="">
<PARAM NAME="BACKCOLOR" VALUE="10000">
<PARAM NAME="BACKIMAGE" VALUE="back.gif">
<PARAM NAME="BACKOFFSETX" VALUE="50">
<PARAM NAME="BACKOFFSETY" VALUE="20">
<PARAM NAME="TEXT0" VALUE="SIDE 1">
<PARAM NAME="TEXT1" VALUE="SIDE 2">
<PARAM NAME="TEXT2" VALUE="SIDE 3">
<PARAM NAME="TEXT3" VALUE="SIDE 4">
<PARAM NAME="TEXT4" VALUE="SIDE 5">
<PARAM NAME="TEXT5" VALUE="SIDE 6">
</applet>
<hr>
</body>
</html>