var fDesc=new Array(); fDesc[0] = "This free downloadable drawing program enables you review Supa Door products and CUSTOMIZE them for your application. It includes tools to draw, design, and print the doors. You can alter many aspects of the door to give you a real featured aspect to your home or project."; 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 = ''; } }