function postComment(path, unid, currUNID) {
	var w = Math.floor(screen.width*3/4);
	var h = Math.floor(screen.height/2);
	var l = Math.floor( (screen.width - w) / 2);
	var t = Math.floor( (screen.height - h) / 2);
	var winParms = "top=" + t + ",left=" + l + ",height=" + h + ",width=" + w + ",resizeable";
	document.location = path + "/Post_A_Comment?OpenAgent&U=" + unid + "&C=" + currUNID;
}
