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

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


