function check() {

if ( document.to_quest.author.value == "" || document.to_quest.answer.value == "" ) {
	alert("Вы должны заполнить обязательные поля");
	return false;
	}
	else { 
		document.to_quest.submit(); 
		}
}



function img(razd, link, w, h) {

newWindow = window.open("/img/" + razd + "/" + link + ".htm",'link', "top=30, left=30, 0, 0, 0, 0, 0, 0, 1, width= " + w + ", height="+ h);
newWindow.focus();
}



function img2(link, w, h) {
newWindow = window.open(link,'link', "top=30, left=30, menubar=yes, toolbar=no, location=no, directories=no, status=no, scrollbars=yes, resizable=yes, width= " + w + ", height="+ h);
newWindow.focus();
}