function gourl_left_06(menu)
{
	switch(menu)
	{	
			case "01" :
			location.href="/company/companyPrivate.jsp";
			break;
//////////////////////////////////////////////////////////////////////////////////////
			case "02" :
			location.href="/company/companyAgreement.jsp";
			break;
///////////////////////////////////////////////////////////////////////////////////////
			case "03" :
			location.href="/customer/customer.jsp";
			break;

	}
}