function RegistChk( thisForm)
{
//	var targetobj = document.getElementById( "schk");
//	var textObj = document.createElement( "<INPUT TYPE=HIDDEN NAME=jschk VALUE=1>");
//	targetobj.appendChild( textObj);
//alert( document.getElementById( "schk"));
	
//	alert( thisForm.jschk.value);
	
	thisForm.jschk.value = 1;
	
	return true;
}
