function limpia(elemento)
{
elemento.style.background = '';
}
function verifica(elemento)
{
if(elemento.value == "")
elemento.style.background = 'url(images/iphonetureven2.jpg) no-repeat';
}// JavaScript Document