function IT(tx1){
	var textout;
	if (tx1 == 0) { textout = "☆じゃが場フレームトップページへようこそ！☆ \n　リンクアイコンや更新日にカーソルを当てると詳細がここに表示されます。" }
	else { if (tx1 == 1)		{ textout = "テストデータが表示されています" }
	else { if (tx1 == 'home')	{ textout = "☆当サイト「じゃが場」の入り口【Index】ページに戻ります。☆" }
	else { if (tx1 == 'menu')	{ textout = "カーソル右のメニューリンクを押すと各ページに飛びます。" }
	else { if (tx1 == 'mail')	{ textout = "☆当サイト管理人宛てのメールフォーム☆ \n当サイトの管理人「金魅」宛てのメールフォームを開きます。" }
	else { if (tx1 == 'info')	{ textout = "☆当サイトのインフォメーション【Infomation】ページ☆ \n 更新情報【Update】やコンテンツを表示します。" }
	else { if (tx1 == 'comm')	{ textout = "☆当サイトのコミュニケーション【Communication】ページ☆ \n 当サイトの掲示板【BBS】やチャット【CHAT】、メール【MAIL】メニューを表示します。" }
	else { if (tx1 == 'master')	{ textout = "☆当サイトの管理人の書き物【WebMaster Books】ページ☆ \n　管理人のプロフィール【profile】や日記やブログ【blog　Diary】のメニューを表示します。" }
	else { if (tx1 == 'lib')	{ textout = "☆当サイトのデータベース図書館【Library】ページ☆ \n 当サイトの用語辞典【Jagaba Wiki】や管理人のお勧めデータベース【Recommended database】のメニューを表示します。＜現在工事中につき表示はできません。＞" }
	else { if (tx1 == 'gp')		{ textout = "☆当サイトの【Game Portal】ページ☆ \n 管理人のプレイしているゲームの情報を表示します。" }
	else { if (tx1 == 'gotei')	{ textout = "☆MMORPG巨商伝ファンサイト☆ \n　管理人のプレイしているMMORPG巨商伝の商団「護廷Website」" }
	else { if (tx1 == 'jp6')	{ textout = "☆Lineageの使者ページ☆ \n 管理人のプレイしているLineageOnlineの非公式ファンサイト" }
	else { if (tx1 == 'link')	{ textout = "☆当サイトの公式リンク集☆ \n当サイトのリンクについてや当サイトの各ジャンル別リンク集メニューを表示します。" }
	else { if (tx1 == 'pw')		{ textout = "☆〜完美世界〜共に歩もうギルドＷｅｂ☆ \n　MMORPG完美世界で活動している「共に歩もうギルド」のＷｅｂＰａｇｅです。" }
	else { if (tx1 == 'dw')		{ textout = "☆〜夢世界〜夢は金芋＜クイズで覚える夢世界＞☆ \n　夢世界クイズを通じてゲーム内の知識やトリビアを深めてもらうためのサイトです。" }
	else { if (tx1 == 'shop')	{ textout = "☆〜じゃが場　ショップ　jagaba shop☆ \n　アマゾンのインスタントストアです。" }
	else { if (tx1 == 'mw')		{ textout = "☆〜ＭＷ物語☆ \n　モンスターヴェルトオンラインのファンサイトです。" }
	else { textout =  tx1; }}}}}}}}}}}}}}}}}
	parent.document.formtxt.setsumei.value = textout;
}