function KeyCheck_send2friend(e){
	var KeyID = (window.event) ? event.keyCode : e.keyCode;
	if (KeyID==13) document.send2friend.submit();
}