var fDesc=new Array(); fDesc[0] = "WOW Slider creates not only fantastic looking sliders but ones that are optimized for performance, accessibility, and built with all the latest features and functionality. WOW javascript carousel allows you with the simple click of the mouse to make an endless amount of adjustments to your jquery slider. Responsive slider with touch/swipe support? Full-width slider with thumbnail filmstrip and play/pause control? 3D effects and text descriptions? No problem! Even better, you have 50+ completely unique designs, 32 transitions to choose from and hundred of live demos that illustrate what you can achieve with WOW Slider."; 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 = ''; } }