//----------------------------------------------------------------------------
// ½ºÅ¸ÅÍ È¤Àº ´Ù¿î·Îµå ÆäÀÌÁö¿¡¼ »ç¿ëÇÏ´Â iframe
//----------------------------------------------------------------------------
document.write('\
\
\
\
');
//----------------------------------------------------------------------------
/*=============================================
// DownLoad page¿¡¼ »ç¿ëÇÏ´Â ÇÔ¼ö
=============================================*/
function f_clientDownPage(pGameCode, pX) //pX - 1:ÀϹÝ, 2:ÃÊ°í¼Ó
{
// ÀÏ¹Ý ´Ù¿î·Îµå Ŭ¸¯½Ã ÀÏ¹Ý ´Ù¿î·Îµå ½ÇÇà.
if(pX == "1") f_clientDownPageRun(pGameCode, '1');
else
{
if(false)
f_clientDownPageRun(pGameCode, '2');
else
{
if(confirm('·Î±×ÀÎÀÌ ÇÊ¿äÇÑ ¼ºñ½º ÀÔ´Ï´Ù. ·Î±×ÀÎ ÇϽðڽÀ´Ï±î?'))
{
document.location.href = 'https://login.netmarble.net/Login/Login.asp?l_url='+escape(document.URL);
}
}
}
}
// DownLoad page¿¡¼ »ç¿ëÇÏ´Â client page
function f_clientDownPageRun(pGameCode, pVal)
{
hiddenClientDownload.location.href = '/cpage/KAMUSE/KamuseClientDownLoad.asp?gamecode='+pGameCode+'&mode='+pVal;
}