function OpenResultsOrGamesPopUp(vUrl){
	fenster=window.open(vUrl, "", "width=400,height=500,status=yes,scrollbars=yes,resizable=yes");
	fenster.focus();
	return false;
}