function jc(cid) {window.open("m/comment.asp?cid="+cid,'ow','width=480,height=480,scrollbars=yes,status=yes');}
function jl(lid) {var xmlhttp;xmlhttp=new XMLHttpRequest();xmlhttp.onreadystatechange=function() {if (xmlhttp.readyState==4 && xmlhttp.status==200){document.getElementById("myLike").innerHTML=xmlhttp.responseText;}}
xmlhttp.open("POST","m/like.asp?lid="+lid,true);xmlhttp.send();}
function jv(){if (document.userCommentForm.uName.value==''||document.userCommentForm.uEmail.value==''||document.userCommentForm.uBot.value==''||document.userCommentForm.uComment.value=='') {document.getElementById('uuName').style.borderColor="#ff3300";document.getElementById('uuEmail').style.borderColor="#ff3300";document.getElementById('uuBot').style.borderColor="#ff3300";document.getElementById('uuComment').style.borderColor="#ff3300";document.getElementById('uuComment').style.borderStyle="inset";document.getElementById('uuComment').style.borderWidth="2";return false;}}
