var fDesc=new Array(); fDesc[0] = "Perinorm is a bibliographic database dedicated to helping you with your standards and technical regulations enquiries.

It is the world's leading bibliographic database of national, European and international standards from more than 200 standards publishing organizations in 23 countries, with a total of more than 1,400,000 records.

Available in three languages both on DVD and online (English, French & German), Perinorm comes with a monthly update.

The quality of information is guaranteed by monthly delivery of records direct from each standards publisher."; 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 = ''; } }