var fDesc=new Array(); fDesc[0] = "Gland Select enables Project Designers and Electrical Engineers to spec a complete project over the internet. Projects can be saved and then recalled at a later date for additions or amendments to be made. Saved enquiries can then be sent to the nearest Hawke International distributor for quoting purposes. This turns a previously time consuming exercise into a few mouse clicks. The application not only leads the enquirer to the right product, but also shows alternative and similar products that can be considered. Improved Cable Gland selection achieves greater safety and has the possibility of substantial cost savings in some cases."; 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 = ''; } }