function lotte(oN, tN)
{
	if(oN == '1')
	{
		switch(tN)
		{
			case '1' : document.location="/eng/company/ceo.asp"; break;
			case '2' : document.location="/eng/company/profile_vision.asp"; break;
			case '3' : document.location="/eng/company/network_local.asp"; break;
			case '4' : document.location="/eng/company/group_local.asp"; break;
			case '5' : document.location="/eng/company/info_ci.asp"; break;
			case '6' : document.location="/eng/company/down.asp"; break;
			case '7' : document.location="/eng/company/contact_affiliate.asp"; break;
			default : document.location="/eng/company/ceo.asp"; break;
		}
	}
	else if(oN == '2')
	{
		switch(tN)
		{
			case '1' : document.location="/eng/business/export/export_food.asp"; break;
			case '2' : document.location="/eng/business/import/import_food.asp"; break;
			case '3' : document.location="/eng/business/brand/brand_wedgwood.asp"; break;
			default : document.location="/eng/business/main_business.asp"; break;
		}
	}
	else if(oN == '3')
	{
		switch(tN)
		{
			case '1' : document.location="/eng/catalog/export/export_list.asp"; break;
			case '2' : document.location="/eng/catalog/import/import_list.asp"; break;
			default : document.location="/eng/catalog/main_catalog.asp"; break;
		}
	}
	else if(oN == '4')
	{
		switch(tN)
		{
			case '1' : document.location="/eng/news/lottetrading/news_list.asp"; break;
			case '2' : document.location="/eng/news/group/news_list.asp"; break;
			case '3' : document.location="/eng/news/product/product_list.asp";  break;
			case '4' : document.location="/eng/news/proposal/proposal_list.asp"; break;
			case '5' : document.location="/eng/news/letter/letter_main.asp";  break;
			case '6' : document.location="/eng/news/link/link_korea.asp"; break;
			default : document.location="/eng/news/lottetrading/news_list.asp"; break;
		}
	}
}

function top_menu(oneD,towD)
{
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="780" HEIGHT="54" id="Nav_top" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="/common/swf/en/topMenu.swf?oDN='+oneD+'&tDN='+towD+'">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE=#ffffff>');
document.write('<EMBED src="/common/swf/en/topMenu.swf?oDN='+oneD+'&tDN='+towD+'" quality=high bgcolor=#E6E6E6  WIDTH="780" HEIGHT="54" NAME="topMenu" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');
}
