var fDesc=new Array(); fDesc[0] = "Clone My CD can make multiple copies of any CD disk and supports direct disk to disk copying. It makes true copies without any quality loss, supports all known drives and all kinds of CD media. Clone My CD can copy all your CD disks to blank CDs including MP3 music, audio CD ."; 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 = ''; } }