function PrintBottom() {  // ÇÏ´Ü ¸Þ´º Ãâ·Â
	document.writeln("<table border='0' cellspacing='0' cellpadding='0' width='509'>");
	document.writeln("<tr valign='top'>");
	document.writeln("	<td rowspan='9'><img src='/asset/img/space.gif' width='18' height='1'></td>");
	document.writeln("	<td width='100%' height='60'></td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td bgcolor='#8B8B8B'><img src='/asset/img/space.gif' width='1' height='1'></td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td>");
	document.writeln("		<table border='0' cellspacing='2' cellpadding='0' width='100%'>");
	document.writeln("		<tr align='center'>");
	document.writeln("			<td><font class='bottom-menu'><a href='/index.html'>Home</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/about/index.html'>About SAMSUNG</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/news/index.html'>News</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/products/index.html'>Products</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/support/index.html'>Support</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/contact_us/index.html'>Contact us</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/sports/index.html'>Sports</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/sitemap/index.html'>Site map</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/korean.html'>Korean</a></td>");
	document.writeln("		</tr>");
	document.writeln("		</table>");
	document.writeln("	</td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td bgcolor='#8B8B8B'><img src='/asset/img/space.gif' width='1' height='1'></td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td height='15'></td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td align='right'><font class='legal-notice'><a href='javascript:SiteAward()'>Site Awards</a><br>");
	document.writeln("	<a href='javascript:LegalNotices()'>Legal Notices</a><br>");
	document.writeln("	Copyright 2000 by Samsung<br>");
	document.writeln("	All rights reserved</td>");
	document.writeln("</tr>");
	document.writeln("<tr>");
	document.writeln("	<td height='20'></td>");
	document.writeln("</tr>");
	document.writeln("</table>");
}

function move_site(frm) {
    var myindex=frm.selectedIndex
    if (frm.options[myindex].value != null) {
				 window.open(frm.options[myindex].value);
    }
}

function FindIt() {
	document.SearchFrm.action = "http://www.samsung.com/search/cgi-bin/samsung1.cgi";
	document.SearchFrm.submit();
}

function LegalNotices() {
	document.location.href = "/legal_notices.html"
}

function SiteAward() {
	document.location.href = "/site_award.html"
}
