//<!--
function showemoticonhelp() {
	msgWindow=window.open('./includes/emoticonhelp.php' ,'emoticonhelp','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=350,height=360');
}
function submitcomment() {
	if (frmcomment.comment.innerText=="") {
		alert ('Please enter your message on the box.');
		return false;
	}
	else
		return true;
}
//-->