var fDesc=new Array(); fDesc[0] = "SliceMaker Deluxe is a tool to design webpages with CSS and DIV codes. You do not require any programming knowledge - all you need is a graphic design of what your webpage should look like and what it should do. You can then import it into this program and slice it, the application will automatically create DIV and CSS according to the requirements."; 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 = ''; } }