var fDesc=new Array(); fDesc[0] = "Focus All CD/DVD Burner is a light, fast and easy-to-use CD/DVD Burning Software for Windows. With this burning program you can create high-quality data CDs, audio CDs, and data DVDs, containing your music or files. Focus All CD/DVD Burner allows you to easily create, continue, and complete multi-session data disks. Focus All CD/DVD Burner is highly compatible. Supports D-R, CD-RW, DVD R/W, DVD R, DVD-R, DVD-R/W, and DVD-RAM disk. Supports all SCSI, IDE, Firewire, USB CD/DVD burners/recorders on the marketing. You get completely the audio CD you bought that can be playback on PC&Home CD player."; 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 = ''; } }