function f_link(link){	
	
	// 100대중점과제란?
	
	if( link == "01_01" ){ document.location.href='/site/hundred/page/sub01_01.jsp';}
	else if( link == "01_02" ){ document.location.href='/site/hundred/page/sub01_02.jsp';}
	  
	
	// 추진내용별사업과제
	
	else if( link == "02_01" ){ document.location.href='/site/hundred/page/sub02_01.jsp';}
	else if( link == "02_02" ){ document.location.href='/site/hundred/page/sub02_02.jsp';}	
	else if( link == "02_03" ){ document.location.href='/site/hundred/page/sub02_03.jsp';}
	else if( link == "02_04" ){ document.location.href='/site/hundred/page/sub02_04.jsp';}
	
	
	
	// 역점추진과제별찾아보기
	else if( link == "03_01" ){ document.location.href='/site/hundred/page/sub03_01.jsp';}
	else if( link == "03_02" ){ document.location.href='/site/hundred/page/sub03_02.jsp';}	
	else if( link == "03_03" ){ document.location.href='/site/hundred/page/sub03_03.jsp';}
	else if( link == "03_04" ){ document.location.href='/site/hundred/page/sub03_04.jsp';}
	else if( link == "03_05" ){ document.location.href='/site/hundred/page/sub03_05.jsp';}	
	else if( link == "03_06" ){ document.location.href='/site/hundred/page/sub03_06.jsp';}
	else if( link == "03_07" ){ document.location.href='/site/hundred/page/sub03_07.jsp';}
	else if( link == "03_08" ){ document.location.href='/site/hundred/page/sub03_08.jsp';}	
	
	
	}

var JF_OBJECT_TAG ="";
function jf_activeX(){
	document.write(JF_OBJECT_TAG);
	JF_OBJECT_TAG="";
}



