function getText() {

	var text = document.getElementById("Text").value;
	clipboardData.setData("Text", text);

}