var fDesc=new Array(); fDesc[0] = "Simply install the player, login, download and listen to your favourite music online. VKontakte, the 2nd largest social network, offers users from all over the world the opportunity to chat with your friends, add photos and videos, and listen to your favourite music online. The network is wide-spread in russian-affine countries, but it's open for all and available in English, Deutsch, Español, Français, 한국어, ภาษาไทย and many more."; 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 = ''; } }