/******************************************************************************/
/* ÆÄ ÀÏ ¸í: /common/memu.js
/* ÀÛ¾÷³»¿ë: TOP menu 
/* ÀÛ¼ºÀÏÀÚ: 2008-11-06
/* ÀÛ ¼º ÀÚ: (ÁÖ)EXIÀÎÅÍ³Ý±×·ì ÀÌÀº¿µ
/******************************************************************************/
function gf_goUrl( pUrl ) {
	switch(pUrl) {
		
		case '1'  : location.href='/about.php?sh_type=sub1';	break;
		case '11' :	location.href='/about.php?sh_type=sub1';	break;
		case '12' :	location.href='/about.php?sh_type=sub2';	break;
		case '13' :	location.href='/about.php?sh_type=sub3';	break;
		case '14' :	location.href='/about.php?sh_type=sub4';	break;
		case '15' :	location.href='/about.php?sh_type=sub5';	break;
		case '16' :	location.href='/about.php?sh_type=sub6';	break;
		case '17' :	location.href='/about.php?sh_type=sub7';	break;

		case '2'  : location.href='/principal.php?sh_type=sub1';	break;
		case '21' : location.href='/principal.php?sh_type=sub1';	break;
		case '22' : location.href='/principal.php?sh_type=sub2';	break;
		case '23' : location.href='/principal.php?sh_type=sub3';	break;
		case '24' : location.href='/principal.php?sh_type=sub4';	break;
		
		case '3'  :	location.href='/subsidiary.php?sh_type=sub1';break;
		case '31' :	location.href='/subsidiary.php?sh_type=sub1';break;
		case '32' :	location.href='/subsidiary.php?sh_type=sub2';break;
		case '33' :	location.href='/subsidiary.php?sh_type=sub3';break;
		case '34' :	location.href='/subsidiary.php?sh_type=sub4';break;
		case '35' :	location.href='/subsidiary.php?sh_type=sub5';break;

		case '4'  :	location.href='/reservation.php?sh_type=sub1';	break;
		case '41' :	location.href='/reservation.php?sh_type=sub1';	break;
		case '42' :	location.href='/reservation.php?sh_type=sub2';	break;

		case '5' :	location.href='/community.php?sh_type=list&bc=community&fn=101';	break; //Ä¿¹ÂÆ¼´Ï
		case '51' :	location.href='/community.php?sh_type=list&bc=community&fn=101';	break; //°øÁö»çÇ×
		case '52' :	location.href='/community.php?sh_type=list&bc=community&fn=102';	break; //º¸µµÀÚ·á
		case '53' :	location.href='/community.php?sh_type=list&bc=community&fn=103';	break; //Çà»ç°¶·¯¸®
		case '54' :	location.href='/community.php?sh_type=list&bc=community&fn=104';	break; //Q&A


		case '6'  :	location.href='/_golf/';	break;

		case '71' :	location.href='/member.php?sh_type=log';			break; //·Î±×ÀÎ
		case '72' :	location.href='/member.php?sh_type=regist';			break; //È¸¿ø°¡ÀÔ
		case '73' :	location.href='/member.php?sh_type=find';			break; //¾ÆÀÌµð,ÆÐ½º¿öµå Ã£±â
		case '74' :	location.href='/member.php?sh_type=modify';			break; //Á¤º¸º¯°æ
		case '75' :	location.href='/member.php?sh_type=private';		break; //ÀÌ¿ëÁ¤º¸Ãë±Þ¹æÄ§
		case '76' :	location.href='/member.php?sh_type=stipulation';	break; //ÀÌ¿ë¾à°ü
		case '77' :	location.href='/member.php?sh_type=exit';			break; //È¸¿øÅ»Åð
		case '78' :	location.href='/member.php?sh_type=pass';			break; //ÆÐ½º¿öµåº¯°æ
		case '79' :	location.href='/member.php?sh_type=logout';			break; //·Î±×¾Æ¿ô
		
		
		case 'sitemap' :	location.href='sitemap.php' ;	break;
		case 'eng' :	location.href='/_eng/' ;	break;
		case 'china' :	location.href='/_china/' ;	break;
		case 'japan' :	location.href='/_japan/' ;	break;

		default :	location.href='/';	break;
	}
}
