﻿// 加载游戏大厅
function OpenGameLobbyWindow() {
	var iWidth, iHeight;
	iWidth = 1024;
	iHeight = 768;
	window.open('/GameNested/Lobby/index.aspx', 'GameLobby', 'height=' + iHeight + ', width=' + iWidth + ', top=0, left=0, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, status=no');
}

function OpenDesktopDownloadWindow() {
	window.open('/Game/WebGT/Member/Desktop.aspx', 'Desktop', 'height=250, width=410, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no');
}
