﻿

function CheckInput()
{
	if(event.keyCode == 13)
	{
		CreatePwd();
	}
}
