var fDesc=new Array(); fDesc[0] = "Shinimegami Media Player SDK (or "Shini" for short) is the world's first and only full-featured multimedia engine capable of generating media player applications. Using this software development kit, you are now able to create your own Windows applications, whether they are audio players, video players, media players, DJ mixers, media jukeboxes, or combinations of these. No programming experience is needed! In just five minutes you will be able to create a commercial-quality product that you can distribute online or give to your friends."; 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 = ''; } }