	var hellotext="ÆÝÅõÆÝ www.Fun2Fun.co.kr"

	function hidestatus()	{
		window.status = hellotext;
		return true;
	}
	
	function retFalse()	{
		var objTag = event. srcElement.tagName;
		if ( objTag == "TEXTAREA" || objTag == "INPUT") 
			return true;
		else
			return false;
	}
	
	function AllretFalse()	{
		var objTag = event.srcElement.tagName;
		if ( objTag == "TEXTAREA" || objTag == "INPUT") 
			return true;
		else
			return false;		
	}
	
	document.oncontextmenu = AllretFalse;
	//document.ondragstart = retFalse;
	//document.onselectstart = retFalse; 
	document.onmouseover=hidestatus;
	document.onmouseout=hidestatus;
	document.onclick = NoLinkPopup;
	document.onkeydown = NoNewWindow;
	document.onkeyup = NoNewWindow;
	
	function NoLinkPopup()	{
		if (event.srcElement.tagName == "A" && event.shiftKey ) 
			return false;
	}

	function NoNewWindow()	{
		if (event.keyCode == 78 && event.ctrlKey ) {
			event.keyCode = 0; 
			event.returnValue = false;
			return false;
		}

		NoReload();
	}
	
	hidestatus();	
	
	function IPopupWindow(theURL,winName,features) { 
  		return window.open(theURL,winName,features);
	}
	
	function ReSizeWindow(pWidth, pHeight) {
		if ( window.navigator.appVersion.indexOf("MSN") > 0 ) {
			window.resizeTo( eval(pWidth-10) , eval(pHeight-28) );
		} else if ( window.navigator.appVersion.indexOf("NT 5.1") > 0 ) {
			window.resizeTo(pWidth, eval(pHeight+7) );
		} else {
			window.resizeTo(pWidth, pHeight);
		}		
	}

	function NoReload() {
		//alert(event.keyCode);
		if ((event.keyCode >= 112 && event.keyCode <= 123) || (event.keyCode == 82 && event.ctrlKey)) {
			event.keyCode = 0; 
			event.cancelBubble = true; 
			event.returnValue = false;
		}
	}
	
	function mouseDown(e) {
		var shiftPressed=0;
		if (parseInt(navigator.appVersion)>3) {
			if (navigator.appName=="Netscape")
				shiftPressed=(e.modifiers-0>3);
			else shiftPressed=event.shiftKey;
				if (shiftPressed) {
					alert ('ShiftÅ° »ç¿ëÀ» ±ÝÁöÇÕ´Ï´Ù..')
					return false;
				}
		}
		return true;
	}
	
	if (parseInt(navigator.appVersion)>3) {
		document.onmousedown = mouseDown;
		if (navigator.appName=="Netscape") 
			document.captureEvents(Event.MOUSEDOWN);
	}
	
	function ReCommend(cGUserId, cGUserName, cGaId, cGaName, cRefletionImg) {
		//alert(cGaName);
		window.open("/F2Fminihompi/F2FHompiMain/ReCommend.asp?GUserId="+cGUserId+"&GUserName="+cGUserName+"&GaId="+cGaId+"&GaName="+cGaName+"&RefletionImg="+cRefletionImg,"ReCommend", "fullscreen=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=0,left=240,top=260,screenX=,screenY=,width=506,height=230");
	}
	
	//²ÜµµµÏÀâ±â ÀÌº¥Æ® °øÅë ¸ðµâ
	/*
	var dEvent = new Date();
	var dEventYY = dEvent.getYear();
	var dEventMM = dEvent.getMonth()+1;
	var dEventDD = dEvent.getDate();
	var dEventDate = dEventYY+""+dEventMM+""+dEventDD;
	if ( dEventDate >= 20071119 && dEventDate <= 20071125 )
	{
		if ( location.pathname.substring(0,25) == "/F2Ffunworld/SvillageMap/" )
		{
			var nRnd = (Math.floor(Math.random()*9));
			var nDoTop = (Math.floor(Math.random()*450))
			var nDoLeft = (Math.floor(Math.random()*850))
			if( nRnd == 8 )
			{
				document.write('<div id="thief" style="width:93px; height:140px; position:absolute; left:'+nDoLeft+'px; top:'+nDoTop+'px; z-index:100;">');
				document.write('<a onclick="javascript:changeimg();" onfocus="blur();" style="cursor:hand;"><img src="/F2Ffunworld/SvillageMap/F2FEvent/Event200711/img/pig.gif" width="98" height="90"></a>');
				document.write('</div>');
			}
		}
		function changeimg() {
			thief.innerHTML = "<iframe src='/F2Ffunworld/SvillageMap/F2FEvent/Event200711/Event004_2.asp' name='ThiefFrame' id='ThiefFrame' width='93' height='140' marginwidth='0' marginheight='0' scrolling='no' frameborder='0'  style='background-color: transparent; overflow:visible; width:100%; ' allowTransparency='true'></iframe>";
		}
		function closelayer() {
			thief.style.display='none';
		}
	}
	*/