function ch_login( )
{
	if( !document.getElementById( 'username' ).value || !document.getElementById( 'password' ).value )
	{
		
		alert( $E('errortext').value );
		return false;
	}

	return true;
}

