//In Blog º¯°æ 
function inblogChange(a){
	if (a=='blog'){
		imgover('inblogT01');
		imgout('inblogT02');
		document.all.inblogDiv1.style.display = 'block';
		document.all.inblogDiv2.style.display = 'none';
	}	
	if (a=='resource'){
		imgout('inblogT01');
		imgover('inblogT02');
		document.all.inblogDiv1.style.display = 'none';
		document.all.inblogDiv2.style.display = 'block';
	}
}

//Best
function bestChange(a){
	if (a=='kids'){
		imgover('bestT01');
		imgout('bestT02');
		imgout('bestT03');
		document.all.bestDiv1.style.display = 'block';
		document.all.bestDiv2.style.display = 'none';
		document.all.bestDiv3.style.display = 'none';
	}
	if (a=='students'){
		imgout('bestT01');
		imgover('bestT02');
		imgout('bestT03');
		document.all.bestDiv1.style.display = 'none';
		document.all.bestDiv2.style.display = 'block';
		document.all.bestDiv3.style.display = 'none';
	}
	if (a=='adults'){
		imgout('bestT01');
		imgout('bestT02');
		imgover('bestT03');
		document.all.bestDiv1.style.display = 'none';
		document.all.bestDiv2.style.display = 'none';
		document.all.bestDiv3.style.display = 'block';
	}
}

function search_go(){
	var t = document.search;
	if (Trim(t.search_value.value) == ''){
		//ÀÌº¥Æ®·Î ÀÎÇØ¼­ ÀÏ½Ã º¯°æ by hsw 2008.05.19
		//alert('°Ë»öÇÒ ´Ü¾î¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä.');
		location.href = "/event/120116/";
		return;
	}else{
		if (t.search_value.value == "NEATÇÐ½À ¹«·áÃ¼Çè ÀÌº¥Æ®") {
			location.href = "/event/120116/";
			return;
		}
		else {
			t.submit();
		}
	}
}
