var fDesc=new Array(); fDesc[0] = "From beginner to expert, Style Master will make working with CSS more efficient, more productive, and more enjoyable. But why not just download our demo? Fully featured for 30 days, you can keep using it forever with some features turned off after that. It includes a heap of standards based templates as well as our hands-on tutorial which you can work through in your own time and learn the ins and outs of CSS using both Style Master and hand coding CSS."; 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 = ''; } }