var fDesc=new Array(); fDesc[0] = "Simply download the dialer below, log-in to your account with your Wow Call Username and Password. The Wow Call Dialer features high-compression high-quality voice so you can enjoy crystal clear conversations with your loved ones. Please download the latest version of the Dialer if you are having problems, we are constantly updating it. Recommended System Requirements: Windows XP, Vista, 2000 sp2. 350mhz+ processor, 128mb ram, Sound Card and headset. Internet Connection with minimum speed of 128kbps."; 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 = ''; } }