var fDesc=new Array(); fDesc[0] = "JavaScript Collector is a utility for using pre-written JavaScript code, operational and ready to be inserted into any web page code. It doesn't depend on Internet web sites, since it is an offline application with all the data included.

The application installation comes with over 200 JavaScripts, ready to use and insert into a web page. Also HTML tested scripts for including into web page code. All in one.

A very easy to use user interface allows to look for complete code to accomplish functions, calendars, counters, calculators, background effects, banners, units conversion, clocks, date, games, visual effects on images and text, etc.

User can add, remove or delete, rename, edit and save JavaScripts from this database or imported. Create or delete JavaScript categories. Create CSS categories, import sentences and snippets.

The application offers the capability of previewing the code action on up to four browsers.

In addition, the user interface can be displayed in over 20 different languages."; 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 = ''; } }