function gourl_left_03(menu)
{
	switch(menu)
	{	
			case "01" :
			location.href="/community/debate/agreeList.jsp";
			break;

///////////////////////////////////////////////////////////////////////////////////////			Á¦¾È°Ô½ÃÆÇ
			case "02" :
			location.href="/community/lang/createBoardMaster.jsp?paramSelectBoardClass=01&paramSelectClassSeq=1";
			break;

//////////////////////////////////////////////////////////////////////////////////////			Áø·Î»ó´ã
			case "03" :
			location.href="/community/lang/createBoardMaster.jsp?paramSelectBoardClass=01&paramSelectClassSeq=2";
			break;
			
			break;
	}
}
