function atm_Choice(){
document.write('<select name="atm" onChange="GoLink(this.options[this.selectedIndex].value)" style="width:180">');
document.write('<option selected>目的別ガイド');
document.write('<option VALUE="atm_aim06.html">アトモスフィア・');
document.write('<option VALUE="atm_aim06.html">　エンターテインメントリスト');
//document.write('<option VALUE="atm_aim01.html">スタント アクション');
document.write('<option VALUE="atm_aim02.html">アクティング');
document.write('<option VALUE="atm_aim03.html">ミュージック');
//document.write('<option VALUE="atm_aim07.html">アクロバット');
document.write('<option VALUE="atm_aim04.html">ダンス');
//document.write('<option VALUE="atm_aim05.html">レストラン ショー');
document.write('</option></SELECT>');
}
