var fDesc=new Array(); fDesc[0] = "Link Maven is a parallel link file transfer tool for Windows 95 - Vista. Connect two PCs together with a Laplink/Interlnk compatible cable and copy, move, & delete files and directories between them. Also connects to DOS/Win 3.1 PCs. Supports 4-bit connections through the printer port with transfer rates up to 10 Mb per minute with compression and 32-bit CRC integrity verification. Synchronize your laptop files with your desktop PC."; 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 = ''; } }