/******************************************************************************/
/* ÆÄ ÀÏ ¸í: /common/memu.js
/* ÀÛ¾÷³»¿ë: TOP menu
/* ÀÛ¼ºÀÏÀÚ: 2010-06-25
/* ÀÛ ¼º ÀÚ: (ÁÖ)10¾ïÈ¨ÇÇ ¹ÚÁø¿µ
/******************************************************************************/
function gf_goUrl( pUrl ) 
{
	switch(pUrl) 
  {
		case '0'  : location.href='/';	               break;   //¸ÞÀÎÆäÀÌÁö
		case '1'  : location.href='/GSeden';	       break;   //G Sedan
		case '2'  : location.href='/GCoupe/';	       break;   //G Coupe
		case '3'  : location.href='/GConvertible';	   break;   //G Convertible
		case '4' :	location.href='/M/';	           break;   //M
		case '5' :	location.href='/EX/';	           break;   //EX
		case '6' :	location.href='/FX/';              break;   //FX
		case '7' :	location.href='/QX/';              break;   //QX
		case '8' :	location.href='/All/';             break;   //All


    // Noble Motors
		case '11' :	location.href='/noble/';	                  break;   //Àü½ÃÀå À§Ä¡/¼Ò°³
		case '12' :	location.href='/sub_column.php?sh_type=list&bc=community&fn=101';	  break;   //´º½º
		case '13' :	location.href='/sc/';	                      break;   //S/C ¾È³»
		case '14' :	location.href='/sub_column.php?sh_type=list&bc=community&fn=102';	  break;   //ÀÌº¥Æ®


    // ¼­ºñ½º¼¾ÅÍ
		case '21' :	location.href='/service/';         break;   //¼­ºñ½º¼¾ÅÍ
		case '22' :	location.href='/service/02.php';   break;   //Ã£¾Æ¿À½Ã´Â±æ


	// ±¸¸Å¼¾ÅÍ
		case '31' :	location.href='/buy/';             break;   //¸ðµ¨°¡°Ý
		case '32' :	location.href='/inquiry.php?sh_type=sisung';     break;   //½Ã½Â½ÅÃ»
		case '33' :	location.href='/inquiry.php?sh_type=gyun';       break;   //°ßÀû½ÅÃ»
		case '34' :	location.href='/inquiry.php?sh_type=brochure';   break;   //ºê·Î¼Å½ÅÃ»
		case '35' :	location.href='/inquiry.php?sh_type=purchase';   break;   //±¸¸Å»ó´ã
		case '36' :	location.href='/buy/06.php';       break;   //Eºê·Î¼Å


	// °í°´¼¾ÅÍ
		case '41' :	location.href='/sub_faq.php?sh_kbn=110&sh_type=faq';    break;   //±¸¸Å°ü·Ã
		case '42' :	location.href='/sub_faq.php?sh_kbn=120&sh_type=faq';    break;   //¼­ºñ½º°ü·Ã
		case '43' :	location.href='/sub_faq.php?sh_kbn=130&sh_type=faq';    break;   //ÀÎÇÇ´ÏÆ¼°ü·Ã
		case '44' :	location.href='/sub_faq.php?sh_kbn=140&sh_type=faq';    break;   //³ëºí¸ðÅÍ½º°ü·Ã


	// ±âÅ¸
		case '81' :	location.href='/privacy.php';      break;   //°³ÀÎÁ¤º¸Ãë±Þ¹æÄ§ ¹× ÀúÀÛ±Ç
		case '82' :	location.href='/sitemap.php';      break;   //»çÀÌÆ®¸Ê


	// È¸¿øÁ¤º¸
		case '91' :	location.href='/login/';	   break;   //·Î±×ÀÎ
		case '92' :	location.href='/logout/';	   break;   //·Î±×¾Æ¿ô
		case '93' :	location.href='/join/';  	   break;   //È¸¿ø°¡ÀÔ

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