/**
 * cafe24°ü·Ã»çÀÌÆ® ÀÌµ¿
 * @author ÃÖ¿µÀç
 * @date 2008-04-01
 * @param String selectUrl ÇØ´ç value°ª
 * @return °ü·Ã»çÀÌÆ®¸¦ »õÃ¢À¸·Î ¶Ù¿î´Ù
 */
function otherServiceSite(selectUrl) {
	if (selectUrl.match("http://") != null)
	{
		window.open(selectUrl);
	} else {
		top.location.href=selectUrl;
	}

}

function JSWrite(str) {
	document.write(str);
}

function product_picture_pop() {
	window.open('http://dynamixer.cafe24.com/730/index.html', '', 'width=750, height=800, top=100, left=100, scrollbars=yes');
}

/**
 * ±ä±ÞSMS popup
 * @author ÃÖ¿µÀç
 * @date 2008-04-01
 * @param String id »ç¿ëÀÚ ID
 * @return »ç¿ëÀÚ ·Î±×ÀÎ»óÅÂ¸é ±ä±Þ sms ÆË¾÷Ã¢À» ¶ç¿ì°í, ¾Æ´Ï¸é alertÃ¢À» ¶ç¿î´Ù
 */
function callEmergencySmsPopup(user_id, url) {
	if (user_id && user_id != "undefined" )
	{
        if (url === undefined) {
            window.open('/php/urg_sms/urgent_sms_send_f.php?type=A&id='+user_id, '±ä±Þ¹®ÀÚÀü¼Û', 'left=10, top=100, width=650, height=470, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes');
        } else {
		    window.open(url + '/php/urg_sms/urgent_sms_send_f.php?type=A&id='+user_id, '±ä±Þ¹®ÀÚÀü¼Û', 'left=10, top=100, width=650, height=470, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes');
        }
	} else {
		sendRequest(function() {
			if (arguments[0]) {
				var user_id = trim(arguments[0].responseText);
				if (user_id != "" && user_id && user_id != "undefined")
				{
					window.open(url + '/php/urg_sms/urgent_sms_send_f.php?type=A&id='+user_id, '±ä±Þ¹®ÀÚÀü¼Û', 'left=10, top=100, width=650, height=470, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes');
					/*var win = new alertWindow({
						"url":'http://echosting.cafe24.com/php/urg_sms/urgent_sms_send_f.php?type=A&id='+user_id+'&is_opener=1',
						"width":650,
						"height":370,
						"border":0,
						"titleBarView":false
					})*/
				} else {
					loginCheck();
				}
			}
		},"","post","/php/login/get_login_id.php",true);
	}

}


function shopcafe_urgent_sms_send(id, url)
{
    if (url === undefined) {
        src = "/php/urg_sms/urgent_sms_send_f.php?type=B&&id="+id+"&f_where_type=sc";
        window.open(src, "±ä±Þ¹®ÀÚÀü¼Û", "left=10, top=100, width=650, height=470, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes");
        return;
    }
	src = url + "/php/urg_sms/urgent_sms_send_f.php?type=B&&id="+id+"&f_where_type=sc";
    window.open(src, "±ä±Þ¹®ÀÚÀü¼Û", "left=10, top=100, width=650, height=470, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes");
}

/**
 * µµ¸ÞÀÎ-³×ÀÓ¼­¹ö ÀÌ¿ë¾È³» popup
 * @author ÃÖ¿µÀç
 * @date 2008-04-08
 * @return ÆË¾÷ ¶ç¿öÁÜ
 */
function aboutUseNameserver(url) {
    if (url === undefined) {
        window.open('/common/nameserver.html', "µµ¸ÞÀÎ_³×ÀÓ¼­¹ö_ÀÌ¿ë¾È³»", 'left=10, top=100, width=500, height=575, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes');
        return;
    }
	window.open(url + '/common/nameserver.html', "µµ¸ÞÀÎ_³×ÀÓ¼­¹ö_ÀÌ¿ë¾È³»", 'left=10, top=100, width=500, height=575, toolbar=no, menubar=no, status=no, scrollbars=no, resizable=yes');
}

/**
 * ¿ÀÇÂ¸¶ÄÏ ÇÑ¹ø¿¡ ÇØ°áÇÏ´Â¹ý ¸µÅ© popup
 * @author ÃÖ¿µÀç
 * @date 2008-04-02
 * @return ÆË¾÷ ¶ç¿öÁÜ
 */
function howAboutToOpenMarket() {
	window.open('http://shop.cafe24.com/web/online/02.html', '¿ÀÇÂ¸¶ÄÏ°¡ÀÌµå', 'left=10, top=100, width=765, height=635, toolbar=no, menubar=no, status=no, scrollbars=yes, resizable=yes');
}

/**
 * ·Î±×¾Æ¿ô
 * @author ÃÖ¿µÀç
 * @date 2008-04-01
 * @return ·Î±×ÀÎ»óÅÂ½Ã, ·Î±×¾Æ¿ô ÆûÀ» submit½ÃÄÑÁØ´Ù
 *
 * @modify ÀÌ°­ÈÆ 2008-04-15
 * @content ·Î±×ÀÎ ÆûÀÌ ¾øÀ»°æ¿ì Ãß°¡
 */
function doLogout() {
	if (!document.blogin_form) {
		//document.write ·Î ÇÏ¸é ÆÄÆø¿¡¼­´Â ¾ÈµÊ ¤»
		var form = document.createElement("FORM");
		form.action="http://"+location.host+"/php/login/login_a.php";
		form.name="blogin_form";
		form.method="post";
		var input = document.createElement("INPUT");
		input.type="hidden";
		input.name="mode";
		input.value="logout";
		form.appendChild(input);
		var input = document.createElement("INPUT");
		input.type="hidden";
		input.name="is_opener";
		input.value="1";
		form.appendChild(input);

		document.body.appendChild(form);
	} else {
		form = document.blogin_form;
	}
	form.submit();

}

function doLogout_shopcafe() {

	location.href="http://shop.cafe24.com/user/user_logout_process_cafe24.php";

}

/**
 * Áñ°ÜÃ£±â Ãß°¡
 * @author ÃÖ¿µÀç
 * @date 2008-04-01
 * @return Áñ°ÜÃ£±â Ãß°¡
 */
function addFavoriteSite() {
	if (document.all) {
		window.external.AddFavorite("http://echosting.cafe24.com/", "Ä«Æä24 ¡Ä 35¸¸ Ã¢¾÷ÀÚÀÇ ¼±ÅÃ, Ä«Æä24 ¼îÇÎ¸ôÈ£½ºÆÃ");
	}
}


/**
 * alert¸Þ¼¼Áö ¶ç¿ò
 * @author ÃÖ¿µÀç
 * @date 2008-04-10
 * @return Å¸ÀÔ¿¡ ¸Â°Ô ÁöÁ¤µÇÀÖ´ø ÇØ´ç alert¸¦ ¶ç¿ó´Ï´Ù
 */
function alertFunc(alertType) {
	var alertText = "¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù";
	switch(alertType) {
		case("ready") : alertText="ÁØºñ ÁßÀÔ´Ï´Ù. ºü¸¥ ½ÃÀÏ ³»¿¡ Ã£¾ÆºË°Ú½À´Ï´Ù."; break;
	}
	alert(alertText);
}


// È¸¿øÅ»Åð
function m_out()
{
	//window.open('https://udb.simplexi.com/src/php/secede/index.html','secede','left=200,top=200,width=750,height=490,menubar=no,scrollbars=no,resizable=no,status=no,toolbar=no,titlebar=no')

	window.open('https://user.cafe24.com/secede.php','secede','left=200,top=200,width=780,height=500,menubar=no,scrollbars=yes,resizable=no,status=no,toolbar=no,titlebar=no')
}


// ÀÌ¸ÞÀÏ¹«´Ü¼öÁý°ÅºÎ
function email_ad()
{
	window.open('http://www.cafe24.com/popup/popup_email_refusal.php', 'email', 'left=200,top=200,width=400,height=400,menubar=no,scrollbars=no,resizable=no,status=no,toolbar=no,titlebar=no')
}

/**
 *  2009-03-04 ±èÁØ¿µ
 *  »ç¾÷ÀÚµî·ÏÁõ ÆË¾÷
 *  
 */
function workWrite(sUrl, sUserId, sKey)
{
    window.open(sUrl+'php/sbhelper/workwrite.php?user_id='+sUserId+'&amp;sKey='+sKey, 'workwrite', 'left=200,top=200,width=750,height=890,menubar=no,scrollbars=yes,resizable=no,status=no,toolbar=no,titlebar=no')
}
/**
 *  2009-03-04 ±èÁØ¿µ
 *  Åë½ÅÆÇ¸Å¾÷ ÆË¾÷
 */
function communicationWrite(sUrl, sUserId, sKey)
{
    window.open(sUrl+'php/sbhelper/communicationwrite.php?user_id='+sUserId+'&amp;sKey='+sKey, 'communicationwrite', 'left=200,top=200,width=750,height=890,menubar=no,scrollbars=yes,resizable=no,status=no,toolbar=no,titlebar=no')
}

function sameZip()
{
    var selectCheck = document.getElementById('samecheck').checked;    

    if(selectCheck == true){
        document.getElementById('zipcode0').value = document.getElementById('u_zipcode0').value;
        document.getElementById('zipcode1').value = document.getElementById('u_zipcode1').value;
        document.getElementById('h_addr0').value = document.getElementById('u_h_addr0').value;
        document.getElementById('h_addr1').value = document.getElementById('u_h_addr1').value;
        document.getElementById('NewPhone0').value = document.getElementById('president_phone0').value;
        document.getElementById('NewPhone1').value = document.getElementById('president_phone1').value;
        document.getElementById('NewPhone2').value = document.getElementById('president_phone2').value;
    }else{
        document.getElementById('zipcode0').value = '';
        document.getElementById('zipcode1').value = '';
        document.getElementById('h_addr0').value = '';
        document.getElementById('h_addr1').value = '';
        document.getElementById('NewPhone0').value = '';
        document.getElementById('NewPhone1').value = '';
        document.getElementById('NewPhone2').value = '';
    }

}
/**
 *  @author ±èÁØ¿µ
 *  @date   2009-03-31
 *  ÅëÇÕÄÝ¼¾ÅÍ ¸Þ´º¾ó ÆË¾÷Ã¢
 */

function menualPopup()
{
    sOption = "width=900, height=630, resizable=yes, scrollbars=yes";
    url = "http://addsvc.cafe24.com/sk_telink/sk_iphone_menual.php";

    window.open(url, "pop_opt_detail", sOption);
}

/**
 *  @author ±èÁØ¿µ
 *  @date 2009-05-25
 *  ÀÌ´Ï½Ã½º Ä«µå °áÁ¦ ¸Þ´ºÀÌµ¿
 */

function DisplayMenu(index)
{

    for (i=1; i<=4; i++) {
        if (index == i) {
            var thisMenu = eval("menu" + index + ".style");
            thisMenu.display = "inline";
            document.getElementById('top_menu_0'+i).src="http://img.cafe24.com/img1/ec_sigma/shoppingmall/addservice/crepay/top_menu_0"+i+"_over.gif";
        } else {
            var otherMenu = eval("menu" + i + ".style");
            otherMenu.display = "none";
            document.getElementById('top_menu_0'+i).src="http://img.cafe24.com/img1/ec_sigma/shoppingmall/addservice/crepay/top_menu_0"+i+"_out.gif";
        }
    }
}
