function checkInput1() {

	var this_form = document.forget;	
	
	if(!this_form.secretQuestion.value) {
		if ( "en_US" == _ALERT_MESSAGE ) {
alert(alert_msg_35_en);
}
else if ( "ja_JP" == _ALERT_MESSAGE  ||  "ja" == _ALERT_MESSAGE ) {
alert(alert_msg_35_jp);
}
else {
alert(alert_msg_35_jp)
}
;
		return false;
	}
	if(!this_form.secretAnswer.value) {
		if ( "en_US" == _ALERT_MESSAGE ) {
alert(alert_msg_36_en);
}
else if ( "ja_JP" == _ALERT_MESSAGE  ||  "ja" == _ALERT_MESSAGE ) {
alert(alert_msg_36_jp);
}
else {
alert(alert_msg_36_jp)
}
;
		return false;
	}
	if(!this_form.mailAddress.value) {
		if ( "en_US" == _ALERT_MESSAGE ) {
alert(alert_msg_6_en);
}
else if ( "ja_JP" == _ALERT_MESSAGE  ||  "ja" == _ALERT_MESSAGE ) {
alert(alert_msg_6_jp);
}
else {
alert(alert_msg_6_jp)
}
;
		return false;
	}
	
	document.forget.submit();
}

