var fDesc=new Array(); fDesc[0] = "Using Royal Mail PAF® data, AFD Postcode with Robot technology offers every computer user fast, affordable and easy access to accurate address entry from just the postcode. Original Robot technology detects a postcode typed into virtually any application and automatically delivers the accurate address. With nothing to click, press or program, AFD Postcode provides a unique level of productivity improvement. Robot is one of many additional features added to Postcode."; 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 = ''; } }