<!-- ¿ë¾î»çÀü -->
function term_win()
{
	selectwin = window.open('','termwin','scrollbars=yes,resizable=yes,width=650,height=450');
	selectwin.location = '/term/term.html';
	selectwin.focus();
}

<!-- Àü½ÂÀÚÁ¤º¸ -->
function new_win(url)
{
	selectwin = window.open('','win','scrollbars=yes,resizable=yes,width=780,height=600');
	selectwin.location = url;
	selectwin.focus();
}

<!-- ÇÏÀÌÆÛ¸µÅ©, Àü¹®¼³¸íº¸±â, ÀÏ¹Ý¼³¸íº¸±â, ÁöÁ¤¹®È­Àç, ºÎ¼Ó¹®È­Àç -->
function new_win1(url)
{
	selectwin = window.open('','win1','scrollbars=yes,resizable=yes,width=635,height=600');
	selectwin.location = url;
	selectwin.focus();
}

<!-- ÀÌ¹ÌÁö¸®½ºÆ®, µµ¸é¸®½ºÆ® -->
function new_win2(url,win_name)
{
	selectwin = window.open('',win_name,'scrollbars=yes,resizable=yes,width=700,height=600');
	selectwin.location = url;
	selectwin.focus();
}

<!-- ºñµð¿À¸®½ºÆ®, ³ª·¹ÀÌ¼Ç¸®½ºÆ® -->
function new_win3(url,name,win_name)
{
	var	ent_name;

	ent_name = escape(name);
	selectwin = window.open('',win_name,'scrollbars=yes,resizable=yes,width=600,height=250');
	selectwin.location = url+ent_name;
	selectwin.focus();
}

<!-- È¨ÆäÀÌÁö HTML -->
function new_win4(url, doc_no)
{
	selectwin = window.open('','win','scrollbars=yes,resizable=yes,width=706,height=590');
	selectwin.location = url;
	selectwin.focus();
}

<!-- Àü¹®¿ë¾î»çÀü ÇÏÀÌÆÛ¸µÅ© -->
function hyper_link(term)
{
	var	ent_term;

	ent_term = escape(term);
	selectwin = window.open('','hyper_link','scrollbars=yes,resizable=yes,width=500,height=350');
	selectwin.location = '/dasencgi/hyper.cgi?term='+ent_term;
	selectwin.focus();
}

<!-- ¸ñ·Ï Ãâ·Â -->
function brief_list(url,kw_str)
{
	var	ent_kw_str;

	ent_kw_str = escape(kw_str);
	selectwin = window.open('','brief_list','scrollbars=yes,resizable=yes,width=700,height=600');
	selectwin.location = url+ent_kw_str;
	selectwin.focus();
}

<!-- ¿ø·¡ ÀÌ¹ÌÁö º¸±â -->
function OpenNewWin(url,name,fname,width,height)
{
	var	ent_name;

	ent_name = escape(name);
	selectwin = window.open('','OpenNewWin','status=no,resizable=yes,scrollbars=yes,width='+width+',height='+height);
	selectwin.location = url+ent_name+fname;
	selectwin.focus();
}

<!-- VR  -->
function ow(codeid,eflag)
{
	if(codeid.length == 8)
		window.open('http://211.57.113.1/jsp/vr/cybertour_main.jsp?codeid=' + codeid + '&eflag=' + eflag,'vr','width=712,height=565');
	else	window.open('http://211.57.113.1/jsp/vr/cybertour_detail.jsp?codeid=' + codeid + '&eflag=' + eflag,'detail','scrollbars=yes,top=0,left=0,width=440,height=550');
}
