function gomenu(id) {
	id = String(id);

	var idi = id.substr(0, 1);
	idi = eval(idi);
	switch (idi){
		case 1:
			location.href = "/korean/o_intro/o_intro_0"+id.substr(2, 1)+"01.asp";
			break;
		case 2:
			location.href = "/korean/product/product_00.asp";
			break;
		case 3:
			location.href = "/korean/ir/ir_0"+id.substr(2, 1)+"01.asp";
			break;
		case 4:
			location.href = "/korean/channel/channel_0"+id.substr(2, 1)+"01.asp";
			break;
		case 5:
			location.href = "/korean/center/center_0"+id.substr(2, 1)+"01.asp";
			break;
	}
}