var csn='';
function LoadComplete()
{
	try	{			
		var scid="chid=cityracer&pcnsc="+GetCookie('PCNSC')+"&tck="+encodeURIComponent(GetCookie('PcnCK[TCK]'));
		Launcher.SetInfo( csn, scid );
	} catch( e ) {
		alert( "팝콘시티레이서가 설치되지 않았거나 설치파일이 잘못되어 실행할 수 없습니다.\n\n계속해서 동일한 증상이 발생할 경우 고객센터로 문의해 주시기 바랍니다.[ERR101]" );
		location.href='http://cityracer.ipopcorn.co.kr/subs/download';
		return;
	}
}

function Exec()
{	
	try	{
				
		if( csn == '' ) {
			alert('로그인 후 실행해 주시기 바랍니다.');
			return;
		}

		if( isTransfers != 1 ) {
			alert('약관동의 후 실행해 주시기 바랍니다.');
			return;			
		}

		Javascript:LoadComplete();
		var ret = 1;
		ret = Launcher.Execute();
		if( ret == 0 ) {
			alert( "팝콘시티레이서가 설치되어 있지 않았습니다.\n\n설치후 다시 실행해 주시기 바랍니다.[ERR102]" );
			location.href='http://cityracer.ipopcorn.co.kr/subs/download';
			return;
		}
	} catch( e ) {
		alert( "팝콘시티레이서가 설치되지 않았거나 설치파일이 잘못되어 실행할 수 없습니다.\n\n계속해서 동일한 증상이 발생할 경우 고객센터로 문의해 주시기 바랍니다.[ERR103]" );
		location.href='http://cityracer.ipopcorn.co.kr/subs/download';
	}
}
