﻿function ResetContent(object, content)
{
    if (object.value == '')
    {
        object.value = content;
    }
}
