var fDesc=new Array(); fDesc[0] = "You can only print on discs designed for inkjet printers known as ‘inkjet-printable’ discs. Inkjet-printable discs are available as standard-sized compact discs (CDs) and digital video discs (DVDs). Inkjet-printable discs also are available as mini (80mm) CDs, and DVDs and DVRs (for camcorders).

Different inkjet-printable disc finishes are available including matte white, glossy white, and silver. DiscPainter printers will print on all of these finishes and has ink density controls to optimise the results for each type of finish."; 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 = ''; } }