function gadget() {
	if (document.getElementById('gadget').style.display == 'block') document.getElementById('gadget').style.display = 'none';
	else document.getElementById('gadget').style.display = 'block';
}
function tc(id){
	switch(id){
		case 0:
			tc01.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_01_on.gif";
			tc02.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_02.gif";
			tc03.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_03.gif";
			tc04.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_04.gif";
			break;
		case 1:
			tc01.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_01.gif";
			tc02.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_02_on.gif";
			tc03.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_03.gif";
			tc04.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_04.gif";
			break;
		case 2:
			tc01.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_01.gif";
			tc02.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_02.gif";
			tc03.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_03_on.gif";
			tc04.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_04.gif";
			break;
		case 3:
			tc01.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_01.gif";
			tc02.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_02.gif";
			tc03.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_03.gif";
			tc04.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_04_on.gif";
			break;
		case 4:
			tc01.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_01.gif";
			tc02.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_02.gif";
			tc03.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_03.gif";
			tc04.src = "http://cfs.tistory.com/custom/blog/4/45575/skin/images/t_category_04.gif";
			break;
		case 5:
			document.getElementById('t_category_off').style.display = "block";
			document.getElementById('t_category_on').style.display = "none";
			break;
		case 6:
			document.getElementById('t_category_off').style.display = "none";
			document.getElementById('t_category_on').style.display = "block";
			break;
	}
}

function medialog() {
	if(document.getElementById('mediaLogNest')) {
		var mlog = document.getElementById('mediaLogNest');
		mlog.style.width = "490px";
		mlog.style.marginLeft = "29px";
	}
}
