function goPageSubmit(goto,cnt){
	
	if(goto>cnt) {
		alert("Ò»¹²Ö»ÓÐ"+cnt+"Ò³.");
		return false;
	}
	else return true;
}