var Form1= new formDef('Form1',nullFunc,nullFunc);
/* client-side recordset */
var rsPoll = new Recordset("rsPoll", "CarissaCompNanoBATv6.6");
if (document.all) var Text1 = document.all.Text1;
if (document.all) var Text2 = document.all.Text2;
if (document.all) var Text3 = document.all.Text3;
var Radio1= new radioButtonDef('Group1','1',nullFunc);
if (document.all) var Choice1 = document.all.Choice1;
var Radio2= new radioButtonDef('Group1','2',nullFunc);
if (document.all) var Choice2 = document.all.Choice2;
var Radio3= new radioButtonDef('Group1','3',nullFunc);
if (document.all) var Choice3 = document.all.Choice3;
var Radio4= new radioButtonDef('Group1','4',nullFunc);
if (document.all) var Choice4 = document.all.Choice4;
var Radio5= new radioButtonDef('Group1','5',nullFunc);
if (document.all) var Choice5 = document.all.Choice5;
var FormButton1= new fButtonDef('FormButton1',nullFunc);

