function gE(id) {
	var gE = document.all ? document.all[id] : document.getElementById ? document.getElementById(id) : '';

	return gE;
}

function r(id) {
	gE('parent').value = id;

	window.location.hash = 'replyto';

	return false;
}