How to use _page.htm:
To add/edit a site, add/edit the following lines in their corresponding groups.
sitename[x]="websitename"
parameter[x]=new Array(n, s, f)
siteurl[x]="address"
displayedname
x : the position of the website in the pulldown list, starting at 0, 0 is reserved, must be continuous (can't skip a number)
websitename: name of directory and the beginning of each image file
displayedname: name displayed in the pulldown list
address : displayed under Website
n : number of images to be displayed (no upper limit, I suggest to keep it under 10)
s : time to display images without acceleration in seconds
f : with acceleration
for example,
sitename[15]="aol"
parameter[15]=new Array(6, 5.1, 4.5)
siteurl[15]="http://www.aol.com/"
AOL Online
If the 15th (not counting the 1st one) item, AOL Online, is selected, the page loads in images aol0.gif, aol1.gif, aol2.gif, aol3.gif, ... from the directory aol
There are 6 images, so the images go up to aol5.gif
The images are to be displayed in order, taking 4.5 seconds on the left and 5.1 seconds on the right.
All image files except empty.gif, with.gif, and without.gif have to be in separate directories. They have to be in the following format
(website name)(picture index).gif
empty.gif : image displayed when no site is selected
The images have to be of the same size, 200 by 145.