if ( sUrl.indexOf("xnategame.okcashbag.com") != -1 || sUrl.indexOf("card.xnategame.okcashbag.com") != -1) {
	var sDomainGame = "http://card.xnategame.okcashbag.com";
} else if ( sUrl.indexOf("xtest1.nategame.okcashbag.com") != -1 || sUrl.indexOf("xcard.nategame.okcashbag.com") != -1) {
	var sDomainGame = "http://xcard.nategame.okcashbag.com";
} else if ( sUrl.indexOf(".okcashbag") != -1) {
	var sDomainGame = "http://card.nategame.okcashbag.com";
}
function ChargeCash(pg){
	var pg;

	s = "https://pg.empas.com/code/include/Pg_Choice.php?Purchase=money&PTCD="+pg;
	w = window.open(s,"","width=520,height=560,top=0,left=0");
}

function ViewEventCoupon(sn){
	var w;
	var sn;
	
	//w = window.open("http://cash.empas.com/futec/cbms/code/memberinterface/Ecash_History_User.php","","top=10,left=10,width=750,height=603");
	w = window.open("http://cash.game.nate.com/coupon/mycoupon?sn="+sn+"&menu=1&page=1","","top=10,left=10,width=700,height=460");
}

function GiftCash(){
	var w;
	
	//alert("Áö±ÝÀº Ä³½¬ ÃæÀü Å×½ºÆ® ±â°£ÀÌ¹Ç·Î Ä³½¬»óÇ°±Ç ¼±¹°À» ÇÏ½Ç ¼ö ¾ø½À´Ï´Ù.\nÈ¸¿ø´Ô²² ºÒÆíÀ» ³¢ÃÄ ÁË¼ÛÇÕ´Ï´Ù.");
	//return;
	//alert("½Ã½ºÅÛ Á¡°ËÁßÀÔ´Ï´Ù.      \n\nÈ¸¿ø´Ô²² ºÒÆíÀ» ³¢ÃÄ ÁË¼ÛÇÕ´Ï´Ù.");
	//return;
		
	w = window.open("http://cash.empas.com/futec/cbms/code/memberinterface/Gift_Cash_Pop.php","","width=520,height=560,top=0,left=0");
}

function chargeCash_nate() {
	if ( sUrl.indexOf(".okcashbag") != -1) {
		url = sDomainGame + '/item/gamecash_select.html';
	} else {
		url = 'https://bill.nate.com/WebApp/Charge/ChargeNatecash.jsp';
	}
    var mywin = window.open(url, "charge_nate", 'width=450,height=400,top=0,resizable=0');
}

function giftDotori() {
	var mywin = window.open('http://dotori.nate.com/center/DotoriGift/sendDotori.sc', "dotoriGift", "width=500,height=680,top=100,left=100,menubar=0,toolbar=0,location=0,directories=0,status=0,scrollbars=0,resizable=0");
}

