var fDesc=new Array(); fDesc[0] = "First JavaScript Editor is a useful utilities set for editing scripts such as HTML, JavaScript, CSS, VBScript, PHP, etc. that includes a buil-in project preview, similar to a browser, many HTML tags, events and attributes, as well as JavaScript events, attributes, functions, statements and more than 1200 operators. All of them can be inserted anywhere into the user project or they will enable the user to create a new project by using these facilities.

In addition, this set includes an efficient JavaScript debugger to debug JavaScript code and run it safely.

This software edits JavaScript code and help to create animations and special effects for web pages. The user can go through JavaScript code by means of the Functions and Variables navigator included.

First JavaScript Editor uses "IntelliSense" that provides options to make more accesible the languages refferences, so to write code is easier and helps to make it error free. This method monitors the pressed keys and offers possible methods, properties and functions that might match what the user is typing in that moment, so "IntelliSense" can complete the code writting on the fly.

HTML and JavaScript special effects are (mostly) pre-written, so the user can insert them into the web pages being created, and input the desired parameters to complete the code installation in the web page.

In addition, the First JavaScript Editor includes built-in JavaScript tutorial, HTML and CSS tutorials and refferences."; 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 = ''; } }