function iePass(idx)
{
 document.write(document.getElementById(idx).value);
 }