/* ---------------------------------------------------------------- **
   JavaScript for Mabinogi Simulator その他（まとめられないもの？）
   
                                                     (c) リムルア
** ---------------------------------------------------------------- */

// タイトル
function InputWeapons(FrmName){
	var WpnIndex = 0;
	var MinAtk = 0, MaxAtk = 0, MinInj = 0, MaxInj = 0, Cri = 0, Bala = 0;
	
	WpnIndex = eval(document.st_form['eq_' + FrmName + '_wp_lst'].value);
	
	switch(WpnIndex){
		case   0: MinAtk =  0; MaxAtk =   8; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  30; break;	//素手
		//*** 刀剣（片手） ***
		case 101: MinAtk =  2; MaxAtk =   9; MinInj =  0; MaxInj =   0; Cri = 25; Bala =  80; break;	//短剣
		case 102: MinAtk =  4; MaxAtk =  11; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  50; break;	//練習用木刀
		case 103: MinAtk =  8; MaxAtk =  14; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  75; break;	//練習用ショートソード
		case 104: MinAtk =  7; MaxAtk =  16; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  75; break;	//ショートソード
		case 105: MinAtk =  7; MaxAtk =  18; MinInj =  0; MaxInj =   0; Cri = 15; Bala =  40; break;	//フルートショートソード
		case 106: MinAtk =  8; MaxAtk =  19; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  55; break;	//ロングソード
		case 107: MinAtk = 13; MaxAtk =  30; MinInj =  0; MaxInj =   0; Cri = 12; Bala =  55; break;	//ブロードソード
		case 108: MinAtk = 19; MaxAtk =  34; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  38; break;	//バスタードソード
		case 109: MinAtk = 15; MaxAtk =  32; MinInj =  0; MaxInj =   0; Cri = 12; Bala =  59; break;	//グラディウス
		case 110: MinAtk = 22; MaxAtk =  38; MinInj =  0; MaxInj =   0; Cri = 26; Bala =  34; break;	//フックカットラス
		case 111: MinAtk = 20; MaxAtk =  60; MinInj =  0; MaxInj =   0; Cri =  0; Bala =  22; break;	//ブッチャーナイフ
		case 112: MinAtk = 50; MaxAtk =  50; MinInj =  0; MaxInj =   0; Cri =  0; Bala = 100; break;	//ゴーストソード
		case 113: MinAtk = 35; MaxAtk =  95; MinInj =  0; MaxInj =   0; Cri =  0; Bala =  18; break;	//幅広ナイフ
		case 114: MinAtk = 40; MaxAtk =  60; MinInj = 20; MaxInj =  40; Cri = 30; Bala =  50; break;	//ボーンマリンソード
		case 115: MinAtk =  6; MaxAtk =  16; MinInj =  0; MaxInj =   0; Cri = 18; Bala =  60; break;	//[未実装]日本刀
		case 116: MinAtk = 20; MaxAtk =  55; MinInj =  0; MaxInj =   0; Cri = 20; Bala =  40; break;	//[NPC]クルタブロードソード
		//*** 刀剣（両手） ***
		case 201: MinAtk = 25; MaxAtk =  50; MinInj =  0; MaxInj =   0; Cri =  0; Bala =  50; break;	//トゥハンドソード
		case 202: MinAtk = 28; MaxAtk =  55; MinInj =  0; MaxInj =   0; Cri =  5; Bala =  40; break;	//クレイモア
		case 203: MinAtk = 25; MaxAtk =  55; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  40; break;	//ドラゴンブレイド
		case 204: MinAtk = 40; MaxAtk = 100; MinInj =  0; MaxInj =   0; Cri =  0; Bala =  15; break;	//ガーゴイルソード
		case 205: MinAtk = 10; MaxAtk =  60; MinInj =  0; MaxInj =   0; Cri = 15; Bala =  25; break;	//長刀
		case 206: MinAtk = 15; MaxAtk =  65; MinInj =  0; MaxInj =   0; Cri = 15; Bala =  25; break;	//正宗
		//*** 鈍器 ***
		case 301: MinAtk =  2; MaxAtk =   8; MinInj =  0; MaxInj =   0; Cri = 13; Bala =  45; break;	//木の棒
		case 302: MinAtk =  0; MaxAtk =  19; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  25; break;	//棍棒
		case 303: MinAtk =  1; MaxAtk =  45; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  18; break;	//太い木の棒
		case 304: MinAtk =  7; MaxAtk =  28; MinInj =  0; MaxInj =   0; Cri = 20; Bala =  35; break;	//片手斧
		case 305: MinAtk =  3; MaxAtk =  50; MinInj =  0; MaxInj =   0; Cri = 12; Bala =  35; break;	//ハンマー
		case 306: MinAtk =  6; MaxAtk =  55; MinInj =  0; MaxInj =   0; Cri = 15; Bala =  35; break;	//メイス
		case 307: MinAtk = 12; MaxAtk =  28; MinInj =  0; MaxInj =   0; Cri = 25; Bala =  35; break;	//ビペンニス
		//*** 弓 ***
		case 401: MinAtk =  8; MaxAtk =  20; MinInj = 50; MaxInj = 100; Cri = 20; Bala =  50; break;	//ショートボウ
		case 402: MinAtk = 10; MaxAtk =  17; MinInj = 50; MaxInj = 100; Cri = 28; Bala =  50; break;	//コンポジットボウ
		case 403: MinAtk =  5; MaxAtk =  22; MinInj = 25; MaxInj = 100; Cri = 18; Bala =  50; break;	//ロングボウ
		case 404: MinAtk =  5; MaxAtk =  22; MinInj = 25; MaxInj = 100; Cri = 20; Bala =  55; break;	//レザーロングボウ
		case 405: MinAtk = 10; MaxAtk =  22; MinInj =  0; MaxInj = 100; Cri = 30; Bala =  80; break;	//クロスボウ
		case 406: MinAtk =  5; MaxAtk =  23; MinInj = 70; MaxInj = 100; Cri = 20; Bala =  80; break;	//[NPC]おじいさんの弓
		//*** ワンド ***
		case 501: MinAtk =  4; MaxAtk =  10; MinInj =  0; MaxInj =   0; Cri = 13; Bala =  40; break;	//アイスワンド
		case 502: MinAtk =  5; MaxAtk =  12; MinInj =  0; MaxInj =   0; Cri =  5; Bala =  30; break;	//ファイアワンド
		case 503: MinAtk =  1; MaxAtk =  13; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  20; break;	//ライトニングワンド
		case 504: MinAtk =  4; MaxAtk =  10; MinInj =  0; MaxInj =   0; Cri = 13; Bala =  40; break;	//ヒーリングワンド
		case 505: MinAtk =  5; MaxAtk =  14; MinInj =  0; MaxInj =   0; Cri = 15; Bala =  60; break;	//打撃用ワンド

		case 999: MinAtk =  0; MaxAtk =   0; MinInj =  0; MaxInj =   0; Cri =  0; Bala =   0; break;	//二刀流左手装備なし
		
		default : MinAtk =  0; MaxAtk =   8; MinInj =  0; MaxInj =   0; Cri = 10; Bala =  30; break;
	}
	// 入力
	document.st_form['eq_' + FrmName + '_minatk'].value  = MinAtk;
	document.st_form['eq_' + FrmName + '_maxatk'].value  = MaxAtk;
	document.st_form['eq_' + FrmName + '_mininju'].value = MinInj;
	document.st_form['eq_' + FrmName + '_maxinju'].value = MaxInj;
	document.st_form['eq_' + FrmName + '_cri'].value     = Cri;
	document.st_form['eq_' + FrmName + '_bala'].value    = Bala;
	
	//再計算
	calc();
}

function EnchantMenu(PSFlag,FrmName) {
	// PSFlag 0:Prefix 1:Suffix , FrmName 入力対象フォーム名
	PSEstr  = '<form name="PSM"><table bgcolor="#bfe9d9" border=1 cellpadding=1 cellspacing=0 align=center>\n';
	PSEstr += '<tr><th colspan=5 bgcolor="#7d8fef" style="font-size: 11px;">エンチャント一覧</th></tr>\n<tr>';
	if(PSFlag == 0){
		// Prefix
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(0,\''+FrmName+'\');" colspan=5>なし</td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク Ｆ ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10101,\''+FrmName+'\');" width="20%">フラミンゴスレイヤー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10102,\''+FrmName+'\');" width="20%">ハイエナハンター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10103,\''+FrmName+'\');" width="20%">古い</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10104,\''+FrmName+'\');" width="20%">無邪気な/素朴な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10105,\''+FrmName+'\');" width="20%">ビギナー/初歩の</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10106,\''+FrmName+'\');">グリーン/緑の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10107,\''+FrmName+'\');">ラビット</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10108,\''+FrmName+'\');">ファイン/精巧な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10109,\''+FrmName+'\');">スネークハンター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10110,\''+FrmName+'\');">スワンスレイヤー</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10111,\''+FrmName+'\');">スワン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10112,\''+FrmName+'\');">タヌキ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10113,\''+FrmName+'\');">キウイ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10114,\''+FrmName+'\');">平原の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10115,\''+FrmName+'\');">ワイルドホース/野生馬</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10116,\''+FrmName+'\');">滑石</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10117,\''+FrmName+'\');">石膏</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク E ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10201,\''+FrmName+'\');">チープ/安い</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10202,\''+FrmName+'\');">ドンキーハンター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10203,\''+FrmName+'\');">ペリカンスレイヤー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10204,\''+FrmName+'\');">ラスティ/さびた</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10205,\''+FrmName+'\');">ハイエナ</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10206,\''+FrmName+'\');">フォックスハンター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10207,\''+FrmName+'\');">シャープ/鋭い</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10208,\''+FrmName+'\');">羊飼いの</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10209,\''+FrmName+'\');">楽な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10210,\''+FrmName+'\');">不安な</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10211,\''+FrmName+'\');">ミスト/霧</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10212,\''+FrmName+'\');">ハード/硬い</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10213,\''+FrmName+'\');">奇怪な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10214,\''+FrmName+'\');">マングース</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10215,\''+FrmName+'\');">ツキノワグマ</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10216,\''+FrmName+'\');">渓谷の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10217,\''+FrmName+'\');">森の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10218,\''+FrmName+'\');">方解石</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10219,\''+FrmName+'\');">蛍石</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク D ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10301,\''+FrmName+'\');">クラックド/ひびが入った</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10302,\''+FrmName+'\');">イミテーション/にせ物</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10303,\''+FrmName+'\');">ピグハンター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10304,\''+FrmName+'\');">ピグテイマー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10305,\''+FrmName+'\');">スネーク</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10306,\''+FrmName+'\');">スネークテイマー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10307,\''+FrmName+'\');">スワンサマナー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10308,\''+FrmName+'\');">女神の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10309,\''+FrmName+'\');">冷酷な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10310,\''+FrmName+'\');">ダチョウ</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10311,\''+FrmName+'\');">草原の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10312,\''+FrmName+'\');">マスクゴブリン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10313,\''+FrmName+'\');">燐灰石</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10314,\''+FrmName+'\');">正長石</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク C ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10401,\''+FrmName+'\');">ペンギンサモナー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10402,\''+FrmName+'\');">トイ/オモチャの</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10403,\''+FrmName+'\');">役に立たない</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10404,\''+FrmName+'\');">グッド/良い</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10405,\''+FrmName+'\');">ウルフハンター</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10406,\''+FrmName+'\');">便利な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10407,\''+FrmName+'\');">スマート/賢い</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10408,\''+FrmName+'\');">ストロング/強い</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10409,\''+FrmName+'\');">勝利の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10410,\''+FrmName+'\');">犠牲的な/犠牲の</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10411,\''+FrmName+'\');">変な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10412,\''+FrmName+'\');">水たまりの</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10413,\''+FrmName+'\');">フェネック</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10414,\''+FrmName+'\');">石英</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10415,\''+FrmName+'\');">黄玉</td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク B ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10501,\''+FrmName+'\');">チキン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10502,\''+FrmName+'\');">チキンサマナー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10503,\''+FrmName+'\');">ハムスターハンター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10504,\''+FrmName+'\');">ハムスターテイマー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10505,\''+FrmName+'\');">フォックス</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10506,\''+FrmName+'\');">フォックステイマー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10507,\''+FrmName+'\');">扱い易い</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10508,\''+FrmName+'\');">細心な/慎重な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10509,\''+FrmName+'\');">リザード</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10510,\''+FrmName+'\');">高原の</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10511,\''+FrmName+'\');">池の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10512,\''+FrmName+'\');">怪しい</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10513,\''+FrmName+'\');">鋼玉</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10514,\''+FrmName+'\');">金剛石</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク A ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10601,\''+FrmName+'\');">ハムスター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10602,\''+FrmName+'\');">ヒドゥン/隠れた</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10603,\''+FrmName+'\');">精密な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10604,\''+FrmName+'\');">ブレシング/祝福の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10605,\''+FrmName+'\');">スタディー/丈夫な</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10606,\''+FrmName+'\');">コンパクト</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10607,\''+FrmName+'\');">素敵な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10608,\''+FrmName+'\');">光沢のある</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10609,\''+FrmName+'\');">砂漠クモ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10610,\''+FrmName+'\');">湖の</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10611,\''+FrmName+'\');">江の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10612,\''+FrmName+'\');">珍しい</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10613,\''+FrmName+'\');">ためらう/迷う</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10614,\''+FrmName+'\');">輝く</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 9 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10701,\''+FrmName+'\');">荒い/険しい</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10702,\''+FrmName+'\');">高そうな</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10703,\''+FrmName+'\');">用心深い</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10704,\''+FrmName+'\');">ラグジュアリー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10705,\''+FrmName+'\');">名誉ある/有名な</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10706,\''+FrmName+'\');">シルバーフォックス/銀キツネ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10707,\''+FrmName+'\');">奇妙な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10708,\''+FrmName+'\');">蜃気楼</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 8 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10801,\''+FrmName+'\');">デミリッチ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10802,\''+FrmName+'\');">癒しの</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10803,\''+FrmName+'\');">混沌</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10804,\''+FrmName+'\');">よく手入れした</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10805,\''+FrmName+'\');">頑固な</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10806,\''+FrmName+'\');">秘密の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10807,\''+FrmName+'\');">慣れない</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 7 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10901,\''+FrmName+'\');">美しい</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10902,\''+FrmName+'\');">聖なる</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(10903,\''+FrmName+'\');">華麗な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 6 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11001,\''+FrmName+'\');">破滅の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11002,\''+FrmName+'\');">基礎の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 5 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11101,\''+FrmName+'\');">ソリッド/頑丈な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11102,\''+FrmName+'\');">ステージ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11103,\''+FrmName+'\');">ユニオン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11104,\''+FrmName+'\');">イエロースカー/黄色い傷</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11105,\''+FrmName+'\');">原理の</td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 4 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11201,\''+FrmName+'\');">フィックル/気まぐれな</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11202,\''+FrmName+'\');">大理石</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11203,\''+FrmName+'\');">グリーンスカー/緑の傷</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11204,\''+FrmName+'\');">規則の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 3 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11301,\''+FrmName+'\');">レッドスカー/赤い傷</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11302,\''+FrmName+'\');">ハビット</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11303,\''+FrmName+'\');">バンシー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 2 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(11401,\''+FrmName+'\');">ブラックスカー/黒い傷</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
	} else {
		// Suffix
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(0,\''+FrmName+'\');" colspan=5>なし</td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク F ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20101,\''+FrmName+'\');" width="20%">褐色キツネ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20102,\''+FrmName+'\');" width="20%">ロブスター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20103,\''+FrmName+'\');" width="20%">タヌキ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20104,\''+FrmName+'\');" width="20%">スラグ/のろまの</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20105,\''+FrmName+'\');" width="20%">トパーズ</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20106,\''+FrmName+'\');">とどまる</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク E ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20201,\''+FrmName+'\');">クレイフィッシュ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20202,\''+FrmName+'\');">ドライ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20203,\''+FrmName+'\');">ジェイド</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20204,\''+FrmName+'\');">沼の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20205,\''+FrmName+'\');">褐色クマ</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20206,\''+FrmName+'\');">赤キツネ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20207,\''+FrmName+'\');">オパール</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20208,\''+FrmName+'\');">リッチ/金持ちの</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20209,\''+FrmName+'\');">残存の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20210,\''+FrmName+'\');">スギ</td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク D ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20301,\''+FrmName+'\');">カワード/弱虫の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20302,\''+FrmName+'\');">クラブ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20303,\''+FrmName+'\');">病者の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20304,\''+FrmName+'\');">スケアクロウ/かかしの</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20305,\''+FrmName+'\');">グルーム/暗い</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20306,\''+FrmName+'\');">コボルド</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20307,\''+FrmName+'\');">ペイシャンス/忍耐の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20308,\''+FrmName+'\');">アンダースタンディング</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20309,\''+FrmName+'\');">水の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20310,\''+FrmName+'\');">黒曜石</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20311,\''+FrmName+'\');">スケルトン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20312,\''+FrmName+'\');">灰色オオカミ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20313,\''+FrmName+'\');">赤クマ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20314,\''+FrmName+'\');">薄明の/未明の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20315,\''+FrmName+'\');">白キツネ</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20316,\''+FrmName+'\');">停止する</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20317,\''+FrmName+'\');">ハンノキ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク C ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20401,\''+FrmName+'\');">デッドマン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20402,\''+FrmName+'\');">疲れた人用の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20403,\''+FrmName+'\');">ヘルス</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20404,\''+FrmName+'\');">ソルジャー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20405,\''+FrmName+'\');">マグノリア/木蓮の</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20406,\''+FrmName+'\');">オーガ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20407,\''+FrmName+'\');">ストーン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20408,\''+FrmName+'\');">大地の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20409,\''+FrmName+'\');">クラウド/雲の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20410,\''+FrmName+'\');">やぎ座</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20411,\''+FrmName+'\');">ツキミソウ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20412,\''+FrmName+'\');">モミ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク B ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20501,\''+FrmName+'\');">コンシデレーション</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20502,\''+FrmName+'\');">フォーチュン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20503,\''+FrmName+'\');">泉の/フォンテイン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20504,\''+FrmName+'\');">ジャイアント</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20505,\''+FrmName+'\');">白クモ</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20506,\''+FrmName+'\');">ウィスプ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20507,\''+FrmName+'\');">ゴールドゴブリン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20508,\''+FrmName+'\');">激しい</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20509,\''+FrmName+'\');">有望な/希望の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20510,\''+FrmName+'\');">ダイアウルフ/ダイヤウルフ</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20511,\''+FrmName+'\');">海賊の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20512,\''+FrmName+'\');">みずがめ座</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20513,\''+FrmName+'\');">うお座</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20514,\''+FrmName+'\');">いて座</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20515,\''+FrmName+'\');">サステイナー</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20516,\''+FrmName+'\');">無謀な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20517,\''+FrmName+'\');">スミレ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20518,\''+FrmName+'\');">ワスレナグサ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20519,\''+FrmName+'\');">バラ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20520,\''+FrmName+'\');">空想の/妄想の</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20521,\''+FrmName+'\');">ニレ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク A ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20601,\''+FrmName+'\');">ファイター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20602,\''+FrmName+'\');">ヒーラー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20603,\''+FrmName+'\');">盗賊</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20604,\''+FrmName+'\');">元気な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20605,\''+FrmName+'\');">インプ</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20606,\''+FrmName+'\');">ブラッド</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20607,\''+FrmName+'\');">ウィンド/風の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20608,\''+FrmName+'\');">てんびん座</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20609,\''+FrmName+'\');">さそり座</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20610,\''+FrmName+'\');">困難の</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20611,\''+FrmName+'\');">乱暴な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20612,\''+FrmName+'\');">荒っぽい</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20613,\''+FrmName+'\');">生命の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20614,\''+FrmName+'\');">クローバー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20615,\''+FrmName+'\');">スイートピー</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20616,\''+FrmName+'\');">サボテン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20617,\''+FrmName+'\');">サンザシ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 9 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20701,\''+FrmName+'\');">レイブン/レイヴン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20702,\''+FrmName+'\');">デッドリー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20703,\''+FrmName+'\');">格式ある</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20704,\''+FrmName+'\');">ゴーレム</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20705,\''+FrmName+'\');">おとめ座</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20706,\''+FrmName+'\');">おうし座</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20707,\''+FrmName+'\');">イージーペッカ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20708,\''+FrmName+'\');">必中の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20709,\''+FrmName+'\');">障害の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20710,\''+FrmName+'\');">害の</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20711,\''+FrmName+'\');">サルビア</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20712,\''+FrmName+'\');">ユリ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20713,\''+FrmName+'\');">マツ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 8 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20801,\''+FrmName+'\');">カウンター</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20802,\''+FrmName+'\');">ネイチャー/自然の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20803,\''+FrmName+'\');">予言の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20804,\''+FrmName+'\');">スマッシュ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20805,\''+FrmName+'\');">ウィンドミル</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20806,\''+FrmName+'\');">刺繍の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20807,\''+FrmName+'\');">ファルコン</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20808,\''+FrmName+'\');">キャプテン/船長の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20809,\''+FrmName+'\');">おひつじ座</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20810,\''+FrmName+'\');">かに座</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20811,\''+FrmName+'\');">ダーククロス/黒十字</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20812,\''+FrmName+'\');">支障の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20813,\''+FrmName+'\');">不便の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20814,\''+FrmName+'\');">暴力的な</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20815,\''+FrmName+'\');">マーガレット</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20816,\''+FrmName+'\');">ヒヤシンス</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20817,\''+FrmName+'\');">ヤブツバキ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 7 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20901,\''+FrmName+'\');">ファイア/花火の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20902,\''+FrmName+'\');">ライトニング/雷の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20903,\''+FrmName+'\');">ダークネス/暗黒の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20904,\''+FrmName+'\');">マナ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20905,\''+FrmName+'\');">深夜の/夜明けの</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(20906,\''+FrmName+'\');">カシワ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 6 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21001,\''+FrmName+'\');">ナイト/騎士の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21002,\''+FrmName+'\');">ウィザード/魔道士の</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21003,\''+FrmName+'\');">ふたご座</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21004,\''+FrmName+'\');">しし座</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21005,\''+FrmName+'\');">ヤグルマギク</td>\n';
		PSEstr += '</tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21006,\''+FrmName+'\');">コスモス</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 5 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21101,\''+FrmName+'\');">ヴァイパー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21102,\''+FrmName+'\');">スパイク/トゲ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21103,\''+FrmName+'\');">スタンプ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21104,\''+FrmName+'\');">シュロ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 4 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21201,\''+FrmName+'\');">イーグル/ワシ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21202,\''+FrmName+'\');">ジャッカル</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 3 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21301,\''+FrmName+'\');">幼いタヌキ</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21302,\''+FrmName+'\');">リボルバー</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21303,\''+FrmName+'\');">デバイド</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '</tr><tr><th colspan=5 bgcolor="#9fc9b9" style="font-size: 11px;">*** ランク 2 ***</th></tr><tr>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;" onMouseOver="CMouseOvr(this)" onMouseOut="CMouseOut(this)" onClick="EncInput(21401,\''+FrmName+'\');">アヴェンジャー/復讐者</td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
		PSEstr += '<td style="font-size: 10px; text-align: center;"><br></td>\n';
	}
	PSEstr += '</tr></table>\n';
	PSEstr += '<br><div align=center><input type="button" value="Close" onClick="window.close();"></div>\n';
	PSEstr += '</form>\n';
	PSEstr += '<script type="text/javascript">\n';
	PSEstr += 'var DefColor = "#bfe9d9";\n';   // デフォルト背景色
	PSEstr += 'var HLtColor = "#9fa9c9";\n';   // ハイライト背景色
	PSEstr += 'function CMouseOvr(o) {\n';
	PSEstr += 'o.style.backgroundColor = HLtColor; }\n';
	PSEstr += 'function CMouseOut(o) {\n';
	PSEstr += 'o.style.backgroundColor = DefColor; }\n';
	PSEstr += 'function EncInput(EncIndex,FrmName){\n';
	PSEstr += 'opener.document.st_form[FrmName].value = EncIndex;\n';
	PSEstr += 'opener.calc(); }\n';
	PSEstr += '</script>\n';
	
	// ウィンドウを開く
	var EMWin = window.open('','EnchaMenuWin','toolbar=0,scrollbars=1,width=680,height=300');
	EMWin.document.write(PSEstr);
	EMWin.document.close();
}

// エンチャント名称表示
function EnchantNameV(){
	var EnchaPre = {
		"0":"なし",
		"10101":"フラミンゴスレイヤー",
		"10102":"ハイエナハンター",
		"10103":"古い",
		"10104":"無邪気な/素朴な",
		"10105":"ビギナー/初歩の",
		"10106":"グリーン/緑の",
		"10107":"ラビット",
		"10108":"ファイン/精巧な",
		"10109":"スネークハンター",
		"10110":"スワンスレイヤー",
		"10111":"スワン",
		"10112":"タヌキ",
		"10113":"キウイ",
		"10114":"平原の",
		"10115":"ワイルドホース/野生馬",
		"10116":"滑石",
		"10117":"石膏",
		"10201":"チープ/安い",
		"10202":"ドンキーハンター",
		"10203":"ペリカンスレイヤー",
		"10204":"ラスティ/さびた",
		"10205":"ハイエナ",
		"10206":"フォックスハンター",
		"10207":"シャープ/鋭い",
		"10208":"羊飼いの",
		"10209":"楽な",
		"10210":"不安な",
		"10211":"ミスト/霧",
		"10212":"ハード/硬い",
		"10213":"奇怪な",
		"10214":"マングース",
		"10215":"ツキノワグマ",
		"10216":"渓谷の",
		"10217":"森の",
		"10218":"方解石",
		"10219":"蛍石",
		"10301":"クラックド/ひびが入った",
		"10302":"イミテーション/にせ物",
		"10303":"ピグハンター",
		"10304":"ピグテイマー",
		"10305":"スネーク",
		"10306":"スネークテイマー",
		"10307":"スワンサマナー",
		"10308":"女神の",
		"10309":"冷酷な",
		"10310":"ダチョウ",
		"10311":"草原の",
		"10312":"マスクゴブリン",
		"10313":"燐灰石",
		"10314":"正長石",
		"10401":"ペンギンサモナー",
		"10402":"トイ/オモチャの",
		"10403":"役に立たない",
		"10404":"グッド/良い",
		"10405":"ウルフハンター",
		"10406":"便利な",
		"10407":"スマート/賢い",
		"10408":"ストロング/強い",
		"10409":"勝利の",
		"10410":"犠牲的な/犠牲の",
		"10411":"変な",
		"10412":"水たまりの",
		"10413":"フェネック",
		"10414":"石英",
		"10415":"黄玉",
		"10501":"チキン",
		"10502":"チキンサマナー",
		"10503":"ハムスターハンター",
		"10504":"ハムスターテイマー",
		"10505":"フォックス",
		"10506":"フォックステイマー",
		"10507":"扱い易い",
		"10508":"細心な/慎重な",
		"10509":"リザード",
		"10510":"高原の",
		"10511":"池の",
		"10512":"怪しい",
		"10513":"鋼玉",
		"10514":"金剛石",
		"10601":"ハムスター",
		"10602":"ヒドゥン/隠れた",
		"10603":"精密な",
		"10604":"ブレシング/祝福の",
		"10605":"スタディー/丈夫な",
		"10606":"コンパクト",
		"10607":"素敵な",
		"10608":"光沢のある",
		"10609":"砂漠クモ",
		"10610":"湖の",
		"10611":"江の",
		"10612":"珍しい",
		"10613":"ためらう/迷う",
		"10614":"輝く",
		"10701":"荒い/険しい",
		"10702":"高そうな",
		"10703":"用心深い",
		"10704":"ラグジュアリー",
		"10705":"名誉ある/有名な",
		"10706":"シルバーフォックス/銀キツネ",
		"10707":"奇妙な",
		"10708":"蜃気楼",
		"10801":"デミリッチ",
		"10802":"癒しの",
		"10803":"混沌",
		"10804":"よく手入れした",
		"10805":"頑固な",
		"10806":"秘密の",
		"10807":"慣れない",
		"10901":"美しい",
		"10902":"聖なる",
		"10903":"華麗な",
		"11001":"破滅の",
		"11002":"基礎の",
		"11101":"ソリッド/頑丈な",
		"11102":"ステージ",
		"11103":"ユニオン",
		"11104":"イエロースカー/黄色い傷",
		"11105":"原理の",
		"11201":"フィックル/気まぐれな",
		"11202":"大理石",
		"11203":"グリーンスカー/緑の傷",
		"11204":"規則の",
		"11301":"レッドスカー/赤い傷",
		"11302":"ハビット",
		"11303":"バンシー",
		"11401":"ブラックスカー/黒い傷"
	};
	
	var EnchaSuf = {
		"0":"なし",
		"20101":"褐色キツネ",
		"20102":"ロブスター",
		"20103":"タヌキ",
		"20104":"スラグ/のろまの",
		"20105":"トパーズ",
		"20106":"とどまる",
		"20201":"クレイフィッシュ",
		"20202":"ドライ",
		"20203":"ジェイド",
		"20204":"沼の",
		"20205":"褐色クマ",
		"20206":"赤キツネ",
		"20207":"オパール",
		"20208":"リッチ/金持ちの",
		"20209":"残存の",
		"20210":"スギ",
		"20301":"カワード/弱虫の",
		"20302":"クラブ",
		"20303":"病者の",
		"20304":"スケアクロウ/かかしの",
		"20305":"グルーム/暗い",
		"20306":"コボルド",
		"20307":"ペイシャンス/忍耐の",
		"20308":"アンダースタンディング",
		"20309":"水の",
		"20310":"黒曜石",
		"20311":"スケルトン",
		"20312":"灰色オオカミ",
		"20313":"赤クマ",
		"20314":"薄明の/未明の",
		"20315":"白キツネ",
		"20316":"停止する",
		"20317":"ハンノキ",
		"20401":"デッドマン",
		"20402":"疲れた人用の",
		"20403":"ヘルス",
		"20404":"ソルジャー",
		"20405":"マグノリア/木蓮の",
		"20406":"オーガ",
		"20407":"ストーン",
		"20408":"大地の",
		"20409":"クラウド/雲の",
		"20410":"やぎ座",
		"20411":"ツキミソウ",
		"20412":"モミ",
		"20501":"コンシデレーション",
		"20502":"フォーチュン",
		"20503":"泉の/フォンテイン",
		"20504":"ジャイアント",
		"20505":"白クモ",
		"20506":"ウィスプ",
		"20507":"ゴールドゴブリン",
		"20508":"激しい",
		"20509":"有望な/希望の",
		"20510":"ダイアウルフ/ダイヤウルフ",
		"20511":"海賊の",
		"20512":"みずがめ座",
		"20513":"うお座",
		"20514":"いて座",
		"20515":"サステイナー",
		"20516":"無謀な",
		"20517":"スミレ",
		"20518":"ワスレナグサ",
		"20519":"バラ",
		"20520":"空想の/妄想の",
		"20521":"ニレ",
		"20601":"ファイター",
		"20602":"ヒーラー",
		"20603":"盗賊",
		"20604":"元気な",
		"20605":"インプ",
		"20606":"ブラッド",
		"20607":"ウィンド/風の",
		"20608":"てんびん座",
		"20609":"さそり座",
		"20610":"困難の",
		"20611":"乱暴な",
		"20612":"荒っぽい",
		"20613":"生命の",
		"20614":"クローバー",
		"20615":"スイートピー",
		"20616":"サボテン",
		"20617":"サンザシ",
		"20701":"レイブン/レイヴン",
		"20702":"デッドリー",
		"20703":"格式ある",
		"20704":"ゴーレム",
		"20705":"おとめ座",
		"20706":"おうし座",
		"20707":"イージーペッカ",
		"20708":"必中の",
		"20709":"障害の",
		"20710":"害の",
		"20711":"サルビア",
		"20712":"ユリ",
		"20713":"マツ",
		"20801":"カウンター",
		"20802":"ネイチャー/自然の",
		"20803":"予言の",
		"20804":"スマッシュ",
		"20805":"ウィンドミル",
		"20806":"刺繍の",
		"20807":"ファルコン",
		"20808":"キャプテン/船長の",
		"20809":"おひつじ座",
		"20810":"かに座",
		"20811":"ダーククロス/黒十字",
		"20812":"支障の",
		"20813":"不便の",
		"20814":"暴力的な",
		"20815":"マーガレット",
		"20816":"ヒヤシンス",
		"20817":"ヤブツバキ",
		"20901":"ファイア/花火の",
		"20902":"ライトニング/雷の",
		"20903":"ダークネス/暗黒の",
		"20904":"マナ",
		"20905":"深夜の/夜明けの",
		"20906":"カシワ",
		"21001":"ナイト/騎士の",
		"21002":"ウィザード/魔道士の",
		"21003":"ふたご座",
		"21004":"しし座",
		"21005":"ヤグルマギク",
		"21006":"コスモス",
		"21101":"ヴァイパー",
		"21102":"スパイク/トゲ",
		"21103":"スタンプ",
		"21104":"シュロ",
		"21201":"イーグル/ワシ",
		"21202":"ジャッカル",
		"21301":"幼いタヌキ",
		"21302":"リボルバー",
		"21303":"デバイド",
		"21401":"アヴェンジャー/復讐者"
	};

	document.st_form.e_acs1p_Name.value  = EnchaPre[En_Acs1Pre];
	document.st_form.e_headp_Name.value  = EnchaPre[En_HeadPre];
	document.st_form.e_acs2p_Name.value  = EnchaPre[En_Acs2Pre];
	document.st_form.e_rhandp_Name.value = EnchaPre[En_RHandPre];
	document.st_form.e_bodyp_Name.value  = EnchaPre[En_BodyPre];
	document.st_form.e_lhandp_Name.value = EnchaPre[En_LHandPre];
	document.st_form.e_armp_Name.value   = EnchaPre[En_ArmPre];
	document.st_form.e_legp_Name.value   = EnchaPre[En_LegPre];
	
	document.st_form.e_acs1s_Name.value  = EnchaSuf[En_Acs1Suf];
	document.st_form.e_heads_Name.value  = EnchaSuf[En_HeadSuf];
	document.st_form.e_acs2s_Name.value  = EnchaSuf[En_Acs2Suf];
	document.st_form.e_rhands_Name.value = EnchaSuf[En_RHandSuf];
	document.st_form.e_bodys_Name.value  = EnchaSuf[En_BodySuf];
	document.st_form.e_lhands_Name.value = EnchaSuf[En_LHandSuf];
	document.st_form.e_arms_Name.value   = EnchaSuf[En_ArmSuf];
	document.st_form.e_legs_Name.value   = EnchaSuf[En_LegSuf];

}
