function chf(P1,P2) {
	parent.list.location.href = P1;
	parent.form.location.href = P2;
}

