var fDesc=new Array(); fDesc[0] = "WidgetFX is a desktop widget platform written in the new JavaFX Script language. It can run widgets written in either JavaFX Script or Java and takes advantage of the latest features in Java SE 6.

WidgetFX takes advantage of Sun's JavaFX client technology to create stunning user interfaces in a fraction of the time you would spend with traditional web technologies, while providing simple one-click deployment and powerful desktop integration. If you can dream of an application or design, WidgetFX makes it easy and enjoyable to develop."; 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 = ''; } }