function checkConfirm(self, id, msg){	
	if( document.forms[0]['c[' + id + ']'].value != self.value ) {
		alert(msg);
	}	
}