function viewImg(imgName,title,width,height){ 
var WinImg = window.open('view.php?img='+imgName+'&title='+title,'WinImg','width='+width+',height='+height+',top=100,left=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
WinImg.focus();}
function tabl(t){t.style.background="#dbe3bf"}
function tabl_o(t){t.style.background="none"}
function login_valid(form){
	if (form.email.value==""){alert('Укажите Email регистрации на сайте'); form.email.focus(); return (false);}
	if (form.pass.value==""){alert('Введите пароль'); form.pass.focus(); return (false);}
	return (true);
}
function online_valid(form,var1){
	if (form.strparam.value==""){
		if (var1=="theme") alert('Тема не может быть пустой');
		if (var1=="mess") alert('Сообщение не может быть пустым');
		form.strparam.focus();
		return (false);
	}
	return (true);
}