function log_mem_Form() {
	var chec=document.m_log;
	if ( !chec.user_id.value.length ) {
	alert('\n Please input User name. \n');
	return false;
	}

	if ( !chec.user_pass.value.length ) {
	alert('\n Please input password. \n');
	return false;
	}
}

function forget (targ)
{
	vargt=unescape('%3e');
	varpopup=null;
	varover="LaunchPop-upNavigator";
	popup=window.open('','_blank','width=420,height=35 resizable=no,scrollbars=yes,status=no,statusbar=no');
	if(popup!=null){
	if(popup.opener==null){
	popup.opener=self;
	}
	popup.location.href=targ;
	}
}

function news (targ)
{
	vargt=unescape('%3e');
	varpopup=null;
	varover="LaunchPop-upNavigator";
	popup=window.open('','_blank','width=500,height=400 resizable=no,scrollbars=yes,status=no,statusbar=no');
	if(popup!=null){
	if(popup.opener==null){
	popup.opener=self;
	}
	popup.location.href=targ;
	}
}
