var Form1= new formDef('Form1',nullFunc,nullFunc);
/* client-side recordset */
var AgentRS = new Recordset("AgentRS", "fmsite-property");
/* client-side recordset */
var CountiesRS = new Recordset("CountiesRS", "fmsite-property");
var HiddenProfID= new HiddenDef('HiddenProfID');
var countyList= new listDef('countyList','select-one','Counties',nullFunc,nullFunc,nullFunc);
var NameBox= new editDef('NameBox',20,1,nullFunc,nullFunc,nullFunc);
var Find= new fButtonDef('Find',nullFunc);

