
if (typeof(__DOMAIN_LATER__) == 'undefined') {
	document.domain = "hanbiton.com";
}

function goGrooveParty()
{
    window.location.href="http://groove.hanbiton.com/";
}

function goPlayGame()
{
    win=window.open('/GrooveParty/20080108/PopupGame.aspx','PopupFlashGame','width=640, height=480 ');
    win.focus();        
}



function result(userid,score)
{
//	win = window.open('/GrooveParty/20080108/Result.aspx?score='+score,'GrooveLogin','width=400,height=250');
//	win.focus();
}


function application(no)
{
	alert('ÀÌº¥Æ®°¡ Á¾·áµÇ¾ú½À´Ï´Ù.');
//	window.open("/GrooveParty/20080108/Application.aspx?no="+no,"","width=10 , height=10 ");
}


// copy string to clipboard
function CopyClipBoard(id, promptText) { 
	var str = document.getElementById(id).innerText;
	if (document.all) { 
		window.clipboardData.setData('Text', str);
		alert("ÀÌ ±ÛÀÇ " + promptText + "ÁÖ¼Ò°¡ Å¬¸³º¸µå¿¡ º¹»çµÆ½À´Ï´Ù.\n\nCtrl+v·Î ºÙ¾î³Ö±â ÇÏ¼¼¿ä"); 
	} else { 
		prm = prompt("ÀÌ ±ÛÀÇ " + promptText + "ÁÖ¼ÒÀÔ´Ï´Ù. Ctrl+C¸¦ ´­·¯ Å¬¸³º¸µå·Î º¹»çÇÏ½Ã°í,\n\nCtrl+v·Î ºÙ¾î³Ö±â ÇÏ¼¼¿ä", str);
	}
}

function WinnerResult()
{
    parent.window.location.href="http://groove.hanbiton.com/community/freeview.aspx?postno=3422";
}

function goCouponPopup()
{
	win = window.open('/GrooveParty/20080108/PopupCoupon.aspx','GrooveCoupon','width=400,height=480');
	win.focus();
}