function checkAll() {
	setTimeout('nowChk(document.forms[0])', 1)
}
function nowChk() {
	if (document.unsubscribe.All.checked) {
		document.unsubscribe.G2NL.checked = true;
		document.unsubscribe.G2PE.checked = true;
		document.unsubscribe.G2PC.checked = true;
		document.unsubscribe.G2A.checked = true;
		document.unsubscribe.G2MP.checked = true;
		document.unsubscribe.G2MC.checked = true;
	}
}
