﻿function DefaultTextChange(obj,text)
{
 if (obj.value.length == 0)
 {
     obj.value = text;
 }
}
