var fDesc=new Array(); fDesc[0] = "Get hands-on experience with MindFusion's Scheduling component for Silverlight. Enrich your web application with eye-catching calendars. Let the users organize their tasks in beautiful and practical time-tables and appointment schedules. Use the component's built-in Themes to create the perfect look and feel of every schedule that matches best the style of your software."; 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 = ''; } }