var fDesc=new Array(); fDesc[0] = "Website Styler is the latest example of innovative, timesaving applications from Iconico, and it’s going to revolutionize the way you approach web site layout! Website Styler lets you select ANY element on ANY web site just by clicking it with your mouse – then lets you easily modify the properties of that element on the fly! Change fonts, font sizes, formatting, alignment, and more! For images and buttons, one click of a checkbox gives you the ability to drag and drop image elements anywhere on the page! Just use the intuitive visual interface to design the layout of your form until it’s exactly as you envisioned it, then save your work as an HTML file."; 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 = ''; } }