
function entsub( myform,myevent)
{
	if (myevent && myevent.keyCode == 13) myform.submit();
	else return true;
}

