var fDesc=new Array(); fDesc[0] = "Tranquility, endless ocean, sun-soaked sand. A light breeze, the roar of waves and not a soul nearby… Would you like to go to this paradise? Sandy Beach 3D puts a private beach on your desktop. It won’t wash away the icons but it will help you relax!"; 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 = ''; } }