// Bitte keine Aenderungen in diesem Berich durchfuehren 
// Version 3.0 - 13.02.2004

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function album(my_id,my_name) { 
	dummi='/php/album.php?id='+my_id+'&name='+my_name
  window.open(dummi,'album','width=600,height=400');
}

function dancer(my_path) { 
  window.open(my_path,'dancer','scrollbars=yes,width=400,height=400');
}