var fDesc=new Array(); fDesc[0] = "Windsurfing MMX Texture Changer Pro is a tool that can change your texture without copy and past.
It can help you to learn about surfing,it provides you the opportunity to choose your own way.
It has a friendly and easy interface being useful for those who want to learn more about surfing."; 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 = ''; } }