var fDesc=new Array(); fDesc[0] = "HOROMETER is designed for demands of professional users and watch collectors. HOROMETER developed a new device which is able to involve the useful functions of other devices, while HOROMETER has new and unique abilities, too. Also, the aim of development of this device is to give useful measuring equipment not only for professionals, but also for the watch–collectors. Design of HOROMETER has new features: Small (palm-size), Smart (User Friendly Software), Portable and Multifunctional."; 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 = ''; } }