function OpenComments (c) {
	window.open(c, 'comments', 'width=480,height=480,scrollbars=yes,status=yes');
	return false;
}

function OpenTrackback (c) {
	window.open(c, 'trackback', 'width=480,height=480,scrollbars=yes,status=yes');
	return false;
}

function bakeCookie(frm)
{
	var frm = document.comments_form;
	frm.email.value = getCookie("mtcmtmail");
	frm.author.value = getCookie("mtcmtauth");
	frm.url.value = getCookie("mtcmthome");
	if (getCookie("mtcmtauth")) {
		frm.bakecookie[0].checked = true;
	} else {
		frm.bakecookie[1].checked = true;
	}
}

function setStatus(msg)
{
	window.status = msg;
	return true;
}
