//Å¸ÀÌÆ²
document.title="ÆÄÀÎµåÀâ-¹Ù¸¥Á¤º¸ ºü¸¥Ãë¾÷";


// ÀüÃ¼ÀûÀ¸·Î Á¡¼± ¾ø¾Ö±â
/*function bluring(){
if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
}
document.onfocusin=bluring;*/


// input ÅØ½ºÆ® ¾ø¾Ö±â
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

//ÅÇ Å¬¸¯ ³»¿ë º¸¿©ÁÖ±â(5°³)
function menu5(index) {
	if (navigator.userAgent.indexOf("MSIE") != -1) {
		if (index == 1) {
			t1.style.display = "";
			t2.style.display = "none";
			t3.style.display = "none";
			t4.style.display = "none";
			t5.style.display = "none";
		}

		else if (index == 2) {
			t1.style.display = "none";
			t2.style.display = "";
			t3.style.display = "none";
			t4.style.display = "none";
			t5.style.display = "none";
		}

		else if (index == 3) {
			t1.style.display = "none";
			t2.style.display = "none";
			t3.style.display = "";
			t4.style.display = "none";
			t5.style.display = "none";
		}

		else if (index == 4) {
			t1.style.display = "none";
			t2.style.display = "none";
			t3.style.display = "none";
			t4.style.display = "";
			t5.style.display = "none";
		}

		else if (index == 5) {
			t1.style.display = "none";
			t2.style.display = "none";
			t3.style.display = "none";
			t4.style.display = "none";
			t5.style.display = "";
		}

	}
}



function Flash(id,url,w,h,t){
document.write("\
<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width="+w+" height="+h+" id="+id+">\
<param name='movie' value="+url+" />\
<param name='wmode' value="+t+" />\
<param name='allowScriptAccess' value='always' />\
<param name='quality' value='high' />\
<param name='menu' value='false' />\
<embed src="+url+" width="+w+" height="+h+" name="+id+" allowScriptAccess='always' quality='high' swliveconnect='true' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />\
</object>\
");
}

function pop(url,name,w,h){ window.open(url,name,'width='+w+',height='+h+',scrollbars=auto') } //Popup(½ºÅ©·Ñ¹Ù¾øÀ½)
function pops(url,name,w,h){ window.open(url,name,'width='+w+',height='+h+',scrollbars=yes') } //Popup(½ºÅ©·Ñ¹ÙÀÖÀ½)
function popL(url,name,w,h,t,l){ window.open(url,name,'top='+t+',left='+l+',width='+w+',height='+h+',scrollbars=auto') } //Popup(½ºÅ©·Ñ¹Ù¾øÀ½), À§Ä¡ÁöÁ¤
function popsL(url,name,w,h,t,l){ window.open(url,name,'top='+t+',left='+l+',width='+w+',height='+h+',scrollbars=yes') } //Popup(½ºÅ©·Ñ¹ÙÀÖÀ½), À§Ä¡ÁöÁ¤
function newwin(url,w,h){ window.open(url,'new','width='+w+',height='+h+',location=1,directories=1,resizable=1,status=1,toolbar=1,menubar=1,scrollbars=1') } //NewPopup(½ºÅ©·Ñ¹Ù¾øÀ½)



<!--
  //·Î°íÇü ±¸ÀÎ±¤°í open
  function openguide(goUrl){
    windowopen(goUrl,'guide','width=617,height=600,status=no,scrollbars=yes')
  }

  //´ë±¸ È«º¸¿ë ÆäÀÌÁö open
  function openDaeguEvent() {
    window.open('/Event/200709/daegu_event.asp','DaeguEvent','width=700,height=651')
  }

  //pngÀÌ¹ÌÁö ie6ÀÌÇÏ ¹ö±× ÇØ°á
  function setPng24(obj) {
    obj.width=obj.height=1;
    obj.className=obj.className.replace(/\bpng24\b/i,'');
    obj.style.filter =
    "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');"
    obj.src='';
    return '';
  }

	// ¸¶¿ì½º ¿À¸¥ÂÊ ±ÝÁö
//	document.write("<body on"+"dragstart='return false' on"+"contextmenu='return false' on"+"selectstart='return false'>");

/**
 * Save Click Log (Flash)
 *
 * @param intArrNum
 * @param strDomainCode
 */
function clickAdManagerFlash(intArrNum, strDomainCode, strLinkUrl, strTarget) {
	var strUrl = "http://ad.findjob.co.kr/ClickCheck.php?ADID=" + intArrNum + "&DOMAIN=" + strDomainCode;
	FindjobAdManagerClick.src = strUrl;
	if (strTarget == "NEW") window.open(strLinkUrl, "_new");
	else document.location.href = strLinkUrl;
}

//¸ÞÀÎ Ã¤¿ë/ÀÎÀçÁ¤º¸ Ä«¿îÆÃ ¾È³»
 function viewGuinLayer(No) {
       if (No == 0) {
       document.getElementById("guinTab0").className = "selected";
       document.getElementById("guinCategoryInfo0").style.display = "";
       document.getElementById("guinTab1").className = "";
       document.getElementById("guinCategoryInfo1").style.display = "none";
     }  else if(No == 1){
        document.getElementById("guinTab0").className = "";
        document.getElementById("guinCategoryInfo0").style.display = "none";
        document.getElementById("guinTab1").className = "selected";
        document.getElementById("guinCategoryInfo1").style.display = "";
    }
       
}

