<!--
		function CaptureEnter()
		{
			if (window.event.keyCode == 13) 
			{
				window.event.cancelBubble = true;
				window.event.returnValue = false;
			}
		}
//-->
		
