var fDesc=new Array(); fDesc[0] = "Automatic printer switcher enables you to automatically switch the default printer for each program you are working on. With automatic switch printer there will be no need to switch the printer for each program you are working on. You won’t have to switch the default printer to color printer when you wish to print photos or to the laser printer when you wish to print word or other documents. The automatic printer switcher would automatically switch the printer for print each time in accordance with the print requirement."; 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 = ''; } }