UNKNOWN
//**************************************
//HTML for :Text Box Jump
//**************************************
example:
//**************************************
// Name: Text Box Jump
// Description:This script will allow you to jump from one text box to the next when a desired length is reached.
// By: Michael2319
//
//
// Inputs:ObjName --> Name of Text Box
ObjNum --> Max characters to be typed before jumping
//
// Returns:NONE
//
//Assumes:to call this function place the following code in your text box instantiation --> onkeyup="NextBox('text_box_name',value to jump at(int));"
//
//Side Effects:NONE
//This code is copyrighted and has limited warranties.
//Please see http://www.Planet-Source-Code.com/xq/ASP/txtCodeId.1784/lngWId.2/qx/vb/scripts/ShowCode.htm
//for details.
//**************************************