﻿function verifyKey(oElement,oEvent)
{
	if(oEvent.keyCode==13 && oElement.onclick)
	{
 	oElement.onclick();
	}
}