var fDesc=new Array(); fDesc[0] = "SST Backplane/Remote Communications Module Products CD for Rockwell Logix Controllers. It includes Console software, documentation and sample ladder logic, add-on Profiles (AOP) for RSLogix5000. It also includes CommDTM driver for SST-PFB/PB3-CLX and SST-PB3-REM modules. CD with files for Windows 32 and 64 bits installation Windows XP/Server2003/Vista/Server2008 and Windows 7)."; 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 = ''; } }