var Form1= new formDef('Form1',nullFunc,nullFunc);
/* client-side recordset */
var Products = new Recordset("Products", "Afrocart");
var cartimage= new HiddenDef('cartimage');
var Quantity= new editDef('Quantity',3,1,nullFunc,nullFunc,nullFunc);

