function jbox_submit()
{
	window.document.form.jbox.value++;
	window.document.form.submit();
}
