function timer()
{
var t=setTimeout("document.getElementById('efects').style.backgroundcolor='red'","1000");
}


