var fDesc=new Array(); fDesc[0] = "Chess Assistant Light for Windows 2000/NT/XP is a unique chess program for managing chess games and databases, playing chess on the Internet, viewing electronic texts, studying openings, analyzing games, or playing chess against the computer. CA Light possibilities:
1) Database and game management: facilitated with an easy-to-handle drag and drop interface plus a navigation/database browser window, which really"; 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 = ''; } }