function confirmSubmit()
{
var agree=confirm("Are you sure you want to cancel this delegate''s registration?");
if (agree)
	return true ;
else
	return false ;
}


function chgReg(){
if (!window.document.form1.dreg[0].checked) {
  window.document.form1.dcock[1].checked=true;
  window.document.form1.dformal[1].checked=true;
  window.document.form1.dguest.value=0;
 }
 
}
