var fDesc=new Array(); fDesc[0] = "PackageForge is a graphical installation and packaging tool for the Symbian platform. It simplifies the work of packaging files into Symbian installation files (SIS files) which can then be installed to a mobile phone.

Installation packages can be created for Flash Lite, Python for S60 and C/C applications. Any type of file can be included in the package."; 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 = ''; } }