// JavaScript Document

	function cVal()
	{
		if (window.event.keyCode == 13)
		{
			Validate();
		}
	}

