

// °í°´¼¾ÅÍ ///////////////////////////////////////////////////////////////

function gourl_left_04(menu)
{
	switch(menu)
	{	
			case "01" :
			location.href="/customer/faq_list.jsp";
			break;
//////////////////////////////////////////////////////////////////////////////////////
			case "02" :
			location.href="/customer/counsel.jsp";
			break;
///////////////////////////////////////////////////////////////////////////////////////
			case "03" :
			location.href="/customer/program_download.jsp";
			break;

///////////////////////////////////////////////////////////////////////////////////////
			case "04" :
			location.href="/customer/user_guide.jsp";
			break;

///////////////////////////////////////////////////////////////////////////////////////
			case "05" :
			location.href="/customer/unlawful_status.jsp";
			break;

///////////////////////////////////////////////////////////////////////////////////////
			case "06" :
			location.href="/customer/unlawful_report.jsp";
			break;


	}
}