function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

var opId = null;
function GameDown()
{
	var opUrl;
	opUrl = "http://downloader.hyosungcdn.com/Xing/SetUpdown.asp?downfilename=Paran_XPLAY(Ver00039-2).exe";

	if(opId == null)
	{
		opId = window.open(opUrl, "ParanGameSetup","titlebar = no, toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=578,height=453");
}
	else
	{
		if(opId.closed)
		{
			opId = null;
			opId = window.open(opUrl, "ParanGameSetup","titlebar = no, toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=578,height=453");
		}
	}
}

var im_check, im_date, im_date2;
im_check = 0;
im_date = new Date();

function gamestart()
{
	im_date2 = new Date();

	if (im_check==0)
	{
		im_check=1;
		im_date = im_date2;

		top.XingHidden.location.href="/ActiveX.asp";
	}
	else
	{
		if ((im_date2.getTime() - im_date.getTime()) >= 5000)
		{
			im_date = im_date2;

			top.XingHidden.location.href="/ActiveX.asp";
		}
	}
}

function GoMain()
{
	document.location.href="/Redirect.asp?main_url=/main.asp";
}

function Menu_goUrl(TopMenu, SubMenu)
{
	switch (TopMenu)
	{
		case '1' :
			switch (SubMenu)
			{
				case '1' :
					document.location.href='#';
					break;
				case '2' :
					document.location.href='#';
					break;
				case '3' :
					document.location.href='#';
					break;
			}
			break;
		case '2' :
			switch (SubMenu)
			{
				case '1' :
					document.location.href='#';
					break;
				case '2' :
					document.location.href='#';
					break;
				
			}
			break;
		case '3' :
			switch (SubMenu)
			{
				case "1":
					document.location.href='#';
					break;
				case "2":
					document.location.href='#';
					break;
				case "3":
					document.location.href='#';
					break;
				
			}
			break;
		case '4' :
			switch (SubMenu)
			{
				case '1' :
					document.location.href='#';
					break;
				case '2' :
					document.location.href='#';
					break;
				case '3' :
					document.location.href='#';
					break;

			}
			break;
		case '5' :
			switch (SubMenu)
			{
				case '1' :
					document.location.href='#';
					break;
				case '2' :
					document.location.href='#';
					break;
				case '3' :
					document.location.href='#';
					break;
				
			}
			break;
		case '6' :
			switch (SubMenu)
			{
				case '1' :
					document.location.href='#';
					break;
				case '2' :
					document.location.href='#';
					break;
				case '3' :
					document.location.href='#';
					break;
				
			}
			break;
	}
}

function FlashPlay(Url, tWidth, tHeight)
{
	var tmpStr = "";
	tmpStr += "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='"+ tWidth +"' height='"+ tHeight +"'>"
	tmpStr += "<param name='movie' value='"+ Url +"'>"
	tmpStr += "<param name='quality' value='high'>"
	tmpStr += "<param name='wmode' value='transparent'>"
	tmpStr += "<param name='menu' value='false'>"
	tmpStr += "<embed src='"+ Url +"' width='"+ tWidth +"' height='"+ tHeight +"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent' menu='false'></embed>"
	tmpStr += "</object>"

	document.write (tmpStr);
}

function WinOpen(url,name,width,height,wpoint,hpoint,resize,scroll)
{
	var param;
	if (scroll != '0') scroll='1';
	if (name == 'registerCPTest')
	{
		param = getCenterWinStr(970, 220) + ",resizable="+resize+",scrollbars="+scroll;
	}
	else
		param = "width="+width+",height="+height+",resizable="+resize+",scrollbars="+scroll;

	if (wpoint > '0') param = param + ",left="+wpoint;
	if (hpoint > '0') param = param + ",top="+hpoint;
	var winf = window.open(url,name,param); winf.focus();
}


