var fDesc=new Array(); fDesc[0] = "The new software product Home PhotoLab has been created especially to make digital photo printing easy, quick and effective. It is compatible with popular ink-jet printers. The program optimizes printing depending on selected printer and media types and makes necessary settings, which guarantees the highest quality of prints. The software supports the complete range of Lomond media, the use of which guarantees an excellent quality of prints."; 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 = ''; } }