
function window.onload(){
var t=document.getElementsByTagName( "input ")
for(i=0;i <t.length;i++)
if(t[i].type== "text "){
t[i].onkeydown=new Function( "if(event.keyCode==13)event.keyCode=9 ")
t[i].onfocus=new Function( "this.style.backgroundColor= 'red ' ")
t[i].onblur=new Function( "this.style.backgroundColor= ' ' ")
}
}
var t=document.getElementsByTagName( "input ")
for(i=0;i <t.length;i++)
if(t[i].type== "text "){
t[i].onkeydown=new Function( "if(event.keyCode==13)event.keyCode=9 ")
t[i].onfocus=new Function( "this.style.backgroundColor= 'red ' ")
t[i].onblur=new Function( "this.style.backgroundColor= ' ' ")
}
}
