function MenuLink(num)
{
	if (num==11)
	{
		document.location.href = '/user/product/product_list.html?searchCat1=1';
	} else if (num==12)
	{
		document.location.href = '/user/product/product_list.html?searchCat1=2';
	} else if (num==13)
	{
		document.location.href = '/user/product/product_list.html?searchCat1=3';

	} else if (num==21)
	{
		document.location.href = 'mailto:hskim@osunglst.com';
	} else if (num==31)
	{
		document.location.href = '/user/prcenter/brochure_list.html';
	} else if (num==32)
	{
		document.location.href = '/user/utility/popup_inquire.html';
	} else if (num==41)
	{
		document.location.href = '/user/company/business.html';
	} else if (num==42)
	{
		document.location.href = '/user/rnd/rnd_area.html';
	} else if (num==43)
	{
		document.location.href = '/user/recruit/recruit_list.html';
	} else if (num==44)
	{
		document.location.href = '/user/ir/stock.html';
	} else if (num==45)
	{
		document.location.href = '/user/product/product_list.html';
	} else if (num==46)
	{
		document.location.href = '/user/prcenter/media_list.html';
		} else if (num==641)
	{
		document.location.href = '/china/product/product_list.html?searchCat1=1';
		} else if (num==642)
	{
		document.location.href = '/china/prcenter/brochure_list.html';
		} else if (num==643)
	{
		document.location.href = '/china/rnd/rnd_area.html';
		} else if (num==644)
	{
		document.location.href = '/china/company/location.html';
		} else if (num==611)
	{
		document.location.href = '/china/product/product_list.html?searchCat1=1';
		} else if (num==612)
	{
		document.location.href = '/china/product/product_list.html?searchCat1=2';
		} else if (num==613)
	{
		document.location.href = '/china/product/product_list.html?searchCat1=3';
		} else if (num==741)
	{
		document.location.href = '/usa/product/product_list.html?searchCat1=1';
		} else if (num==742)
	{
		document.location.href = '/usa/prcenter/brochure_list.html';
		} else if (num==743)
	{
		document.location.href = '/usa/rnd/rnd_area.html';
		} else if (num==744)
	{
		document.location.href = '/usa/company/location.html';
		} else if (num==711)
	{
		document.location.href = '/usa/product/product_list.html?searchCat1=1';
		} else if (num==712)
	{
		document.location.href = '/usa/product/product_list.html?searchCat1=2';
		} else if (num==713)
	{
		document.location.href = '/usa/product/product_list.html?searchCat1=3';
	}
}
