// JavaScript Document
function cell_rollover(cell, classname) {
  if (document.all || document.getElementById) {
    cell.classBackup = cell.className;
    cell.className   = classname;
  }
}

function cell_rollout(cell){
  if (document.all || document.getElementById) {
    cell.className   = cell.classBackup;
  }
}

function popup_medaillen(URL) {
F = window.open(URL,"Popup","width=600,height=400, position=Center, scrollbars=yes, location=no, directories=no, status=no");
}

function popup_aktuelles(URL) {
F = window.open(URL,"Popup","width=550,height=400,scrollbars=Yes",position="Center");
}

function popup_comments(URL) {
F = window.open(URL,"Popup","width=650,height=300,scrollbars=Yes",position="Center");
}

function popup_person(URL) {
F = window.open(URL,"Popup","width=300, height=230, scrollbars=no, resizable=no, status=no, location=no",position="Center");
}

function popup_rekorde(URL) {
F = window.open(URL,"Popup","width=500,height=300,scrollbars=Yes",position="Center");
}

function popup_excelsheet(URL) {
F = window.open(URL,"Popup","width=500,height=300,scrollbars=Yes",position="Center");
}

function popup_zeitplan(URL) {
F = window.open(URL,"Popup","width=700,height=300,scrollbars=Yes",position="Center");
}

function set(hRef){
	var varPos = document.getElementById("athleten_liste").scrollTop
    location.href=hRef + "&position=" + varPos;
}
