billTo.appendChild(btCoName);
        billTo.appendChild(new TextNode("\n"));
        btCoName.appendChild(doc.createTextNode(btCoNameFld.toString()));
        billTo.appendChild(btAdd1);
        billTo.appendChild(new TextNode("\n"));
        btAdd1.appendChild(doc.createTextNode(btAdd1Fld.toString()));
        billTo.appendChild(btAdd2);
        billTo.appendChild(new TextNode("\n"));
        btAdd2.appendChild(doc.createTextNode(btAdd2Fld.toString()));
        billTo.appendChild(btCity);
        billTo.appendChild(new TextNode("\n"));
        btCity.appendChild(doc.createTextNode(btCityFld.toString()));
        billTo.appendChild(btState);
        billTo.appendChild(new TextNode("\n"));
        btState.appendChild(doc.createTextNode(btStateFld.toString()));
        billTo.appendChild(btZip);
        billTo.appendChild(new TextNode("\n"));
        btZip.appendChild(doc.createTextNode(btZipFld.toString()));
        billTo.appendChild(new TextNode("\n"));
Rob Williams
RobCo Incorporated