function show_search_form(len,ecd)
{
	/*
	document.write("<form method='post' action='http://jinglu.cbeta.org/jinglu_search.php' target='_blank'>");
	document.write("    <p>經　名 <input name='sutra_name' size='" + len + "' type='text'>");
	document.write("    <br>朝　代 <input name='sutra_dynasty' size='" + len + "' type='text'>");
	document.write("    <br>作譯者 <input name='sutra_byline' size='" + len + "' type='text'>");
	document.write("    <input type='hidden' name='ecd' value='" + ecd + "'>");
	document.write("    <br>　　　 <input name='Submit' value='經錄查詢' type='submit'>");
	document.write("    <br>(<a href='http://jinglu.cbeta.org/add_search_form.htm' target='_blank'>加入經錄查詢</a>)</p>");
	document.write("</form>");
	*/
	document.write("<form method='post' action='http://jinglu.cbeta.org/jinglu_search.php' target='_blank'>");
	document.write("    <p>&#x7d93;&#x3000;&#x540d; <input name='sutra_name' size='" + len + "' type='text'>");
	document.write("    <br>&#x671d;&#x3000;&#x4ee3; <input name='sutra_dynasty' size='" + len + "' type='text'>");
	document.write("    <br>&#x4f5c;&#x8b6f;&#x8005; <input name='sutra_byline' size='" + len + "' type='text'>");
	document.write("<input type='hidden' name='ecd' value='" + ecd + "'>");
	document.write("    <br>&#x3000;&#x3000;&#x3000; <input name='Submit' value='&#x7d93;&#x9304;&#x67e5;&#x8a62;' type='submit'>");
	document.write("    <br>(<a href='http://jinglu.cbeta.org/add_search_form.htm' target='_blank'>&#x52a0;&#x5165;&#x7d93;&#x9304;&#x67e5;&#x8a62;</a>)</p>");
	document.write("</form>");
}
