FIRST READ AND ACCEPT THE LICENSE BEFORE USING THIS SOFTWARE.

VISIT http://www.wyka-warzecha.com for more information about
this and other great software!

---------------------------------------------------------
Quick Docs:
---------------------------------------------------------

1. Get started quickly
2. Quick Parameter Notes/Sample Code Listing
3. Detailed Parameter Information
4. Full Version Features (http://www.wyka-warzecha.com)

---------------------------------------------------------
1. Get Started Quickly
---------------------------------------------------------

Simply extract all the files either to a directory on your harddrive, or
to a website, and then load the 'index.htm' file into your browser.
MAKE SURE IF YOU ARE FTP'ing TO A WEBSITE, THAT THE FILES ARE SENT IN
'BINARY' MODE.

So, for example, if you extracted all the files to:

C:\testing\

Then you would go into your internet browser, and open the file called:

C:\testing\index.htm

---------------------------------------------------------
2. Changing the Parameters/Sample Code Listing
---------------------------------------------------------

There are a number of parameters you can change/customize in this
evaluation version. PLEASE NOTE, this evaluation version also only
supports applet width/height of 200x200 pixels and up to four pages
of information.

The easiest way to start changing parameters is to load the index.htm
file into a text editor, such as NOTEPAD (on Windows systems).

Here is a sample code listing with almost all the possible parameters: 

<applet code="MachOneMessengerEval.class" width="200" height="200">
<param  name="autoslide"                value="yes">
<param  name="backgroundimage"          value="background.jpg">
<param  name="activatePageNumbering"    value="yes">
<param  name="image_previous"           value="prev.jpg">
<param  name="image_previous_mouseover" value="prev2.jpg">
<param  name="image_previous_clicking"  value="prev3.jpg">
<param  name="image_next"               value="next.jpg">
<param  name="image_next_mouseover"     value="next2.jpg">
<param  name="image_next_clicking"      value="next3.jpg">
<param  name="horizontalAlign"          value="center">
<param  name="verticalAlign"            value="top">
<param  name="previousButtonLocation"   value="7, 150">
<param  name="nextButtonLocation"       value="96,150">
<param  name="pageNumberingLocation"    value="135,145">
<param  name="page1effect"              value="1">
<param  name="page2effect"              value="2">
<param  name="page3effect"              value="3">
<param  name="page4effect"              value="4">
<param  name="page1-item1"              value="MachOneMessenger!">
<param  name="page1-item2"              value=" ">
<param  name="page1-item3"              value="By Wyka-Warzecha!">
<param  name="page1-item4"              value=" ">
<param  name="page1-item5"              value="Click on 'next' for more information!">
<param  name="page2-item1"              value="Stunning Special FX and amazing features!">
<param  name="page2-item2"              value=" ">
<param  name="page2-item3"              value="Pixelate, slicer, sparkler and expander! Plus extremely easy to use customization!">
<param  name="page3-item1"              value="Easy to use!">
<param  name="page3-item2"              value="  ">
<param  name="page3-item3"              value="Great documentation, plus easy to understand HTML makes it extremely easy!">
<param  name="page4-item1"              value="Order Now!">
<param  name="page4-item2"              value="Click here to order this software!">
<param  name="page4-item3"              value="  ">
<param  name="page4-item4"              value="Contact Us!">
<param  name="page4-item5"              value="Contact us at sales@wyka-warzecha.com for more information!">
<param  name="pageurl4-item2"           value="http://www.wyka-warzecha.com/website/ordering.htm">
<param  name="pageurl4-item5"           value="mailto:sales@wyka-warzecha.com">
<param  name="targetframe4-item2"       value="_self">
<param  name="globalfont"               value="Arial, bold, 14">
<param  name="pagenumberingfont"        value="Arial, bold, 12">
<param  name="textfont1-item3"          value="Arial, plain, 12">
<param  name="textfont1-item5"          value="Arial, plain, 12">
<param  name="textfont2-item3"          value="Arial, plain, 12">
<param  name="textfont3-item3"          value="Arial, plain, 12">
<param  name="textfont4-item2"          value="Arial, plain, 12">
<param  name="textfont4-item5"          value="Arial, plain, 12">
<param  name="horizontalAlign1-item1"   value="center">
<param  name="copyright"                value="java applet by http://www.wyka-warzecha.com">
<param  name="loadingbgcolor"           value="FULL VERSION FEATURE">
<param  name="loadingtextcolor"         value="FULL VERSION FEATURE">
<param  name="bgcolor"                  value="FULL VERSION FEATURE">
<param  name="fxbgcolor"                value="FULL VERSION FEATURE">
<param  name="textColor"                value="FULL VERSION FEATURE">
<param  name="texthilitecolor"          value="FULL VERSION FEATURE">
<param  name="pageNumberingColor"       value="FULL VERSION FEATURE">
<param  name="topmargin"                value="FULL VERSION FEATURE">
<param  name="leftrightmargin"          value="FULL VERSION FEATURE">
<param  name="bottomMargin"             value="FULL VERSION FEATURE">
<param  name="autoslidetime"            value="FULL VERSION FEATURE">
<param  name="textcolor1-item1"         value="FULL VERSION FEATURE">
<param  name="texthilitecolor1-item1"   value="FULL VERSION FEATURE">
</applet>

---------------------------------------------------------
3. Detailed Parameter Information
---------------------------------------------------------

Here is the main parameter information that you can customize 
globally. I.e., what the background color is, the default menu 
height, etc.

***************
backgroundimage
***************

This is an optional parameter that allows 
you to use a customized background. To use it, create a 
background image, then include the name of the file in 
this paraemter. For example,

<param name="backgroundimage" value="background.jpg">

*********************
activatePageNumbering
*********************

If you wish to have page numbering displayed, simply 
make this parameter equal to 'yes'. For example, 

<param name="activatePageNumbering" value="yes">

*********************
image_previous
image_previous_mousever
image_previous_clicking
image_next
image_next_mousever
image_next_clicking
*********************

These are for the previous and next buttons. The 
'image_previous' and 'image_next' are required, however 
the mouseover and clicking image names are optional.
Although the software is intended to use images, if you 
wish to not have the images, create an image that is 1x1 
pixel for the next and previous buttons the same color 
as your background. 

(NOTE: YOU MUST HAVE AT LEAST A 'IMAGE_NEXT' and 
'IMAGE_PREVIOUS' parameters.)

An example is:
<param name="image_previous" value="prev.jpg">
<param name="image_next" value="next.jpg">

*************
horizontAlign
verticalAlign
*************

This is the default alignment of text. 
Vertical align is for aligning text vertically.

For example, to make all text centered (horizontally), 
you would have: 

<param name="horizontalAlign" value="center">

Vertically would be (for aligning to the top):

<param name="verticalAlign" value="top">

***************
leftrightmargin
topmargin
bottommargin
***************

LeftRightMargin is the default left/right margin. 
Bottom margin is the buffer at the bottom, and topmargin 
is the amount (in pixels as well) to offset from the 
top. (These are only supported in the full version).

If you are using a background image (to give a 
customized look) -- change only the leftright margin
and the topmargin for the offsets.

For example,

<param name="leftrightmargin" value="10">

**********************
previousButtonLocation
nextButtonLocation
pageNumberingLocation
**********************

These are your actual menu items. 
This is the value (in pixels) that the various 
buttons/pagenumbering should be located at.
For example,

<param name="previousButtonLocation" value="7, 150">
<param name="nextButtonLocation" value="96,150">
<param name="pageNumberingLocation" value="135,145">

*********
autoslide
*********

If you wish the slides to increase 
automatically, set this value to true.
For example,

<param name="autoslide" value="yes">

*************
autoslidetime
*************

If you are using the autoslide option, this 
is the time (in milliseconds) between each
slide to pause. For example, for one second:

<param name="autoslidetime" value="100">

*****************
globalfont
PageNumberingFont
*****************

GlobalFont is the default font that all your pages 
should use. It is in the format of fontname,fonttype 
(i.e., bold, italic, bolditalic), font size.

PageNumberingFont is the font that you want to use if 
you have the page numbers displayed. For example,

<param name="globalfont" value="Arial, bold, 14">
<param name="pagenumberingfont" value="Arial, bold, 12">

*********
copyright
*********

This parameter must be present in order for the 
software to fully function, and must be (on one line):

<param name="copyright" 
value="java applet by http://www.wyka-warzecha.com">


Specific item Effects
---------------------

Following is more information about how 
you change the effects for the page items.

***********
pagexeffect
***********

This is what transition effect you want to 
use when someone either clicks on the next/previous 
buttons, or when it is in autoslide mode. There are four 
main effects you can choose from:

1 - Pixelate
2 - Expaner
3 - Sparkler
4 - Slicer

To use them, change 'x' where x is the page number. For 
example, for a transition effect of pixelate on the 
first page, you would have:

<param name="page1effect" value="1">

***********
pagex-itemx
***********

Each 'page' or 'frame' has various text items 
on it. So for example, say you had three separate
lines of text, on the very first page. You would have:

<param name="page1-item1" value="MachOneMessenger!">
<param name="page1-item2" value=" ">
<param name="page1-item3" value="By Wyka-Warzecha!">

**********
pagex-urlx
**********

If you wish for a text item to link to a URL, 
simply use this parameter. For example, to make the 
first text item on the first page link to 
http://www.wyka-warzecha.com, you would have:

<param name="pageurl1-item1" value="http://www.wyka-warzecha.com">

******************
targetframex-itemx
******************

If you are using frames, you can specify which frame 
the URL will load in. For example, (based on the 
example above), if you wanted this link to open in a 
frame called 'myframe', you would use:

<param name="targetframe1-item1" value="myframe">

***************
textfontx-itemx
***************

If you wanted to change the font of a particular item,
simply use the 'textfontx-itemx' parameter. For example,
again, if it was to be the first text item, on the 
first page, say set to Bold Arial, 12 pt size, you
would have:

<param name="textfont1-item3" value="Arial, plain, 12">

**********************
textcolorx-itemx
texthilitecolorx-itemx
**********************

This is to change the colors of the text item 
and hiliting color (if it is a link), respectively.
This is only supported in the full version.

For example:

<param name="textcolor4-item2" value="255,0,0">
<param name="texthilitecolor4-item2" value="0,255,0">

**********************
horizontalAlignx-itemx
**********************

If you wish to change the horizontal alignment of 
a particular text item (left/center/right), then you 
would use this parameter. For example, to center the
first text item on the first page, use:

<param name="horizontalAlign1-item1" value="center">

*******************************************************************
bgcolor, fxBGColor, textColor, texthilitecolor, pageNumberingColor,
loadingbgcolor, loadingtextcolor
*******************************************************************

These are the color parameters that you can modify.
(These are only supported in the full version).

They are:

bgcolor            - background color
fxBGColor          - the background color for the special fx
textColor          - global color of the text
texthilitecolor    - global color for text links when hilited
pageNumberingColor - the color of the page numbering text
loadingbgcolor     - the color of the background while 
                     the applet is loading the images

It can be entered either as RGB or the HTML hexadecimal 
way (i.e., 0,0,0 or #000000). For example:

<param name="bgcolor" value="0,0,0"> or
<param name="bgcolor" value="#000000">

---------------------------------------------------------
4. Full Version Features
---------------------------------------------------------

The full version supports extra features, such as allowing
you to modify colors (for loading, backgrounds, text),
margin widths, autoslide timing plus allows you more than
four pages and you can customize your height/width!

It can be ordered by visiting our website at:
http://www.wyka-warzecha.com

If you have any questions, please contact us at:
sales@wyka-warzecha.com