function openwin(teacherinfoid) {
    window.open("teacherinfo.asp?TeacherInfoID=" + teacherinfoid,"查看教员信息","height=700, width=570, resizable=yes, scrollbars=yes, status=no,toolbar=no, menubar=no,location=no");
}

function winopen(studentinfoid) {
    window.open("studentinfo.asp?StudentInfoID=" + studentinfoid,"查看学员信息","height=700, width=570, resizable=yes, scrollbars=yes, status=no,toolbar=no, menubar=no,location=no");
}

function studentinfo(userid) {
    window.open("view_studentinfo.asp?UserID=" + userid,"查看学员信息","height=500, width=570, resizable=yes, scrollbars=yes, status=no,toolbar=no, menubar=no,location=no");
}

function advancer(userid) {
    window.open("view_advancer.asp?UserID=" + userid,"查看会员信息","height=500, width=570, resizable=yes, scrollbars=yes, status=no,toolbar=no, menubar=no,location=no");
}

function article(articleid) {
    window.open("articledetail.asp?ArticleID=" + articleid,"查看家教文章","height=500, width=570, resizable=yes, scrollbars=yes, status=no,toolbar=no, menubar=no,location=no");
}

function havestudentinfo(studentinfoid) {
    window.open("view_havestudentinfo.asp?StudentInfoID=" + studentinfoid,"学员家教信息","height=700, width=570, resizable=yes, scrollbars=yes, status=no,toolbar=no, menubar=no,location=no");
}

function haveteacherinfo(teacherinfoid) {
    window.open("view_haveteacherinfo.asp?TeacherInfoID=" + teacherinfoid,"教员家教信息","height=700, width=570, resizable=yes, scrollbars=yes, status=no,toolbar=no, menubar=no,location=no");
}

function teacherinfo(userid) {
    window.open("view_teacherinfo.asp?UserID=" + userid,"查看教员信息","height=500, width=570, resizable=yes, scrollbars=yes, status=no,toolbar=no, menubar=no,location=no");
}


