//Å¸ÀÌÆ²
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(½ºÅ©·Ñ¹Ù¾øÀ½)