function flash_open(game){

if(game=="aa"){
	window.open("Flash/Games/Anime_A/index.php","myWindow","status = 0, height = 410, width = 610, resizable = 1");
}else if(game=="pa"){
	window.open("Flash/Games/Post_A/index.php","myWindow","status = 0, height = 510, width = 650, resizable = 1");
}else {
	window.open("Flash/index.php?q="+game,"myWindow","status = 0, height = 410, width = 610, resizable = 1");
}

}
