﻿//功能：检查搜索表单,有没有输入关键字
//作者：lison
//创建日期：2006-07-21
function doSearch_SoEasy(obj)
{
  if(obj.keyword.value=="" || obj.keyword.value=="关键字")
  {
	alert("请输入关键字");
	obj.keyword.select();
	return false;
  }
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}



document.write("                 ")

document.write("                    <form name=\"SoEasy_Form\" action=\"/cn/soeasy/search_result.asp\" method=\"post\" target=\"_blank\" onsubmit=\"return doSearch_SoEasy(this);\">")


//language
document.write("                       <SELECT class=\"top-language\" onchange=\"MM_jumpMenu('this',this,0)\" name=select>")
document.write("                            <OPTION selected>语言选择..</OPTION>")
document.write("                            <OPTION value=/cn/index.asp>中文简体</OPTION>")
document.write("                            <OPTION value=http://www.cantonfair.org.cn:82/gate/big5/www.cantonfair.org.cn/cn/index.asp>中文繁體</OPTION>")
document.write("                            <OPTION value=/en/index.asp>English</OPTION>")
document.write("                            <OPTION value=/french/index.html>French</OPTION>")
document.write("                            <OPTION value=/german/index.html>German</OPTION>")
document.write("                            <OPTION value=/Italian/index.html>Italian</OPTION>")
document.write("                            <OPTION value=/russian/index.html>Russian</OPTION>")
document.write("                            <OPTION value=/spanish/index.html>Spanish</OPTION>")
document.write("                            <OPTION value=/Portuguese/index.html>&nbsp;Portuguese</OPTION>")
document.write("                            <OPTION value=/arabic/index.html>Arabic</OPTION>")
document.write("                            <OPTION value=/korean/index.html>Korean</OPTION>")
document.write("                            <OPTION value=/japanese/index.html>Japanese</OPTION>")
document.write("                        </SELECT>")

//soeasy
document.write("							<img src=\"/cn/images/public/line_top.gif\" align=\"absmiddle\">")
document.write("                     <a href=\"http://www.cantonfair.org.cn/cn/soeasy/\" target=\"_blank\" ><img src=\"/cn/images/public/right_soeasy.gif\" border=\"0\" align=\"absmiddle\"></a>")
document.write("                     <input name=\"keyword\" type=\"text\" class=\"border-03\" value=\"关键字\" size=\"15\" onmouseover=\"this.select();\" onclick=\"this.value=''\" align=\"absmiddle\">&nbsp;<input type=\"image\" src=\"/cn/images/public/btn_search.gif\"  align=\"absmiddle\">")


document.write("                         </form>")