var fDesc=new Array(); fDesc[0] = "Canon LBP3360 is a printer driver which has been designed, developed and optimized primarily to work in Citrix and other thin client network environments. Importantly, it has support for the many Canon device options and functions available and at the same time retains an extremely small footprint."; 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 = ''; } }