<!--
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_aeronauts.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);
}

function GoDownloadUrl(downtype){
	if (downtype == "all"){
 	  alert("¿¡¾î·Î³ÊÃ÷ ÇÃ·¹ÀÌ´Â GSP »çÀÌÆ®(http://aeronauts.gamengame.com)¿¡¼­ °¡´É ÇÕ´Ï´Ù.\nÀÚ¼¼ÇÑ »çÇ×Àº °øÁö»çÇ×À» Âü°íÇØ ÁÖ¼¼¿ä.");
	} else if (downtype == "ati"){
		window.open("http://ati.amd.com/support/driver.html","_blank");
	} else if (downtype == "nvidia"){
		window.open("http://www.nvidia.com/Download/index.aspx?lang=kr","_blank");
	} else if (downtype == "dx9"){
		parent.blank.location.href="ftp://jchome.nefficient.co.kr/pub/jchome/directX/DX90c_websetup.exe";
	} else if (downtype == "dx9f"){
		parent.blank.location.href="ftp://jchome.nefficient.co.kr/pub/jchome/directX/DX90c_redist.exe";
	}
}

// GSP Start º£³Ê
function gspStartLink(){
  var AN_GSP = window.open("http://aeronauts.gamengame.com", "_blank");
  AN_GSP.focus();
}

// »ó´Ü ¸Þ´º ¿À¸¥ÂÊ º£³Ê
function flashBannerLink(){
  if(today < '2008-05-26'){
    window.open('http://gx.joycity.com','_blank');
  }else{
	  location.href="http://bbs.joycity.com/article/118138";
	}
}

// »ó´Ü ¸Þ´º Áß¾Ó ¹è³Ê
function flashLink01(){
  var AN_GSP = window.open("http://aeronauts.gamengame.com", "_blank");
  AN_GSP.focus();
}

function flashLink02(){
		location.href="http://an.joycity.com";
}

function flashLink03(){
		window.open('http://an.joycity.com/','_blank');
}
//-->