﻿//语言或类型改变事件按值在本页面刷新
function searl(dtp)
{
if(dtp=="")
{
    dtp="1";
}
if($get("selGroupType").value=="3")
{
top.location=lhost+"/groups/"+$get("selLearnL").value+"-"+$get("selGroupType").value+"-"+dtp+"-1.htm";
}
else
{
    top.location=lhost+"/groups/learn-"+$get("selLearnL").value+"-"+$get("selGroupType").value+"-"+dtp+"-1.htm";
}
    return;
}
