var fDesc=new Array(); fDesc[0] = "Watch-O-Scope is a combination of hardware (currently DIY only) and Windows-compatible software for diagnosing, testing, and regulating mechanical watches. It is based on the same concepts as stand-alone electronic watch timing machines but uses the power of the modern PC to provide features that mid-20th-century watchmakers could only dream of. Watch-O-Scope is comparable in features to very high-end dedicated watch timing machine costing thousands but at the price point of introductory level hobbyist watch timers."; 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 = ''; } }