
   function showpresence(presence,i)
   {
       var a = document.getElementById('contact'+i);
	  a.innerHTML=presence.statusText;
   }
