<!--

function ec_listlink(mcode,scode)
{
	document.location.href = "/ecard/ec_list.asp?cate_m_seq="+mcode+"&cate_s_seq="+scode;
}

function el_listlink(mcode,scode)
{
	document.location.href = "/eletter/el_list.asp?cate_m_seq="+mcode+"&cate_s_seq="+scode;
}

function ep_listlink(mcode,scode)
{
	document.location.href = "/epost/ep_list.asp?cate_m_seq="+mcode+"&cate_s_seq="+scode;
}

function prem_listlink(mcode,scode)
{
	document.location.href = "/premium/prem_list.asp?cate_m_seq="+mcode+"&cate_s_seq="+scode;
}

function frmchk(frmname)	//LOGIN CHECK ºÎºÐ
{
	doc = eval("document."+frmname);
	if (doc.uid.value == "") 
	{
		alert ("È¸¿ø ¾ÆÀÌµð¸¦ ÀÔ·ÂÇÏ¼¼¿ä"); doc.uid.focus(); return;
	}
	else if (doc.upwd.value == "")
	{
		alert ("ºñ¹Ð¹øÈ£¸¦ ÀÔ·ÂÇÏ¼¼¿ä"); doc.upwd.focus(); return;
	}
	else
	{
		doc.action="https://www.barunson.com/member/mem_loginchk.asp";
		doc.submit();
	}
}

function show_menu(gn_num)		//¸Þ´ºÀÇ ¼ýÀÚ´Â ¼øÂ÷ÀûÀ¸·Î ++ ÇÏ¿©¾ß ÇÕ´Ï´Ù.
{
	var ln_i;
	var ln_j;
	
	ln_j = 5;	// ¼û±æ ¸Þ´ºÀÇ ÃÖ´ë°ª
		
	for (ln_i=1; ln_i<=ln_j; ln_i++) {
		if(ln_i == gn_num) {
			if (document.all['menu_'+ln_i].style.display == "none")
				document.all['menu_'+ln_i].style.display = "";
			else
				document.all['menu_'+ln_i].style.display = "none";
		} 
		else {
				document.all['menu_'+ln_i].style.display = "none";
		}
	}
}

function openPop(url, name, scroll_yn, width, height, top, left)
{
	var opt = "toolbar=no,resizable=no,scrollbars="+scroll_yn+",location=no,resize=no,menubar=no,directories=no,copyhistory=0,width="+width+",height="+height+",top="+top+",left="+left;
	window.open(url, name, opt); 
}

function eskin_pop(sno,size)
{
	if (screen.width == "640" || screen.width == "800") {
		pop_scroll = "yes";
		if (size == "0") {
			pop_width = "596"
			pop_height = "500";
		}
		else {
			pop_width = "596"
			pop_height = "500";
		}
	}
	else if (screen.width == "1024") {
		pop_scroll = "yes";
		if (size == "0") {
			pop_width = "596"
			pop_height = "650";
		}
		else {
			pop_width = "596"
			pop_height = "650";
		}
	}
	else {
		pop_scroll = "no";
		if (size == "0") {
			pop_width = "580"
		//	pop_height = "650";
			pop_height = "750";
		}
		else {
			pop_width = "580"
		//	pop_height = "730";
			pop_height = "830";
		}
	}
	
	openPop('/eskin/es_view_pop.asp?skin_no='+sno+'&size='+size,'preview_eskin',pop_scroll,pop_width,pop_height,'0','200');
}

function all_cardsch()
{
	if (document.cardSearch.words.value == "") {
		alert("Ä«µå °Ë»öÇÒ ´Ü¾î¸¦ ÀÔ·ÂÇÏ¼¼¿ä.");
		return;
	}
	else {
		document.cardSearch.submit();
	}
}


//-->