document.write('<center>');
document.write('<form action=http://www.victortong.com/cgi-bin/bookmark/navi.cgi method=POST>');
document.write('<table width=90% border=1 cellspacing=0 cellpadding=8 bordercolor=#C0C0C0>');
document.write('<tr><td><center>搜尋已登錄資料：');
document.write('	<input type=hidden name=mode value="search">');
document.write('	<input type=text size=20 name=word>');
document.write('		<select name=cond>');
document.write('		<option value=and selected	>搜尋方式');
document.write('		<option value=and 		>及（AND）');
document.write('		<option value=or		>或（OR）');
document.write('		</select>');
document.write('	<input type=submit value="搜尋">');
document.write('</td></tr></table></form></center>');
