function searchfunction()
{
	document.write("<table width='90%' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr><form name='searchform' method='post' onsubmit='return searchsubmit();'>");

        document.write("<input type=hidden name=searchword>");
	document.write("<td align='center'>");
	document.write("<tr><td height='25' align='left' class='ifont1' >¹Ø¼ü×Ö:<input type='text' name='keyword' class='area1'></td></tr>");
	document.write("<tr><td height='30' align='center'>&nbsp;<a href='/was40/advsearch.htm'><img src='images/bottonadv.jpg' border='0'></a>&nbsp;<input type='image' name='Submit' value='submit' src='images/botton1.jpg'></td></tr>");
	document.write("</td></form>");
	document.write("</tr>");
	document.write("</table>");
}


function searchfunction1()
{
	document.write('<table width="90%" border="0" cellspacing="0" cellpadding="0">');
	document.write("<form name='searchform' method='post' onsubmit='return searchsubmit1();'>");
	document.write('<tr><td><img src="http://www.zhaoqing.gov.cn/images/3-rsan1.jpg" width="164" height="9"></td></tr><tr>');
	document.write('<td height="63" align="center" background="http://www.zhaoqing.gov.cn/images/3-rsan2.jpg"><table width="98%" border="0" cellspacing="0" cellpadding="0">');
    document.write('<tr><td height="73" align="center" background="http://www.zhaoqing.gov.cn/images/3-bgbgbg.jpg"><table width="93%" border="0" cellspacing="0" cellpadding="0" class="ifont1"><tr>');
	document.write('<td height="25" align="center">¹Ø¼ü×Ö£º<input type="text" name="keyword" size="10" class="area1"></td></tr><tr>');
	document.write('<td height="30" align="right"><a href="http://www.zhaoqing.gov.cn/was40/advsearch.htm"><img src="http://www.zhaoqing.gov.cn/images/3-bbb.jpg" width="68" height="18" border=0></a>&nbsp;');
    document.write('<input type="image" name="Submit" value="submit" src="http://www.zhaoqing.gov.cn/images/3-botton1.jpg" width="61"></td></tr></table></td></tr></table></td>');
	document.write('</tr><tr><td><img src="http://www.zhaoqing.gov.cn/images/3-rsan3.jpg" width="164"></td></tr></form></table>');

	
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_jumpMenuGo(selName,targ,restore){ //v3.0
  var selObj = MM_findObj(selName); if (selObj) MM_jumpMenu(targ,selObj,restore);
}
function searchsubmit1()
{
	if(document.searchform.keyword.value=="")
	{
		alert("ÇëÊäÈë¼ìË÷´Ê!");
		return false;
	}
  var kw = document.searchform.keyword.value;
  document.searchform.action="http://www.zhaoqing.gov.cn:8080/was40/search?channelid=5223&searchword="+kw;
}

