var fDesc=new Array(); fDesc[0] = "DRS 2006 is based on available and matured technologies in the database and playback sections, which are world-wide standard. DRS 2006 is a huge global project encompassing many radio professionals and programmers throughout the world co-operating to one goal. Since DRS 2006 is so economical, and is equipped with an open database structure and has only a few hardware requirements, it has not only "taken the world by force" in radio, but has also generally been accepted by discotheques, restaurants, bars, and supermarkets."; 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 = ''; } }