function save(){
			var oForm = document.forms.form_zayv;
		
		/*	if (oForm.forum_id.value==""){
				alert("Выберите форум, которому будет принадлежать следующая тема!");
			}else if(oForm.them.value==""){
				alert("Введите заголвок темы!");
				oForm.them.focus();
			}else if(oForm.them.value=="\\"){
				alert("Вам че заняться больше нечем не нада сайт ламать! За эта можна и в лоб славить!");
				oForm.them.focus();
			}else if(oForm.comments.value==""){
				alert("Заполните поле сообщение!");
				oForm.comments.focus();
			}else{*/
				
				oForm.submit();
			//}
		}
		
		
		
		function openContact(url,name,width,height) {
		    if (!width) width = 400;
		    if (!height) height = 520;
			var w=window.open(url,name,"width="+width+",height="+height+",resizable=1,toolbar=0,location=0,status=0,menubar=0,directories=0,scrollbars=yes,top=0,left=0");
			w.focus();
		}	
		function openContact2(url,width,height) {
			url = "/preview?img=f"+url+".jpg";
		    if (!width) width = 400;
		    if (!height) height = 520;
			var w=window.open(url,'',"width="+width+",height="+height+",resizable=1,toolbar=0,location=0,status=0,menubar=0,directories=0,scrollbars=yes,top=0,left=0");
			w.focus();
		}
		
			function openContact3(url,width,height) {
			
		    if (!width) width = 400;
		    if (!height) height = 520;
			var w=window.open(url,'',"width="+width+",height="+height+",resizable=1,toolbar=0,location=0,status=0,menubar=0,directories=0,scrollbars=yes,top=0,left=0");
			w.focus();
		}