document.writeln("<div id=\"top01\"><a href=\"..\/\"><img id=\"logo\" src=\"..\/img\/logo.gif\" border=\"0\" alt=\"HOME PAGE\" \/><\/a>");
document.writeln("<div>");
document.writeln("<table width=\"80%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"float:right; margin-top:90px;\">");
document.writeln("  <tr valign=\"bottom\">");
document.writeln("    <td width=\"15%\"><a href=\"..\/about\/index.html\" class=\"lefttext\">COMPANY&nbsp;PROFILE<\/a><\/td>");
document.writeln("    <td width=\"9%\"><a href=\"..\/product\/index.asp\" class=\"lefttext\">PRODUCT<\/a><\/td>");
document.writeln("    <td width=\"17%\"><a href=\"..\/news\/index.asp\" class=\"lefttext\">LATEST&nbsp;ACTIVITES<\/a><\/td>");
document.writeln("    <td width=\"16%\">DISTINGUISHED&nbsp;VIP<\/td>");
document.writeln("    <td width=\"20%\"><a href=\"..\/about\/detail.html\" class=\"lefttext\">DESIGNERS&nbsp;INTRODUCTION<\/a><\/td>");
document.writeln("    <td width=\"23%\"><a href=\"..\/contact\/index.html\" class=\"lefttext\">CONTACT&nbsp;US<\/a><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<\/div>");
document.writeln("<\/div>")

function check()
{
	if (document.Search.keyword.value=='')	
	{
		alert('Please fill in the keyword!');
		document.Search.keyword.focus();
		return false;
	}
	
}

