function selectGroup(oSelect,initailUrl){
    url =$(oSelect).val();
    window.location = initailUrl+"/"+url;
}


