//<![CDATA[
//首行登录
function checkLogin(userName,n) {
	if (n == 0 && userName.value == "会员登陆|注册"){userName.value="";userName.style.cssText = "color:#000"}
	if (n == 1){
		if(userName.value == "会员登陆|注册"){userName.value="";}
		userName.style.cssText = "color:#000";
	}
	if (n == 2 && userName.value == ""){userName.value = "会员登陆|注册";userName.style.cssText = "color:#aaa"}
}
//]]>