<!-- 
function localpage(y,v) {
	if (y) {
		parent.doc_hidden.document.list_form.x.value=v;
		parent.doc_hidden.document.list_form.submit();
	}
	else {
		document.page_form.x.value=v;
		document.page_form.submit();
	}
}
function br(v) {
	if (v.set.value =='del_post') {
		v.mess.disabled=true;
		v.color.disabled=true;
	}
	else {
		v.mess.disabled=false;
		v.color.disabled=false;
	}
}
function look(v) {
	var ls=window.open('','ls','width=300,height=100');
	ls.document.open();
	ls.document.write('<html>\n');
	ls.document.write('<head>\n');
	ls.document.write('<title>觀 看 板 主 回 應 表 單</title>\n');
	ls.document.write('<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=big5">\n');
	ls.document.write('<script language="JavaScript">\n');
	ls.document.write('<!--\n');
	ls.document.write('function check(aft) {\n');
	ls.document.write('\tif (aft.pass.value ==\'\') {\n');
	ls.document.write('\t\talert(\'請輸入悄話密碼 !!!\');\n');
	ls.document.write('\t\taft.pass.focus();\n');
	ls.document.write('\t\treturn false;\n');
	ls.document.write('\t}\n');
	ls.document.write('\topener.document.look_form.get.value=aft.file.value;\n');
	ls.document.write('\topener.document.look_form.chk.value=aft.pass.value;\n');
	ls.document.write('\topener.document.look_form.submit();\n');
	ls.document.write('\twindow.close();\n');
	ls.document.write('}\n');
	ls.document.write('//-->\n');

	ls.document.write('</script>\n');
	ls.document.write('</head>\n');
	ls.document.write('<body bgcolor="f8f8f8" topmargin="2" onload="document.kk_form.pass.focus();">\n');
	ls.document.write('<table border="0" align="center" valign="middle">\n');
	ls.document.write('<form method="post" onsubmit="return (check(this));" name="kk_form">\n');
	ls.document.write('<input type="hidden" name="file" value="'+v+'">\n');
	ls.document.write('\t<tr>\n');
	ls.document.write('\t<td colspan="3" align="center"><font color="0000ff">觀 看 板 主 回 應 表 單</font></td>\n');
	ls.document.write('\t</tr>\n');
	ls.document.write('\t<tr>\n');
	ls.document.write('\t<td>請輸入悄話密碼：</td>\n');
	ls.document.write('\t<td><input type="password" name="pass" autocomplete="off" size="12">\n');
	ls.document.write('\t</tr>\n');
	ls.document.write('\t<tr>\n');
	ls.document.write('\t<td colspan="3" align="center"><input type="submit" value="----------- 確定送出 ----------"></td>\n');
	ls.document.write('\t</tr>\n');
	ls.document.write('</form>\n');
	ls.document.write('</table>\n');
	ls.document.write('</body>\n');
	ls.document.write('</html>');
	ls.document.close();
}
//-->
