function markRead(msgID) {
	msgTransferWindow.location.href='process_msg.php?action=read&m='+msgID;	
}
