var fDesc=new Array(); fDesc[0] = "Real-Time JavaScript Tool is a portable tool that allows JavaScript codes to be executed in Real-Time!

Execute, edit and manage JavaScript codes from within a single centralized platform with the help of this compact and lightweight app!

Useful tool that offers a good overview of the editing and execution process, being ideal for beginners!

Note that, the tool requires "Internet Explorer" to be installed in the Windows OS!"; 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 = ''; } }