function get_total_sum(n,m)
{
       document.getElementById("total_sum").innerHTML = n*m;
}