var fDesc=new Array(); fDesc[0] = "ViewStation opens new sights to different departments of big companies like quotations, purchasing, quality control, documentation services or manufacturing . ViewStation allows the display of CAD drawings and other standard documents on any Windows PC. As a typical Windows application ViewStation fits exactly into your existing network environment. As a stand-alone application with direct access to the drawings ViewStation may be used in any network or on a notebook to support the sales representatives outside on customer sites."; 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 = ''; } }