function chat()
{
	chat = open('', 'xchat', 'resizable=0,scrollbars=0,width=1130,height=620');
	chat.location.href = '/chat/chat.php';

	return false;

}

function loadGame(game)
{
	var w = window.open("./?load=" + game, "games", "width=775, height=625, status=1, scrollbars=yes");
	w.focus();

	return false;
}

