var LastName = new Array(); 
var Address = new Array();
var ZipCode = new Array();
var AreaCode = new Array();
var PhoneFirstPart = new Array();
var PhoneLastPart = new Array();


var EducationDynamicsShow = false;

//completeScript.js - at the begining of the index_x file

//completeScript2.js - at the end of the index_x file

//for Huggies Babies - after HB table, the following script:
/*<script language="javascript" >
    LastName[LastName.length] = 'txtHBLastName';
    Address[Address.length] = 'txtHBAddress';
    ZipCode[ZipCode.length] = 'txtHBZip';
</script>*/

//for each Long registration page, after table with fields, the following script:
/*
<script language="javascript" >
    LastName[LastName.length] = 'INS_strLastName';
    Address[Address.length] = 'INS_strAddress1';
    ZipCode[ZipCode.length] = 'INS_strZipCode';
</script>
*/
