function mdbLoc(name,v){
  var target = v.options[v.selectedIndex].value;
  //alert(target);
  location.href= '?' + name + '=' +  target;
}
