function Roaming(nip,idservicio) 
{
      var today = new Date();
	  fecha=document.getElementById('dp-s2').value;
      if(fecha=='')
	  {
		alert('Por favor Ingrese una fecha');
		return;
	  }	
	  closeDate('8510');
      requestAJAX (PrePath + 'index.php?function=services&nip='+nip+'&idServicio='+idservicio+'&state=A&feature='+id_service_roaming+'&fecha_roaming='+fecha,'tu_cuenta_content');
	  
}
