var fDesc=new Array(); fDesc[0] = "Japplis Website Optimizer is a tool that reduces the size of your web pages, css and Javascript.

Using several techniques, it can reduce the size of your HTML pages, css and Javascript by more than 50 %.
This will not only make your website faster but also save bandwidth.

Japplis Website Optimizer can also add the height, width and alt attribute to the images if missing.
It also contains a PHP optimization part.
It can also generate a .htaccess file to improve the caching of the website Apache Server.
It can detect potential invalid links to other webpages or images.

Japplis Website Optimizer is platform independent : runs on Windows, Linux and Mac OS
Fremium: 1,000 free processed files per month."; 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 = ''; } }