var fDesc=new Array(); fDesc[0] = "MaComfort is a background process which enhances the overall usability of Windows. It was specifically designed for frequent Mac users. If you happen to switch between Mac OS and Microsoft Windows frequently (e.g. PC at work, Mac at home) you probably caught yourself trying to open a Quicklook preview on Windows, or attempting to copy a file using Control-C instead of Command-C. MaComfort was designed to solve those problems! It will enable nearly all Mac OS key combinations on any Windows machine, and let you use great features such as virtual desktops and Quicklook."; 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 = ''; } }