function doLogin(user, pwd){
	if ( user=='Tex1616' && pwd =='haggis961'){
		document.forms[0].action="texol_members.htm";
	}else{
		document.forms[0].action="texol_login_error.htm";
	}
	return true;
}
