var Form= new formDef('Form',Form_onSubmit,nullFunc);
var HInvoiceNumber= new HiddenDef('HInvoiceNumber');
var HInvoiceDate= new HiddenDef('HInvoiceDate');
var Complex= new editDef('Complex',18,1,nullFunc,nullFunc,nullFunc);
var Manager= new editDef('Manager',18,1,nullFunc,nullFunc,nullFunc);
var Address= new editDef('Address',18,1,nullFunc,nullFunc,nullFunc);
var Phone= new editDef('Phone',18,1,nullFunc,nullFunc,nullFunc);
var City= new editDef('City',18,1,nullFunc,nullFunc,nullFunc);
var Fax= new editDef('Fax',18,1,nullFunc,nullFunc,nullFunc);
var ZipCode= new editDef('ZipCode',18,1,nullFunc,nullFunc,nullFunc);
var Email= new editDef('Email',18,1,nullFunc,nullFunc,nullFunc);
var Units= new editDef('Units',15,1,nullFunc,nullFunc,nullFunc);
var PetsOkay= new checkBoxDef('PetsOkay',nullFunc);
var Pool= new checkBoxDef('Pool',nullFunc);
var RecRoom= new checkBoxDef('RecRoom',nullFunc);
var Storage= new checkBoxDef('Storage',nullFunc);
var Gated= new checkBoxDef('Gated',nullFunc);
var Gym= new checkBoxDef('Gym',nullFunc);
var College= new listDef('College','select-one','Column 24006',nullFunc,nullFunc,nullFunc);
var Laundry= new checkBoxDef('Laundry',nullFunc);
var Seniors= new checkBoxDef('Seniors',nullFunc);
var RentalType= new listDef('RentalType','select-one','Column 24019',nullFunc,nullFunc,nullFunc);
var Bedrooms= new editDef('Bedrooms',4,1,nullFunc,nullFunc,nullFunc);
var Bathrooms= new editDef('Bathrooms',4,1,nullFunc,nullFunc,nullFunc);
var SqFt= new editDef('SqFt',4,1,nullFunc,nullFunc,nullFunc);
var Price= new editDef('Price',9,1,nullFunc,nullFunc,nullFunc);
var DateAvailable= new editDef('DateAvailable',9,1,nullFunc,nullFunc,nullFunc);
var Description= new editDef('Description',57,5,nullFunc,nullFunc,nullFunc);
var Patio= new checkBoxDef('Patio',nullFunc);
var FristFloor= new checkBoxDef('FristFloor',nullFunc);
var AC= new checkBoxDef('AC',nullFunc);
var Washer= new checkBoxDef('Washer',nullFunc);
var Parking= new checkBoxDef('Parking',nullFunc);
var Hookups= new checkBoxDef('Hookups',nullFunc);
var Furnished= new checkBoxDef('Furnished',nullFunc);
var ShortLease= new checkBoxDef('ShortLease',nullFunc);
var Notes= new editDef('Notes',57,2,nullFunc,nullFunc,nullFunc);
var ContactCompany= new editDef('ContactCompany',18,1,nullFunc,nullFunc,nullFunc);
var ContactName= new editDef('ContactName',18,1,nullFunc,nullFunc,nullFunc);
var ContactAddress= new editDef('ContactAddress',18,1,nullFunc,nullFunc,nullFunc);
var ContactPhone= new editDef('ContactPhone',18,1,nullFunc,nullFunc,nullFunc);
var ContactCity= new editDef('ContactCity',18,1,nullFunc,nullFunc,nullFunc);
var ContactFaxNumber= new editDef('ContactFaxNumber',18,1,nullFunc,nullFunc,nullFunc);
var ContactState= new editDef('ContactState',1,1,nullFunc,nullFunc,nullFunc);
var ContactZip= new editDef('ContactZip',8,1,nullFunc,nullFunc,nullFunc);
var PaymentType= new listDef('PaymentType','select-one','Column 24071',nullFunc,nullFunc,nullFunc);
var ResetButton= new fButtonDef('ResetButton',nullFunc);
var SubmitButton= new fButtonDef('SubmitButton',nullFunc);


