function sprungmenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function MP3Player(url)
{
  var name = "MP3Player";
  var features = "scrollbars=no,status=no,location=no,resizeable=no,width=315,height=173,left=0,top=0";
  window.open(url,name,features);
}
function openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
