function sprungmenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function Druckversion(url)
{
  var name = "Druckversion";
  var features = "scrollbars=yes,status=yes,resizeable=yes,width=980,height=700,left=0,top=0";
  window.open(url,name,features);
}

function openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}