function linkurl(j,k){

	var link_page = new Array();
	
	link_page[1] = new Array(3);  // chiral
	link_page[1][0] = "/eng/product/chiral/chiral.php"; 
	link_page[1][1] = "/eng/product/chiral/depth2.php?par_idx=1"; 	
	link_page[1][2] = "/eng/product/chiral/depth2.php?par_idx=2"; 	

	link_page[2] = new Array(5);  // chromato
	link_page[2][0] = "/eng/product/chromatography/chromatography.php";
	link_page[2][1] = "/eng/product/chromatography/depth2.php?par_idx=1";
	link_page[2][2] = "/eng/product/chromatography/depth2.php?par_idx=2";
	link_page[2][3] = "/eng/product/chromatography/depth2.php?par_idx=3";
	link_page[2][4] = "/eng/product/chromatography/depth2.php?par_idx=4";

	link_page[3] = new Array(5);  // support
	link_page[3][0] = "/eng/product/support/news/notice/list.php";
	link_page[3][1] = "/eng/product/support/news/notice/list.php";
	link_page[3][2] = "/eng/product/support/faq/list.php";
	link_page[3][3] = "/eng/product/support/anre/analysis/request.php";
	link_page[3][4] = "/eng/product/support/download/list.php";

	link_page[4] = new Array(8);  // company
	link_page[4][0] = "/eng/business/company/overview.php";
	link_page[4][1] = "/eng/business/company/overview.php";
	link_page[4][2] = "/eng/business/company/ceomessage.php";
	link_page[4][3] = "/eng/business/company/history.php";
	link_page[4][4] = "/eng/business/company/organization.php";
	link_page[4][5] = "/eng/business/company/awards.php";
	link_page[4][6] = "/eng/business/company/alliances.php";
	link_page[4][7] = "/eng/business/company/contactus.php";
	
	link_page[5] = new Array(4);  // rnd
	link_page[5][0] = "/eng/business/rnd/technologies.php";
	link_page[5][1] = "/eng/business/rnd/technologies.php";
	link_page[5][2] = "/eng/business/rnd/businessarea.php";
	link_page[5][3] = "/eng/business/rnd/patent.php";
	
	link_page[6] = new Array(1);  // english
	link_page[6][0] = "/kor/front.php";
	

	location.href=link_page[j][k];
}

//ÇÃ·¡½Ã¿¡ µé¾î°¡´Â ¸µÅ©¹æ½Ä
//link[1] = "1,1";
//link[2] = "2,1";
//link[3] = "3,1";
//link[4] = "4,1";

