function go_main( commcode, masterno )
{
	f = document.form_data;

	f.commcode.value = commcode;
	f.masterno.value = masterno;

	f.action = "/Info/abroad_main.jsp";
	f.submit();
}

function go_area( commcode, headitemseq )
{
	f = document.form_data;
	var str;

	f.commcode.value = commcode;
	f.headitemseq.value = headitemseq;
	f.detailitemseq.value = "";
	f.subdetailitemseq.value = "";

	if(headitemseq == "0") str = "/Info/abroad_culture.jsp";
	if(headitemseq == "1") str = "/Info/abroad_tourval.jsp";
	if(headitemseq == "2") str = "/Info/abroad_area.jsp";
	if(headitemseq == "3") str = "/Info/abroad_tourinfo.jsp";

	f.action = str;
	f.submit();
}

function go_area_detail( commcode, masterno, detailitemseq, subdetailitemseq )
{
	document.location="abroad_main.jsp?commcode="+commcode+"&masterno="+masterno;
}

function go_area_sub( commcode, headitemseq, detailitemseq, subdetailitemseq )
{
	f = document.form_data;
	var str;

	f.commcode.value = commcode;
	f.headitemseq.value = headitemseq;
	f.detailitemseq.value = detailitemseq;
	f.subdetailitemseq.value = subdetailitemseq;

	if(headitemseq == "0") str = "/Info/abroad_culture.jsp";
	if(headitemseq == "1") str = "/Info/abroad_tourval.jsp";
	if(headitemseq == "2") str = "/Info/abroad_area.jsp";
	if(headitemseq == "3") str = "/Info/abroad_tourinfo.jsp";

	f.action = str;
	f.submit();
}

function small_click(inum){
	var img_src;

	if (inum == 1) {
		img_src = document.all.img1_big.value;
	}else if (inum == 2) {
		img_src = document.all.img2_big.value;
	}else if (inum == 3) {
		img_src = document.all.img3_big.value;
	}else if (inum == 4) {
		img_src = document.all.img4_big.value;
	}

	document.all.detail_img.src = "http://www.tourvis.com/Encyber/m_img/" + img_src;
	document.form_data.img_name.value = "http://www.tourvis.com/Encyber/l_img/" + img_src;
}

function img_select_pop(){
	str = document.form_data.img_name.value;
	window.open(str, "_blank", "top=0,left=0,status=1,toolbar=0,location=0,menubar=0,resizable=1,scrollbars=1");
}

function go_page(str)
{
	f = document.form_data;

	f.this_page.value = str;
	f.submit();
}

function search_go()
{
	f = document.form_data;

	f.area_search.value = document.all.select_area.value;
	f.submit();
}

function select_go()
{
	f = document.form_data;
	
	seq1 = document.all.select_nara.value.split("|")[0];
	seq2 = document.all.select_nara.value.split("|")[1];

	f.area_search.value = document.all.select_area.value;
	f.nara_search.value = document.all.select_nara.value;

	go_main(seq1, seq2);
}

function go_thema_detail(wzyear, wzmonth, wzweek){
	document.location = "abroad_thema_detail01.jsp?wzyear="+ wzyear +"&wzmonth="+ wzmonth +"&wzweek=" + wzweek;
}

function popup_gallery(commcode, caption)
{
	window.open("http://www.tourvis.com/Info/popup_photo.jsp?commcode="+commcode +"&caption="+caption, "_blank", "top=0,left=0,width=520,height=650,status=1,toolbar=0,location=0,menubar=0,resizable=1,scrollbars=1");
}

function img_pop(str){
	window.open(str,"_blank", "top=0,left=0,status=1,toolbar=0,location=0,menubar=0,resizable=1,scrollbars=1");
}


