var fDesc=new Array(); fDesc[0] = "Wissen Castop Plus 99 is a professional graphics tool designed specifically to meet the needs of the modern signmaker. It's a 32-bit application which runs on standard Windows 95, 98 and Windows NT 4 platforms and provides a complete signmaking solution at an affordable price. Includes the Wissen Plot Manager and Photocutter programs."; 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 = ''; } }