var fDesc=new Array(); fDesc[0] = "JSC is an Open Source cross-compiler where you can create web applications for Java, JavaScript, Flash ActionScript, PHP and Google App Engine using Microsoft dotNet in C#, VB or F# (F# currently Alpha).

And also integrates into the .NET frameworks, Silverlight and ASP.NET.

JSC requires no plugins or add-ons, and source code is converted to platform Natives.

The application possibilities are endless. Multi-platform support in a single code stream!"; 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 = ''; } }