/**
 * (C)2010 EUC Online Service GmbH http://www.euc.de
 * 20100714/mh
 */


function goto (which,target,prefix) {
  var i=which.selectedIndex;
  var j=which.options[i].value;
  window.location.href=target+'#'+prefix+j;
}


