
document.write('<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">');
document.write('	<tr>');
document.write('		<td><img height="60" src="../../news/images/news_bar.gif" width="468" border="0"></td>');
document.write('		<td><a href="../../maker/web/wizard_start.aspx"><img height="60" src="../../images/homepage/start_do_03.gif" width="120" alt="点击这里开始自己动手制作工具条..."');
document.write('					border="0"></a></td>');
document.write('	</tr>');
document.write('</table>');
document.write('<table id="table139" cellSpacing="0" cellPadding="0" width="100%" border="0">');
document.write('	<tr>');
document.write('		<td bgColor="#a7dbde">&nbsp; <A href="../../news/web/"><STRONG><font id="mctgt0">新秀作坊</font></STRONG></A>&nbsp;<img src="../../images/icons/location_arrow.gif" alt="" border="0">');
document.write('			<A href="../../news/web/news_list.aspx?newsCtgID=101"><font id="mctgt101">基础知识</font></A><span class="dot">');
document.write('				· <A href="../../news/web/news_list.aspx?newsCtgID=103"><font id="mctgt103">使用操作</font></A>');
document.write('				· <A href="../../news/web/news_list.aspx?newsCtgID=105"><font id="mctgt105">动手制作</font></A>');
document.write('				· <A href="../../news/web/news_list.aspx?newsCtgID=107"><font id="mctgt107">业界动态</font></A></span></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td align="center">&nbsp; 按关键词查询：<input type="text" name="keyword" size="16" value="" ID="Text1">');
document.write('			<select size="1" name="newsCtgID" ID="newsCtgID">');
document.write('				<option value="0">新秀作坊全部</option>');
document.write('				<option value="101">基础知识</option>');
document.write('				<option value="103">使用操作</option>');
document.write('				<option value="105">动手制作</option>');
document.write('				<option value="107">业界动态</option>');
document.write('			</select>');
document.write('			<input type="button" onclick="javascript:do_search();" class="actionbutton" value="查询" name="B3" ID="Button1">');
document.write(' <a href="javascript:history.go(-1);"><img border="0" src="../../news/images/return.gif" width="50" height="18" border="0" alt="返回前一浏览页面"></a>');
			
						
			
document.write('		</td>');
document.write('	</tr>');
document.write('</table>');
document.write('<table id="Table2" cellSpacing="1" cellPadding="1" width="96%" align="center" border="0">');
document.write('	<tr>');
document.write('		<td height="12"><FONT face="宋体"></FONT></td>');
document.write('	</tr>');
document.write('</table>');


				function do_search() {
					var keyword = document.Form1.keyword.value;
					var newsCtgID = document.Form1.newsCtgID.value;
					document.location.href = "../../news/web/news_list.aspx?newsCtgID=" + newsCtgID + "&keyword=" + keyword;
				}		
				
				for (i=0; i< document.Form1.newsCtgID.options.length; i++) {
	　				if (document.Form1.newsCtgID.options[i].value == newsCtgID) {
	　					document.Form1.newsCtgID.selectedIndex = i;
	　				}
	　			}	　		
	　			document.Form1.all("mctgt" + newsCtgID).className = "mctgCurrent";	