function initArraySize(size) {
 this.length = size;
 for (i=0;i<this.length;i++)
  this[i] = "";
}