var fDesc=new Array(); fDesc[0] = "Practical Applications for Professional People

SmartLinc X10 Timer is a little app which allows you to use the SmartHome SmartLinc Insteon Controller to control up to eight X10 devices based on a schedule you define.

Program developed so it could schedule lawn watering, which is controlled by a Rain8 controller connected to a X10 PSC05, but it should work with any X10 device(s) which you wish to have on a timed schedule."; 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 = ''; } }