/******************************************************************************/
/* 파 일 명: /common/memu.js
/* 작업내용: TOP menu 
/* 작 성 자: 이은영
/******************************************************************************/
function gf_goUrl( pUrl ) {
	switch(pUrl) {
		
//		case '51' : location.href='/company.php?sh_type=1';	break; //회사소개
		case '11' : location.href='/company.php?sh_type=1';	break;
		case '12' : location.href='/company.php?sh_type=2';	break;
		case '13' : location.href='/company.php?sh_type=3';	break;
		case '14' : goUrl = ''; window.open('/e-book/binder1.htm','_blank'); break;
		case '15' : location.href='/company.php?sh_type=5';	break;
		case '16' : location.href='/company.php?sh_type=6';	break;

//		case '61' : location.href='/product.php?sh_type=1';	break; //제품현황
		case '21' : location.href='/product.php?sh_type=1';	break;
//		case '21_1' : location.href='/product.php?sh_type=1_1';	break;
//		case '21_2' : location.href='/product.php?sh_type=1_2';	break;
		case '22' : location.href='/product.php?sh_type=3';	break;
		case '23' : location.href='/product.php?sh_type=5';	break;

//		case '71' : location.href='/certifi.php?sh_type=1';	break; //인증현황
		case '31' : location.href='/certifi.php?sh_type=1';	break;
		case '32' : location.href='/certifi.php?sh_type=2';	break;
		case '33' : location.href='/certifi.php?sh_type=3';	break;
		
//		case '81' : location.href='/community.php?sh_type=1';	break; //커뮤니티
		case '41' : location.href='/bbs/board.php?bo_table=notice';	break;
		case '42' : location.href='/bbs/board.php?bo_table=employ';	break;
		case '43' : location.href='/bbs/board.php?bo_table=activities';	break;
		//case '43' : location.href='/community.php?sh_type=activities';	break;
		case '44' : location.href='/bbs/board.php?bo_table=photo';	break;
		case '45' : location.href='/bbs/board.php?bo_table=qna';	break;
		
//		case '11' : location.href='/family.php?sh_type=1';	break; //계열사현황
		case '51' : location.href='/family.php?sh_type=2';	break; 
		case '52' : location.href='/family.php?sh_type=5';	break;

//		case '01' : alert("01"); break;

		case 'home' :	location.href='/index.php' ;	break;

		default :	location.href='/';	break;
	}
}

