function popGame()
{
    
    location.href = '/games/game.php' ;
   
}

function startGame()
{

    opener.location.href = '/games/game.php' ;

}

function refreshGame()
{
  refresher.location.href="/games/refresh.php" ;
}

function playGame(_gameNum)
{

    opener.location.href = '/games/game.php?phase=gate&gameNum=' + _gameNum ;

}

function closeSelf()
{
	//self.close() ;
}

function exitGame()
{
	location.href= '/'
}

