function test(objElement)
{
	
  if(objElement.value == "" && objElement.id == "pass"){
objElement.className='input_pass';
}
	
}
	