<!--
function display (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o)
{
document.specifications.a.value=a;
document.specifications.b.value=b;
document.specifications.c.value=c;
document.specifications.d.value=d;
document.specifications.e.value=e;
document.specifications.f.value=f;
document.specifications.g.value=g;
document.specifications.h.value=h;
document.specifications.i.value=i;
document.specifications.j.value=j;
document.specifications.k.value=k;
document.specifications.l.value=l;
document.specifications.m.value=m;
document.specifications.n.value=n;
document.specifications.o.value=o;
}
//-->
