var fDesc=new Array(); fDesc[0] = "PCLinq3 is a user-friendly file manager program that allows you to see and control file directories on both PCs at the same time. You can easily drag-and-drop or cut-and-paste files and folders between PCs as well as creating new folders and changing file attributes. PCLinq3 is designed to be used in addition to Windows Easy Transfer for Windows Vista and XP. PCLinq3 can also work separately under Windows 2000, ME, and 98SE."; 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 = ''; } }