function openPopOldGame(){
	window.open('old_game/index.html','flashPopup', 'width=900,height=615' ); 
}
function openPopNewGame(){
	window.open('new_game/index.html','flashPopup', 'width=900,height=615' ); 
}
