var wwwurl = location.host;
document.title=" :: ¢ß ÇÑ±¹ ³ª³ë ÀÇ·á±â :: ";

wwwurl="http://"+wwwurl;


		document.write('<meta http-equiv="page-enter" content="blendtrans(duration=0.3)"> ');
		document.write('<meta http-equiv="page-exit" content="blendtrans(duration=0.3)"> ');






		function isOverXPSP2()
		{
		  var arrVerStr = window.navigator.appVersion.split('; ');
		  if( arrVerStr.length >= 4 )
		  {
			var arrOsVer = arrVerStr[2].split(' ');
			if( arrOsVer.length >= 3 && arrOsVer[0] == "Windows" )
			{
			  var osVerNum = new Number(arrOsVer[2]);
			  if( osVerNum >= 5.1 && arrVerStr[3].indexOf("SV1") >= 0 ) // »õ·Î¿î Windows Version ³ª¿Ã¶§ ¼öÁ¤ÇÊ¿ä
				return true;
			}
		  }
		  return false;
		}

		function MM_openBrWindow(theURL,winName,features) { //v2.0
		  window.open(theURL,winName,features);
		}

		// ºñ½ºÅ¸ È®ÀÎ ÇÔ¼ö
		function isWindowsVista() {
			var retchk = false;

			try {
				var userAgent = navigator.userAgent;
				userAgent = userAgent.substring(userAgent.indexOf('(')+1, userAgent.indexOf(')'));
				var arruser = userAgent.split('; ');
				var arrOS = arruser[2].split(' ');
				var userOSName = arrOS[0] + ' ' + arrOS[1];
				var userOSVersion = arrOS[2].split('.');
				var userOSMajorVersion = eval(userOSVersion[0]);
				var userOSMinorVersion = eval(userOSVersion[1]);

				if(userOSName == 'Windows NT' && userOSMajorVersion > 5) {
					retchk = true;
				}
			} catch(ex) {
			}

			return retchk;
		}



		function subGNB_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=subGNB_findObj(n,d.layers[i].document);
		  if(!x && d.getElementById) x=d.getElementById(n); return x;
		}

		function subGNB_hideLayer(divName, view){
		  if (expCookieType == "9000" || expCookieType == "7777"){
			return;
		  }

			//+++++++++++++++++++++++++++++++++++++++++++++ ¼Ò½ºÃß°¡ 2007-08-22 daffodil
			for (var e = window.event.toElement; e.tagName != 'BODY'; e = e.parentElement) {
				if (e == document.all[divName]) return;
			}
			//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

			if (divName){
					document. getElementById(divName).style.display = view;
			}
		}




				function menuOver(imgId, value){

					var imageUrl;
					var imageId;
					var gameNaming;

					gameNaming = eval(imgId+"_Naming"+"["+value+"]");

					if ( gameNaming == "empty" || gameNaming == "end"){
						return;
					}


					imageUrl = matrixImgUrl + gameNaming + "/sub_" + gameNaming + "_over.gif";
					imageId = imgId+"_"+value;

					document.all[imageId].src = imageUrl;

				}

				function menuOut(imgId, value){

					var imageUrl;
					var imageId;


					imageUrl = eval(imgId+"["+value+"]").src;
					imageId = imgId+"_"+value;

					document.all[imageId].src = imageUrl;

				}

				function menuDown(imgId, value){

					var pageURL;
					pageURL = eval(imgId+"_URL"+"["+value+"]");
					
					top.location.href = pageURL;
				}

