function iproduct(a,b)
{
return a*b;
}

