function openwin(mypage,w,h){myname="";LeftPosition = parseInt((screen.width) ? (screen.width-w)/2  : 0);TopPosition = parseInt((screen.height) ? (screen.height-h)/2  : 0);settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=0,toolbar=0,status=0,menubar=0';var wina = window.open(mypage,myname,settings);}function openwinscroll(mypage,w,h){myname="";LeftPosition = parseInt((screen.width) ? (screen.width-w)/2  : 0);TopPosition = parseInt((screen.height) ? (screen.height-h)/2  : 0);settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes';var wina = window.open(mypage,myname,settings);}function openscores(){//openwin('http://www.hypnotica.ch/fivb/scoresbox/scoresbox.html','475','235');}function chgpage(num){url = window.location.href;url = url.split("/");filename = (url[url.length-1]);sexe = (url[url.length-2]);pospage =  filename.indexOf("_page");categorie = filename.substring(0,pospage);newfilename = categorie + "_page" + num + ".asp";newurl = "../" + sexe + "/" + newfilename;window.location.href = newurl;}function chgteam(teamcode){url = window.location.href;url = url.split("/");filename = (url[url.length-1]);sexe = (url[url.length-2]);newfilename = "teams.asp?TEAM=" + teamcode;newurl = "../" + sexe + "/" + newfilename;window.location.href = newurl;}