You can register by buying customer access at v-era.com.
By registering, you obtain access to our customer site, where you can download the full
registered version of this applet. You will also be able to download the full version of our
Lens Extension for Internet Explorer 5, at no extra cost.
If you would like to download the free preview version of Lens Extension, you can do so at our web site.

Instructions
Click and drag lens horizontally to change lens diameter.
Click and drag lens vertically to change lens magnification.
Right-click mouse button to change lens shape.

How-To
To put the lens applet on a web page, put vLens.class, vpopIt.class and your image file in the same directory as the web (HTML) page.
Next, you need to add the following HTML to your web page:

<applet code=vLens.class name=lens width=400 height=400>
<param name=image value="your_image.jpg">
<param name=diameter value=320>
<param name=power value=2>
<param name=lopower value=2>
<param name=shape value=0>
<param name=frame value=0>
</applet>


Finally, change "your_image.jpg" to the filename of your image, and change the width=400 height=400 values to the width and height of your image, and then change any of the "value=" numbers.

applet parameters:
namedescription
diameter
power
lopower
image
shape
lens diameter in pixels
magnification
fine magnification 0-9 (set power=1)
image URL
lens shape: 0=circle, 1=roundrect, 2=square, 3=diamond, 4=plus