// JavaScript Document

function TeamSpeak() {
   window.open('sources/TSDisplay/main.php', 'TeamSpeak','resizable=no, location=no, width=200,  height=400, menubar=no, status=no');
}

function GameServer() {
   window.open('sources/vwar/server.php', 'Game Server','resizable=yes, width=850, height=500, status=no');
}

function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function SearchPlayers() {
   window.open('sources/gameprefs/search.php', 'Recherche de Joueurs','resizable=yes, width=850, height=500, status=no');
}

