function win_open(idx, num, gub, k_table){
if(num==1){
window.open("/board/" + gub + "/content.asp?idx=" + idx + "&k_table=" + k_table,"","width=730,resizable=yes,height=450,top=10,left=10,scrollbars=yes");
}
if(num==2){
window.open("/board/" + gub + "/list.asp?k_table=" + k_table,"","width=730,height=450,resizable=yes,top=10,left=10,scrollbars=yes");
	}
if(num==3){
window.open("/board/" + gub + "/content.asp?idx=" + idx + "&k_table=" + k_table,"","width=730,height=450,resizable=yes,top=10,left=10,scrollbars=yes");
}
if(num==4){
window.open("/board/" + gub + "/list.asp?k_table=" + k_table,"","width=730,height=450,top=10,left=10,resizable=yes,scrollbars=yes");
	}
}
function go_url(code,k_url){
location.href= k_url+"&g_code=" + code;
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
if (selObj != ""){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
	}
}
function gesi_url(sin_url,k_gubun){
location.href = sin_url+"&k_gubun=" + k_gubun;
}

function go_login(){
	var man = document.log_form;
	if (man.Ntkorea_id.value == ""){
		alert("¾ÆÀÌµð¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.");
		man.Ntkorea_id.focus();
		return false;
	}
	if (man.Ntkorea_pwd.value == ""){
		alert("ÆÐ½º¿öµå¸¦ ÀÔ·ÂÇØ ÁÖ¼¼¿ä.");
		man.Ntkorea_pwd.focus();
		return false;
	}
	man.submit();
}
function new_window(url,name){
window.open(url, name, "toolbar=no, directories=no, status=no resizable=yes, width=730, height=450, scrollbars=yes"); 
}
function ChenieMail( url )
{
  window.open( url, '¼º¼­¸ÞÀÏ','width=550,height=450,resizable=no,scrollbars=no,status=0');
}
function calendar_open(url){
		window.open(url,"","width=370,height=400,top=10,left=10,scrollbars=yes");
}