function flash_link(link_value)
{
     if (link_value=="9") { strURL="/user/TechSystem/General/first/fst_userinfo.asp"; // 011
     } else if(link_value=="10") { strURL="/user_prof/TechSystem/Expert/kisti_00.asp?gubun=general";	// 012
     } else if(link_value=="17") { strURL="/user/rnd/rnd1_0.asp?gubun=general";	// 021
     } else if(link_value=="24") { strURL="/user/techservice/main_techservice.asp";	// 030
     } else if(link_value=="25") { strURL="/user/techservice/toc_techservice.asp?TESFlag=1";	// 031
     } else if(link_value=="26") { strURL="/user/techservice/toc_techservice.asp?TESFlag=2";	// 032
     } else if(link_value=="27") { strURL="/user/techservice/toc_techservice.asp?TESFlag=3";	// 033
     } else if(link_value=="28") { strURL="/user/techservice/toc_techservice.asp?TESFlag=4";	// 034
     } else if(link_value=="29") { strURL="/user/techservice/toc_techservice5.asp?TESFlag=5";	// 035
     } else if(link_value=="30") { strURL="/user/techservice/toc_techservice.asp?TESFlag=6";	// 036
     } else if(link_value=="33") { strURL="/user/evalrequest/toc_request.asp";	// 041
     } else if(link_value=="34") { strURL="/user/evalrequest/ins_request.asp";	// 042
     } else if(link_value=="41" || link_value=="051") { strURL="/user/forum/toc_forum.asp?mode=0";  // 051
     } else if(link_value=="42") { strURL="/user/bbs/toc_board.asp?site=1&mode=0";	// 052
     } else if(link_value=="111") { strURL="/user_prof/TechSystem/Expert/kisti_00.asp";
     } else if(link_value=="112") { strURL="/user_prof/dcf/dcf_00.asp";
     } else if(link_value=="113") { strURL="/user_prof/binomial/bin_00.asp";
     } else if(link_value=="121") { strURL="/user/rnd/rnd1_0.asp";

     //} else if(link_value=="111") { strURL="/user_prof/TechSystem/Expert/first/fst_01.asp";
     //} else if(link_value=="112") { strURL="/user_prof/dcf/dcf_01.asp";
     //} else if(link_value=="113") { strURL="/user_prof/binomial/bin_01.asp";
     //} else if(link_value=="121") { strURL="/user/rnd/rnd1_1.asp";

     } else if(link_value=="131") { strURL="/user_prof/aiding/aid_1.asp";
     } else if(link_value=="132") { strURL="/user_prof/aiding/aid_2.asp";
     } else if(link_value=="141") { strURL="/user/forum/toc_forum.asp?mode=0";
     } else if(link_value=="142") { strURL="/user/bbs/toc_board.asp?site=1&mode=0";
     }

	 location.href = "/menu_link.asp?menuid=" + link_value + "&URL=" + escape(strURL);
}
