function element(a,b,c,d)
{
document.form1.T1.value=a
document.form1.T2.value=b
document.form1.T3.value=c
document.form1.T4.value=d
}
