<!--
function CustomerWindow(StrMenu)
{
	var Customer_URL= "";
	var fullURL = "";
	//»ó´ãÇÏ±â
	if (StrMenu=="question") {
		Customer_URL ="/customer/question/exMailQuestion.asp";
	} else if (StrMenu=="question_notmember")	{
		Customer_URL ="/customer/question/exMailQuestion.asp?notmember=true";
	//³» ¹®ÀÇ º¸±â
	} else if (StrMenu=="myask")	{
		Customer_URL ="/customer/myask/myask_list.asp";
	//¿î¿µ Á¦Àç ¹æÄ§
	} else if (StrMenu=="policy")	{
		Customer_URL ="/customer/policy.asp";
	//FAQ
	} else if (StrMenu=="faq")	{
		Customer_URL ="/customer/faq/exSelfFAQS.asp";
		//Customer_URL ="/customer/faq/exSelfFAQA.asp?questionId=QUES20060505000062&categoryId1=CATE20060420000000&categoryId2=CATE20060425000006&categoryName1=ÇÁ¸®½ºÅ¸ÀÏ&categoryName2=Ä³½¬/Æ÷ÀÎÆ® ";
	//JCePORTSÀÌ¿ë¾à°ü
	} else if (StrMenu=="policy_jce")	{
		Customer_URL ="/customer/JCe_policy.asp";
	//Ä³½¬ÀÌ¿ë¾à°ü
	} else if (StrMenu=="cash")	{
		Customer_URL ="/customer/cash.asp";
	//Ã³¹ú±ÔÁ¤
	} else if (StrMenu=="protection")	{
		Customer_URL ="/customer/protection_ghostx.asp";
	//°³ÀÎÁ¤º¸ º¸È£Á¤Ã¥
	} else if (StrMenu=="individual")	{
		Customer_URL ="/customer/protection_individual.asp";
	//Ã»¼Ò³â º¸È£Á¤Ã¥
	} else if (StrMenu=="young")	{
		Customer_URL ="/customer/protection_young.asp";
	//Á¦ÈÞ ¾È³» ÆäÀÌÁö
	}

	if (Customer_URL.substring(0,7) =="http://")	{
		fullURL = Customer_URL;
	} else {
		fullURL = Domain_HELP+Customer_URL;
	}
	openCenter(fullURL, "HelpWindow", 857, 600, "toolbar=no,menubar=no,location=no,directories=no,scrollbars=yes,status=yes");
}

function CustomerFAQSWindow(Pagenum,categoryId1,categoryId2,categoryId3,categoryName1,categoryName2,categoryName3)
{
	var Customer_URL= "";
	Customer_URL ="/customer/faq/exSelfFAQS.asp?PageNo="+Pagenum+"&categoryId1="+categoryId1+"&categoryId2="+categoryId2+"&categoryId3="+categoryId3+"&categoryName1="+categoryName1+"&categoryName2="+categoryName2+"&categoryName3="+categoryName3;
	openCenter(Domain_HELP+Customer_URL, "HelpWindow", 857, 600, "toolbar=no,menubar=no,location=no,directories=no,scrollbars=yes,status=yes");
}

function SetClipBoardData(StrText)
{
	window.clipboardData.setData('Text',StrText);
	alert("URLÀÌ º¹»çµÇ¾ú½À´Ï´Ù.\nºÙ¿©³Ö±â(Ctrl+V)¸¦ ÀÌ¿ëÇÏ¿© URLÀ» º¹»çÇÏ¼¼¿ä.");
}

function openCenter(url, target, width, height, option) {

	LeftPosition = (screen.availWidth) ? (screen.availWidth-width)/2 : 0;
	TopPosition = (screen.availHeight) ? (screen.availHeight-height)/2 : 0;

	if (option != "") {
		option = option + "," + option
	}
	window.open(url, target,"width=" + width + ",height=" + height + ",top="+TopPosition+",left="+LeftPosition+option);
}

// cash charge
function goPayMent(userIDIndex, g_SessionGUID) {
	openCenter("https://payment.joycity.com/Agreement.asp?Gameid=5000&UserIDIndex=" + userIDIndex + "&SessionGUID=" + g_SessionGUID + "&Siteid=50" , "_popgopay", 505, 455, "toolbar=no,menubar=no,location=no,directories=no,scrollbars=no,status=no")
}

function EmailProtect(){
	window.open("http://gx.joycity.com/_common/etc/nomail.html","EmailProtect","toolbar=no,menubar=no,location=no,directories=no,scrollbars=no,status=yes,left=200,top=100,width=360,height=280");
}
-->