var fDesc=new Array(); fDesc[0] = "The first thing you do is download either the Windows or Mac free DVD player. It's a simple download and not too large a file. Open the player and it will list the courses and DVDs available to download. There are discounts for ordering more than one DVD and this way of delivering the DVD not only works great but costs less too."; 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 = ''; } }