// //////////////////////////////////
// selectNav
// //////////////////////////////////

function changeStandort() {
   var id = feSelectValue('bildungszentrum_id');
   if(id > 0) {
      changeUri('/standorte/start&id='+id);
   }
   return false;
}


