function ChackPinPunForm(form){
	if (form.Title.value==""){alert('评论 [标题] 不能留空!请输入:');form.Title.focus();return false;}
	if (form.Info.value==""){alert('评论 [内容] 不能留空!请输入:');form.Info.focus();return false;}else{
	if (form.Info.value.length>255){alert('评论 [内容] 不可以大于255个字符,\n\n因超出了上限,所以只收录前255个字符!');}
}	}


function showWin(page,ptitle,w,h){
	if (ptitle==null){ptitle="";};	if (w==null){w=735;};	if (h==null){h=465;};
	window.open(page,ptitle,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+w+",height="+h);}

