﻿function ckf(obj){
if(obj.keyword.value==''){
alert('请输入搜索关键字!');
obj.keyword.focus();
return false;
}
}

document.write("<table width=\"100%\" height=\"25\" style=\"overflow:hidden;\" border=\"0\" cellspacing=\"0\"><tr>");
document.write("<td align=\"right\" background=\"/image/corp/style/common/top_bg.gif\"><a href=\"http://www.efu.com.cn\" target=\"_blank\">首页</a> | <a href=\"http://news.efu.com.cn\" target=\"_blank\">资讯</a> | <a href=\"http://news.efu.com.cn/list/cid-11/newslist.htm\" target=\"_blank\">市场</a> | <a href=\"http://www.efu.com.cn/corp\" target=\"_blank\">企业</a> | <a href=\"http://www.efu.com.cn/brand\" target=\"_blank\">品牌</a> | <a href=\"http://www.efu.com.cn/product\" target=\"_blank\">产品</a> | <a href=\"http://www.efu.com.cn/fashion\" target=\"_blank\">时尚</a> | <a href=\"http://www.efu.com.cn/person\" target=\"_blank\">人物</a> | <a href=\"http://www.efu.com.cn/design\" target=\"_blank\">设计</a> | <a href=\"http://www.efu.com.cn/job\" target=\"_blank\">人才</a> | <a href=\"http://www.efu.com.cn/edu\" target=\"_blank\">院校</a> | <a href=\"http://www.efu.com.cn/exposition\" target=\"_blank\">展会</a> | <a href=\"http://www.efu.com.cn/media\" target=\"_blank\">媒体</a> | <a href=\"http://www.efu.com.cn/exposition/video\">视频</a> | <a href=\"http://search.efu.com.cn\" target=\"_blank\">搜索</a> | <a href=\"http://www.efu.com.cn/forum\" target=\"_blank\" style=\"padding-right:10px;\">论坛</a></td>");
document.write("</tr><tr><td height=\"1\" class=\"top-line\"></td></tr></table>");
document.write("<table width=\"100%\" height=\"70\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr>");
document.write("<td style=\"padding-left:10px;\"><img src=\"/image/efu_logo.gif\"></td>");
document.write("<td align=\"right\" valign=\"top\"><table height=\"40\" border=\"0\" cellpadding=\"4\" cellspacing=\"0\">");
document.write("<tr><td width=\"47\" background=\"/image/corp/style/common/top2.gif\">&nbsp;</td>");
document.write("<td align=\"right\" background=\"/image/corp/style/common/top2_bg.gif\">");

document.write("<form name=\"form1\" method=\"get\" action=\"http://search.efu.com.cn/search.aspx\" target=\"_blank\" style=\"margin:0px;\">");
document.write("<input type=\"text\" name=\"keyword\" /> ");
document.write("<select name=\"v\">");
document.write("<option value=\"1,2,3,4,5,6\" selected=\"selected\">全站搜索</option>");
document.write("<option value=\"6\">服装网站</option><option value=\"1\">服装企业</option>");
document.write("<option value=\"2\">服装资讯</option><option value=\"3\">服装品牌</option>");
document.write("<option value=\"4\">产品图片</option><option value=\"5\">供求商机</option></select> ");
document.write("<input type=\"submit\" name=\"Submit\" value=\"搜索\" onClick=\"return ckf(this.form)\" />");
document.write("</form></td></tr></table></td></tr></table>");
