var ele1;
function show(hoge){
perent=document.getElementById('select');
switch(hoge){ 
        case 1:	var aNode = document.getElementById("select");
				for (var i =aNode.childNodes.length-1; i>=0; i--) {
				aNode.removeChild(aNode.childNodes[i]);
				}
				ele1=document.createElement('P');
				txt1=document.createTextNode("FCA（福岡デザインコミュニケーション専門学校）・FSM（福岡スクールオブミュージック専門学校）・福岡医健（福岡医健専門学校）・FEC（福岡ECOコミュニケーション専門学校）・福岡キャリナリー製菓調理（福岡キャリナリー製菓調理専門学校）は開校以来、実学教育・人間教育・国際教育を基本理念とし、業界で即戦力として活躍できる人材を業界とともに育成して参りました。学生一人一人を目指す業界へ送り出すため、いろいろな形で業界、企業といっしょに取り組んでいます。例えば商品開発やイベント制作課程を企業からの課題を通して学ぶ「企業プロジェクト」、在学中に企業で研修ができる｢インターンシップ（業界研修）｣、またプロのアーティスト、クリエーターとしてデビューを目指す「デビューシステム」、など様々な教育システムがあり、学生の目的を確実に実現させています。そのような教育システムを実践するなか、本校の姉妹校では、海外からの学生も積極的に受け入れ、多くの留学生を業界に送り出しています。姉妹校の卒業生の中には既に日本、本国の業界の第一線で活躍している人も多数おり、私たちのグローバルな人材教育において、留学生は大きなエネルギーとなっています。留学生が安心して勉強をし、目的を実現できるよう、出願、入学、学生生活をフォローする「滋慶ＣＯＭインターナショナルセンター」、研修や就職をフォローする「キャリアセンター」などを設置し、強力なバックアップ体制で臨んでいます。将来、日本をはじめ、世界を舞台に活躍したい方、是非一緒に勉強していきましょう。");
				ele1.style.cssText="text-indent:1em;";
				//ele1.setAttribute("style","text-indent:1em;");
				ele1.appendChild(txt1);
				perent.appendChild(ele1);
            break;
        case 2:	var aNode = document.getElementById("select");
				for (var i =aNode.childNodes.length-1; i>=0; i--) {
				aNode.removeChild(aNode.childNodes[i]);
				}
            	ele1=document.createElement('P');
				ele1.style.cssText="text-indent:1em;";
				txt1=document.createTextNode("Since opening, FCA(Fukuoka Design Communication), FSM(Fukuoka School of Music), Fukuoka IKEN (Fukuoka College of Medical Health), FEC(Fukuoka ECO Communication) and Fukuoka CULINARY(Fukuoka School of Culinary Arts) have strived to prepare individuals to become a ready fighting power in the industry. Our educational philosophy is to provide practical training that also involves character building and international awareness. In order to better enable each student’s entry into the industry they desire, we have allied with a broad variety of industries and corporations in many different ways. We have a number of educational programs, such as “Work Experience” in which students learn the stages of developing merchandise or events, “Internships” which allow students practical, hands-on experience in the industry, and the “Debut System” where students are trained to become professional singers and/or creators. By providing these educational experiences, our group colleges have made an effort to accept students from foreign countries and assist them in entering their desired industry. Among the graduates of our group colleges are many who have succeeded in attaining top positions in their respective industries. Foreign students are definitely an important aspect of our international education philosophy. In order for foreign students to be able to receive a valuable education and achieve their goals, we have provided JIKEI COM INTERNATIONAL CENTER to assist foreign students in the application and enrollment process at our schools, as well as provide assistance with student life both inside and out of the school. We also have a career center that helps foreign students locate employment in their chosen industry. FCA,FSM,Fukuoka IKEN,FEC and Fukuoka CULINARY provide the opportunity for those who want to play an active role in the Japanese workforce and around the world, to study in a friendly, supportive environment.");
				ele1.appendChild(txt1);
				perent.appendChild(ele1);

            break;
		case 3:	var aNode = document.getElementById("select");
				for (var i =aNode.childNodes.length-1; i>=0; i--) {
				aNode.removeChild(aNode.childNodes[i]);
				}
				var ele1=document.createElement('IMG');
				ele1.setAttribute("src","2011img/select01.gif");
				perent.appendChild(ele1);
            break;
		case 4:	var aNode = document.getElementById("select");
				for (var i =aNode.childNodes.length-1; i>=0; i--) {
				aNode.removeChild(aNode.childNodes[i]);
				}
				var ele1=document.createElement('IMG');
				ele1.setAttribute("src","2011img/select02.gif");
				perent.appendChild(ele1);
            break;
        default:
            break;
    			}

}
