//******* ALL GENERIC FUNCTIONS DOWN HERE *********** // StrMatrix Object function StrMatrix(rows,cols) { this.cells = new Array(rows); this.rows = rows; this.cols = cols; for (j=0;j