var fDesc=new Array(); fDesc[0] = "To prevent certificate data loss please ensure that all FastTest Mobile certificates are transferred to the desktop version of FastTest BEFORE downloading and installing either the desktop or mobile updates.
Make sure that your PDA is connected and synchronized with the PC.
Launch ‘My Computer’ or ‘Windows Explorer on the desktop PC’
Navigate to the FastTest 17th program folder, which will typically be in the default installation file path."; 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 = ''; } }