function setPidForComment(pid, h)
	{
	commp = document.getElementById('commpid');
	commp.value = pid; 
	
	ch = document.getElementById('cheader');
	ch.value = "Re: " + h;
	return false;
	}
	
