function open_game(no){
       
  			switch(no){
			case 0:
				window.open("gamebomb/map.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		break;
			case 1:
				 window.open("gamebomb/bank.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 2:
				 window.open("gamebomb/store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 3:
				 window.open("gamebomb/store_n.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 4:
				 window.open("gamebomb/darts_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 5:
				 window.open("gamebomb/arrange_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 6:
				 window.open("gamebomb/dell_data.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 7:
				 window.open("gamebomb/smart_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 8:
				 window.open("gamebomb/smartarr_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 9:
				 window.open("gamebomb/save_data.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 10:
				 window.open("gamebomb/slot_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 11:
				 window.open("gamebomb/jyan_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 12:
				 window.open("gamebomb/bombom_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 13:
				 window.open("gamebomb/pinball_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 15:
				 window.open("gamebomb/keiba_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 16:
				 window.open("gamebomb/kyoutei_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 17:
				 window.open("gamebomb/keirin_store.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
			case 20:
				 window.open("bakuti/boss.html","newwin","toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbar=yes,resizable=yes,Width=660,Height=480 left=100,top=100");
           		 break;
				default:
		
  	}
    
        	 } 
