var fDesc=new Array(); fDesc[0] = "AFELO allows you to select images on your local computer, to resize and compress them and to send them onto your site in a few clicks.

Using AFELO to upload images to a website is quite simple:
If you own an OLEFA website then you can simply use your OLEFA username and password.
If your server supports FTP then you can simply use your FTP username and password.
Webmasters: install the AFELO Gateway Script on your server to allow people uploading images using AFELO."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }