// $Revision$ 
<!-- auto generated constructor -->	
function bmiasia_app_mync_security_uipage_login_SecurityWarnPage(prefix)
{
	
    <!-- Components -->
	this.name = prefix;

	this.Form = elementList[prefix+"Form"];

	if(this.Form != null)
	{
		this.Form.parentEntity = this;
	}

	this.uIPanel1 = elementList[prefix+"uIPanel1"];

	if(this.uIPanel1 != null)
	{
		this.uIPanel1.parentEntity = this;
	}

	this.defaultButton = elementList[prefix+"defaultButton"];

	if(this.defaultButton != null)
	{
		this.defaultButton.parentEntity = this;
	}

	this.uIButton2 = elementList[prefix+"uIButton2"];

	if(this.uIButton2 != null)
	{
		this.uIButton2.parentEntity = this;
	}

	this.messagePanel = elementList[prefix+"messagePanel"];

	if(this.messagePanel != null)
	{
		this.messagePanel.parentEntity = this;
	}

	this.uILabel1 = elementList[prefix+"uILabel1"];

	if(this.uILabel1 != null)
	{
		this.uILabel1.parentEntity = this;
	}

	<!-- Construct_FIRST:bmiasia_app_mync_security_uipage_login_SecurityWarnPage -->
	
	<!-- Construct_LAST:bmiasia_app_mync_security_uipage_login_SecurityWarnPage -->
}

<!-- EventHandler Functions -->

	bmiasia_app_mync_security_uipage_login_SecurityWarnPage.prototype.reg = bmiasia_app_mync_security_uipage_login_SecurityWarnPage_reg;

    <!-- auto generated eventlistener function declaration -->
	function bmiasia_app_mync_security_uipage_login_SecurityWarnPage_reg(eventsource) {//Gen_First:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_reg

		var UIEntity = this;

        window.location.href='/mync/portal/userconfig/userRegistration.psml';
    
        return;
                
	}//Gen_Last:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_reg

	bmiasia_app_mync_security_uipage_login_SecurityWarnPage.prototype.login = bmiasia_app_mync_security_uipage_login_SecurityWarnPage_login;

    <!-- auto generated eventlistener function declaration -->
	function bmiasia_app_mync_security_uipage_login_SecurityWarnPage_login(eventsource) {//Gen_First:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_login

		var UIEntity = this;

		this.login_OutFunctionName(eventsource);
        
	}//Gen_Last:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_login

	bmiasia_app_mync_security_uipage_login_SecurityWarnPage.prototype.initPageJs = bmiasia_app_mync_security_uipage_login_SecurityWarnPage_initPageJs;
	function bmiasia_app_mync_security_uipage_login_SecurityWarnPage_initPageJs(){//Gen_First:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_initPageJs
		var UIEntity = this;

	}//Gen_Last:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_initPageJs


	bmiasia_app_mync_security_uipage_login_SecurityWarnPage.prototype.finalizePageJs = bmiasia_app_mync_security_uipage_login_SecurityWarnPage_finalizePageJs;
	function bmiasia_app_mync_security_uipage_login_SecurityWarnPage_finalizePageJs(){//Gen_First:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_finalizePageJs

	}//Gen_Last:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_finalizePageJs


		bmiasia_app_mync_security_uipage_login_SecurityWarnPage.prototype.login_OutFunctionName = bmiasia_app_mync_security_uipage_login_SecurityWarnPage_login_OutFunctionName;
		function bmiasia_app_mync_security_uipage_login_SecurityWarnPage_login_OutFunctionName(eventsource) {//Gen_First:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_login_OutFunctionName
		    var constraint_result = true;
		    var myForm;
            if (this.formName != undefined) {
                myForm = document.forms[this.formName];
            }
            else {
                myForm = document.forms[0];
            }

			var UIEntity = this;
		
			myForm._outname.value = "login";
			myForm.target = "_self";
	
            if (constraint_result){
			    myForm.submit();
			}
			return constraint_result;
		}//Gen_Last:bmiasia_app_mync_security_uipage_login_SecurityWarnPage_login_OutFunctionName
	
