function showInside(row,col)
{

alert("The value of the row is " + row + " and the value of the column is " + col);

}
