function insRow() { var x=document.getElementById('items').insertRow(0) var y=x.insertCell(0) y.innerHTML="NEW CELL1" }