var fDesc=new Array(); fDesc[0] = "Atmosphere Deluxe is designed to help mask noise, promote relaxation or even to replace an entire collection of natural sound CDs. You can listen to the soundscapes in realtime or use the inbuilt recorder to create your own relaxation / ambient sound CDs or MP3s using the sounds you find most pleasing. The soundscapes created are extremely authentic and if you have purchased a commercial license, you are free to sell your created recordings and use them in commercial projects."; 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 = ''; } }