function isGreater(a,b)
{
	return a>b;
}