<!--
function terms1() {
	window.open ('../../kr/terms.html','win1','scrollbars=0 resizable=0 left=0 top=0 width=600 height=500');
}
function private1() {
	window.open ('../../kr/private.html','win2','scrollbars=1 resizable=0 left=0 top=0 width=600 height=500');
}
function terms2() {
	window.open ('../../eng/terms.html','win1','scrollbars=0 resizable=0 left=0 top=0 width=600 height=500');
}
function private2() {
	window.open ('../../eng/private.html','win2','scrollbars=1 resizable=0 left=0 top=0 width=600 height=500');
}
function dmb() {
	window.open ('kr/dmb01.html','win3','scrollbars=1 resizable=0 left=0 top=0 width=700 height=650');
}

function menu(form){
	if(form.url.selectedIndex!=0)
		parent.top.location=form.url.options(form.url.selectedIndex).value
}

function view(name,num) {
	
	for(i=0;i<document.all[name].length;i++)	{
		if(i==parseInt(num-1)) 
		document.all[name][i].style.visibility="visible";
	else
		document.all[name][i].style.visibility="hidden";
		}
}
function hiddn() {
	if(document.all["layer"]!=null)	{
	for(i=1;i<document.all["layer"].length;i++)
		document.all["layer"][i].style.visibility="hidden";
	}
}
function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;
// -->