//index用

function mimiPopup(num){
	if( num == 1 ){
	window.open("KENSAKU/kensaku_1.html","kensaku","scrollbars=yes,width=460,height=600");
	}//漢字パーツ検索
	if( num == 2 ){
	window.open("KENSAKU/kensaku_2.html","kensaku","scrollbars=yes,width=460,height=600");
	}//カタカナ発音検索
	if( num == 3 ){
	window.open("KENSAKU/kensaku_3.html","kensaku","scrollbars=yes,width=460,height=600");
	}//ハイパージャンプ
	if( num == 4 ){
	window.open("KENSAKU/kensaku_4.html","kensaku","scrollbars=yes,width=460,height=600");
	}//マルチ（複数辞書）検索
	if( num == 5 ){
	window.open("KENSAKU/kensaku_5.html","kensaku","scrollbars=yes,width=460,height=600");
	}//英単語ジャンプ機能
	if( num == 6 ){
	window.open("KENSAKU/kensaku_6.html","kensaku","scrollbars=yes,width=460,height=600");
	}//あいまい検索
	if( num == 7 ){
	window.open("KENSAKU/kensaku_7.html","kensaku","scrollbars=yes,width=460,height=600");
	}//マルチ検索
	if( num == 8 ){
	window.open("../KENSAKU/kensaku_8.html","kensaku","scrollbars=yes,width=460,height=600");
	}//前方一致検索
	if( num == 9 ){
	window.open("../KENSAKU/kensaku_9.html","kensaku","scrollbars=yes,width=460,height=600");
	}//後方一致検索
	if( num == 10 ){
	window.open("../KENSAKU/kensaku_10.html","kensaku","scrollbars=yes,width=460,height=600");
	}//分類検索		
	if( num == 205){
	window.open("../KENSAKU/ekisyou.html","ekisyou_win","scrollbars=yes,width=460,height=610");
	}//見やすい液晶小窓	
	if( num == 11){
	window.open("memory_stick/index.html","memory","scrollbars=yes,width=660,height=610");
	}//別売メモリースティック	
	if( num == 12){
	window.open("concept/index.html","memory","scrollbars=yes,width=660,height=610");
	}//別売メモリースティック	


	if( num == 201){
	window.open("KENSAKU/size.html","size_win","scrollbars=yes,width=460,height=578");
	}//サイズ
	if( num == 202){
	window.open("KENSAKU/sousasei.html","sousasei_win","scrollbars=yes,width=460,height=578");
	}//操作性
	if( num == 203){
	window.open("KENSAKU/daigamen.html","daigamen_win","scrollbars=yes,width=460,height=580");
	}//大画面
	if( num == 204){
	window.open("KENSAKU/simulation.html","daigamen_win","scrollbars=yes,width=460,height=598");
	}//シミュレーション
}


