
function DepArv(elm){
	var num=document.forms[elm].HOMEN.selectedIndex
	var shuttle=document.forms[elm].IKI.options
	shuttle.length=0
	
	if(num==0){
		shuttle[shuttle.length]=new Option("","")
	}else
	if(num==1){
		shuttle[shuttle.length]=new Option("選択なし","")
		shuttle[shuttle.length]=new Option("周 遊","Zu")
		shuttle[shuttle.length]=new Option("ロサンゼルス","Zd")
		shuttle[shuttle.length]=new Option("サンフランシスコ","Ze")		
		shuttle[shuttle.length]=new Option("ラスベガス","Zf")
		shuttle[shuttle.length]=new Option("ニューヨーク","Zg")
		shuttle[shuttle.length]=new Option("ワシントン","Zh")
		shuttle[shuttle.length]=new Option("カナダ","Zi")
		shuttle[shuttle.length]=new Option("ハワイ・オアフ島","ZN")
		shuttle[shuttle.length]=new Option("ハワイ・マウイ島","ZO")
		shuttle[shuttle.length]=new Option("ハワイ・ハワイ島","ZP")
		shuttle[shuttle.length]=new Option("その他","Zz")
	}else
	if(num==2){
		shuttle[shuttle.length]=new Option("選択なし","")
		shuttle[shuttle.length]=new Option("周 遊","Zu")
		shuttle[shuttle.length]=new Option("韓国・ソウル","ZE")
		shuttle[shuttle.length]=new Option("韓国・釜山・済州島","ZF")
		shuttle[shuttle.length]=new Option("バリ・インドネシア","ZG")
		shuttle[shuttle.length]=new Option("台湾","ZH")
		shuttle[shuttle.length]=new Option("タイ・ミャンマー","ZI")
		shuttle[shuttle.length]=new Option("シンガポール・マレーシア","ZJ")
		shuttle[shuttle.length]=new Option("香港・マカオ","ZK")
		shuttle[shuttle.length]=new Option("フィリピン","ZL")
		shuttle[shuttle.length]=new Option("インド","Zm")
		shuttle[shuttle.length]=new Option("モルディブ","Zn")
		shuttle[shuttle.length]=new Option("ベトナム・カンボジア","ZM")
		shuttle[shuttle.length]=new Option("その他","Zz")
	}else
	if(num==7){
		shuttle[shuttle.length]=new Option("その他","Zz")
	}
	if(shuttle.selectedIndex==-1)shuttle.selectedIndex=0

}



