var fDesc=new Array(); fDesc[0] = "RPG-SoundMixer is a tool specifically designed to create music and effect backgrounds for "Pen&Paper" RPG sessions. It allows you to easily add ambiance to your games. What could be more atmospheric than a journey through a echoing cave system where you can actually hear the simmering lava while ghastly sounds echo from the cave walls and eerie music plays in the background? Imagine a journey over magnificent mountains, where you can hear the horses' trotting and whuffing, the blowing storm, and the occasional calls of birds of prey punctuating this idyllic setting. And who hasn't battled orcs? Whipping sounds, screams of pain, bashing swords, and shouts fill the air during combat."; 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 = ''; } }