function toUnicode(elmnt,content,next)
{
    if (content.length==elmnt.maxLength)
    {
        document.forms[0].elements[next].focus();
    }
}
