function pk(win,lose)
{
		document.pk_form.win.value=win;
		document.pk_form.lose.value=lose;
		document.pk_form.submit();
}