	
		var topMenuBuffer = new Array(4);
		
		for (var i = 0; i < topMenuBuffer.length; i++)
		{
			topMenuBuffer[i] = new Array();
			topMenuBuffer[i][0] = new Image();
			topMenuBuffer[i][1] = new Image();
		}
		
		topMenuBuffer[0][0].src = "/english/images/menu/menu_01.gif";
		topMenuBuffer[0][1].src = "/english/images/menu/menu_01_on.gif";
		topMenuBuffer[1][0].src = "/english/images/menu/menu_02.gif";
		topMenuBuffer[1][1].src = "/english/images/menu/menu_02_on.gif";
		topMenuBuffer[2][0].src = "/english/images/menu/menu_03.gif";
		topMenuBuffer[2][1].src = "/english/images/menu/menu_03_on.gif";
		topMenuBuffer[3][0].src = "/english/images/menu/menu_04.gif";
		topMenuBuffer[3][1].src = "/english/images/menu/menu_04_on.gif";

		
		function MenuSrc(f_target, f_type)
		{
			document.images["menu" + f_target].src = topMenuBuffer[f_target][f_type].src;
		}
		
		function TopSearch()
		{
			var obj = document.search;
			
			if (obj.search.value)
			{
				obj.action = "/search/search_process.jsp";
				obj.submit();
			}
			else
			{
				alert("Please insert search keyword.");
				obj.search.focus();
			}
		}
		
		function GoSelectLink(f_obj)
		{
			if (f_obj.options[f_obj.selectedIndex].value)
			{
				window.location.href = f_obj.options[f_obj.selectedIndex].value;
			}
		}
		
		
		function PrintTopMenuArea(f_type)
		{

				document.write('\
					<table border="0" cellpadding="0" cellspacing="0" width="740">\n\
						<form name="search" method="get" action="javascript: TopSearch();">\n\
						<tr>\n\
							<td colspan="3" height="11"></td>\n\
						</tr>\n\
						<tr>\n\
							<td><img src="/english/images/blank.gif" border="0" width="10" height="1"></td>\n\
							<td width="387"><a href="/english"><img src="/english/images/logo.gif" border="0" width="261" height="40"></a></td>\n\
							<td valign="bottom">\n\
								<table border="0" cellpadding="0" cellspacing="0" align="right">\n\
									<tr>\n\
										<td><img src="/english/images/search.gif" border="0" width="55" height="21" align="absmiddle"></td>\n\
										<td><input name="search" style="width: 124px; height: 20px;"></td>\n\
										<td><img src="/english/images/blank.gif" border="0" width="6" height="1"></td>\n\
										<td><input type="image" src="/english/images/icon_search.gif" border="0" width="40" height="19"></td>\n\
										<td><img src="/english/images/blank.gif" border="0" width="9" height="1"></td>\n\
									</tr>\n\
									<tr>\n\
										<td colspan="5" height="9"></td>\n\
									</tr>\n\
								</table>\n\
							</td>\n\
						</tr>\n\
						<tr>\n\
							<td colspan="3" height="4"></td>\n\
						</tr>\n\
						</form>\n\
					</table>\n');
		
			
			var menuArea = '\
				<table border="0" cellpadding="0" cellspacing="0">\n\
					<tr>\n';
			
			if (f_type == 1)
			{
				menuArea += '<td><a href="/english/company/index.jsp"><img src="/english/images/menu/menu_01_on.gif" border="0" width="185" height="26" name="menu0"></a></td>\n';
			}
			else
			{
				menuArea += '<td><a href="/english/company/index.jsp" onmouseover="MenuSrc(0,1);" onmouseout="MenuSrc(0,0);"><img src="/english/images/menu/menu_01.gif" border="0" width="185" height="26" name="menu0"></a></td>\n';
			}
			
			if (f_type == 2)
			{
				menuArea += '<td><a href="/english/product/index.jsp"><img src="/english/images/menu/menu_02_on.gif" border="0" width="185" height="26" name="menu1"></a></td>\n';
			}
			else
			{
				menuArea += '<td><a href="/english/product/index.jsp" onmouseover="MenuSrc(1,1);" onmouseout="MenuSrc(1,0);"><img src="/english/images/menu/menu_02.gif" border="0" width="185" height="26" name="menu1"></a></td>\n';
			}
			
			if (f_type == 3)
			{
				menuArea += '<td><a href="/english/finance/index.jsp"><img src="/english/images/menu/menu_03_on.gif" border="0" width="185" height="26" name="menu2"></a></td>\n';
			}
			else
			{
				menuArea += '<td><a href="/english/finance/index.jsp" onmouseover="MenuSrc(2,1);" onmouseout="MenuSrc(2,0);"><img src="/english/images/menu/menu_03.gif" border="0" width="185" height="26" name="menu2"></a></td>\n';
			}
			
			if (f_type == 4)
			{
				menuArea += '<td><a href="/english/history/history.jsp"><img src="/english/images/menu/menu_04_on.gif" border="0" width="185" height="26" name="menu3"></a></td>\n';
			}
			else
			{
				menuArea += '<td><a href="/english/history/history.jsp" onmouseover="MenuSrc(3,1);" onmouseout="MenuSrc(3,0);"><img src="/english/images/menu/menu_04.gif" border="0" width="185" height="26" name="menu3"></a></td>\n';
			}
			
			menuArea += '\
				</tr>\n\
			</table>\n';
			
			document.write(menuArea);
		}
		
		function PrintFooterArea()
		{
			document.write('\
				<table border="0" width="740" cellpadding="0" cellspacing="0" bgcolor="#e7e5de">\n\
					<form name="product_link">\n\
					<tr>\n\
						<td colspan="2" height="11"></td>\n\
					</tr>\n\
					<tr>\n\
						<td valign="top">\n\
							<img src="/english/images/blank.gif" border="0" width="12" height="1"><img src="/english/images/footer.gif" border="0" width="273" height="46" usemap="#footer"></td>\n\
							<map name="footer">\n\
								<area shape="rect" coords="1,1, 70,12" href="/english/sitemap.jsp">\n\
								<area shape="rect" coords="69,1, 132,12" href="http://www.ottogi.co.kr" target="_korea">\n\
								<area shape="rect" coords="42,33, 166,45" href="mailto:webmaster@ottogi.co.kr">\n\
							</map>\n\
						<td align="right" valign="top">\n\
							<table border="0" cellpadding="0" cellspacing="0">\n\
								<tr>\n\
									<td><select name="product_list" style="width: 220px; height: 20px; font-size: 12px; color: #484848;" onchange="GoSelectLink(this);">\n\
											<option>ottogi product*************</option>\n\
											<option value="/english/product/powder/powder01.jsp">powder products</option>\n\
											<option value="/english/product/sauce/sauce01.jsp">sauce</option>\n\
											<option value="/english/product/inst/inst01.jsp">instant products</option>\n\
											<option value="/english/product/trad/trad01.jsp">Tranditional Foods</option>\n\
											<option value="/english/product/sea/sea01.jsp">Tuna&Seafoods</option>\n\
											<option value="/english/product/oil/oil01.jsp">Edible Oil Items</option>\n\
											<option value="/english/product/spice/spice01.jsp">Vinegar/Spices</option>\n\
											<option value="/english/product/syrup/syrup01.jsp">Jam/Syrup</option>\n\
											<option value="/english/product/ramen/ramen01.jsp">Ramen</option>\n\
											<option value="/english/product/bever/bever01.jsp">Beverages</option>\n\
											<option value="/english/product/import/import01.jsp">Imports</option>\n\
										</select></td>\n\
									<td><img src="/english/images/blank.gif" border="0" width="8" height="1"></td>\n\
								</tr>\n\
							</table>\n\
						</td>\n\
					</tr>\n\
					<tr>\n\
						<td colspan="2" height="11"></td>\n\
					</tr>\n\
					</form>\n\
				</table>\n');
		}