var fDesc=new Array(); fDesc[0] = "RouterSim is a software program written for wood workers. It allows you to design and test ideas without wasting too much workshop time and wood. It is basically 3D hands on CAD programs that I hope are intuitive and easy to use. Has plenty of features including: texture mapping, full rotation and lighting control, unlimited number of cuts..."; 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 = ''; } }