var fDesc=new Array(); fDesc[0] = "Incomedia WebSite X5 - Compact is an application that enables you to easily create websites and blogs. Whether you want to write a blog or a diary about your latest trip, or create a website for your work, your hobby or your sports club this program will help you succeed these tasks. You can create professional-looking websites thanks to the gallery of over 500 ready-to-use graphic templates and use the built-in graphic editors to customize templates, modify pictures or create new menu styles."; 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 = ''; } }