var fDesc=new Array(); fDesc[0] = "K2 Remote is a basic demonstration RS-232 control program designed for the K2 that runs under Windows (95,98, 2000, XP & ME). It requires the K2 KIO2 RS-232 control option to operate and is provided free without warranty for your use with our KIO2 option."; 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 = ''; } }