var fDesc=new Array(); fDesc[0] = "MobileFX Studio is an Integrated Development Environment and a powerful Rapid Prototyping Tool for developing native mobile applications and 2D Games for Java MIDP/CLDC mobile phones, and WebKit HTML5/CSS3 On Device Portals for iPhone and Android devices.

MobileFX Studio offers a Unified Visual Design Methodology and Common Java and JavaScript Application Frameworks, for minimizing the effort to get an application running across all major mobile phone platforms, such as J2ME, Symbian, BlackBerry, iPhone and Android."; 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 = ''; } }