function Player() {
	Player = window.open( "/player/Player.php", "player", "width=20,height=20,left=200,top=200");
	Player.focus();
}
<!--
//function Chat() {
//	Chat = window.open( "/chat/Chat.php", "chat", "width=770,height=570,left=0,top=0");
//	Chat.focus();
//}
//-->
function Chat() {
	Chat = window.open( "/irc/login.php", "chat", "width=770,height=570,left=0,top=0");
	Chat.focus();
}
