function PrintBottom() {  // ÇÏ´Ü ¸Þ´º Ãâ·Â
	document.writeln("<table border='0' cellspacing='0' cellpadding='0' width='500'>");
	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='50'></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='/english/index.htm'>Home</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("		<td><font class='bottom-menu'><a href='/english/index.htm'>About NAKAYAMA</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/english/Quality.htm'>Quality </a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/english/product.htm'>Products</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/chinese/prokuang.htm'>community</a></td>");
document.writeln("			<td> <font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/chinese/support.htm'>Support</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='/english/contact.htm'>Contact us</a></td>");
	document.writeln("			<td><font class='bottom-menu'>|</td>");
	document.writeln("			<td><font class='bottom-menu'><a href='index.htm'>Site map</a></td>");
	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'>Copyright 2000 by NAKAYAMA All rights reserved <br>");
		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.htm"
}

function SiteAward() {
	document.location.href = "/site_award.htm"
}
