

//_________________WINDOW__________________________________________________________

function ZOOM(path) {
	var winl = (screen.width - 750) / 2;
	var wint = (screen.height - 240) / 2;
	winprops = "toolbar=no,width=750,height=240,directories=no,status=yes,scrollbars=no,resize=no,menubar=no,top="+wint+",left="+winl;
	win = window.open(path, 'sportler', winprops);
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
} // end of function