function main(no) // ¸ÞÀÎÇÃ·¡½Ã¸Þ´º
	{
		var i = no;
		switch(i){

		case 1:  targeturl="/implant/implant_idx.htm"; break;		
		case 2:  targeturl="/tooth/ntmj_01.htm"; break;
		case 3:  targeturl="/tooth/dental_01.htm"; break;
		case 4:  targeturl="/spt/spt_idx.htm"; break;
		case 5:  targeturl="/tooth/wisdom_01.htm"; break;
		case 6:  targeturl="/aesthetic/aesthetic_01_0.htm"; break;
		case 7:  targeturl="/tooth/children_01.htm"; break;
		case 8:  targeturl="/aesthetic/aesthetic_02_1.htm"; break;
		}

		if(targeturl.length > 0) {
			location.href = targeturl;
		} else {
			alert('ÇöÀç ¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.');
		}
	}



function icon(no) // ¸ÞÀÎÇÏ´Ü
	{
		var i = no;
		switch(i){
		case 1:  targeturl="/board/story/board_main.htm"; break;
		case 2:  targeturl="/board/counsel/board_main.htm"; break;
		case 3:  targeturl="/board/advice/board_main.htm"; break;
		case 4:  targeturl="/about/network.htm"; break;
		case 5:  javascript:MM_showHideLayers('floater','','show','close','','show'); break;
		
		}

		if(targeturl.length > 0) {
			location.href = targeturl;
		} else {
			alert('ÇöÀç ¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.');
		}
	}
