var fDesc=new Array(); fDesc[0] = "The PocketPC Installer Professional is unique. Simply drag'n'drop your Windows Mobile/Smartphone/WinCE .cab file & data files into the PocketPC Installer, and it will compress all of your files into two types of self-extracting Installer files. One installer file for your PDA and one installer file for your Desktop. Just decide which is more useful for you, and ignore the other ! It's incredibly easy to use. It includes many unique features such as intelligent installing of the .Net CF .cab file, ability to "resume" installing after a .cab file has soft-reset the device, restore registry entries, add background image and user license agreement, multi-lingual, create shortcuts, support for all screen sizes, etc."; 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 = ''; } }