<!--
function openWin(theURL,winName,features){
		newWin=window.open(theURL,winName,features);
		if (newWin !=null) {
			newWin.opener=self;
		}
}

function movepage(str){
	if(document.myform.category.value!=""){
		window.open(document.myform.category.value,'family',('scrollbars=auto,toolbar=yes,menubar=yes,scrollbar=yes'));
	}
}

/*ÆË¾÷Ã¢ */
function pop_win()
{
	window.open("/popup/20041213/pop.html","_popup","width=600 height=570 scrollbars=no");
}

function popJoin(what)
{
	window.open("/09_intranet/send.asp?to_email="+what,"_pop_join","width=540 height=370 scrollbars=no ");
}

function getCookie(name) {
	var first;
	var str = name + "=";
	if(document.cookie.length > 0) {
		find = document.cookie.indexOf(str)
		if(find == -1) return null;
		first = find + str.length
		end = document.cookie.indexOf(";", first)

		if(end == -1)
			end = document.cookie.length

		return unescape(document.cookie.substring(first, end))
	}
}



if (getCookie("mbcmt") == null){
	//window.open('/popup/20050914/20050914.html','target','top=10,left=10,width=500,height=675,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,addressbars=no,resizable=no')
	// 2005-10-05 ÆË¾÷ ³»¸²-> ÁÖ¼®Ã³¸® by 0zine
}

 //-->