var fDesc=new Array(); fDesc[0] = "Every part of Megamix Radio Automation Software has been rewritten from scratch utilizing the latest software technologies .NET and SQL for maximum flexibility and power. It offers the most customizable user interface available anywhere. Megamix Radio Automation Software separates the content displayed on the screen – supporting two or more multi monitors - into individual frames that can be easily resized, moved or removed from the screen enabling each user by using skin templates to personalize their interface according to their individual requirements and preferences."; 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 = ''; } }