function opengame(gid){
	window.open('/game/opengame.aspx?gid='+gid,'is520game','fullscreen=yes')
}
function openbillboard(gid){
	window.open('/game/billboard.aspx?gid='+gid,'is520game','fullscreen=yes')
}