function customFade()
{
  //r = 3000;
  r = 1000;
  return r;
}
function customDelay()
{
  //r = 1000;
  r = 500;
  return r;
}