function valid(){
        parent.document.title="שולח הודעה .."  
	f=document.cForm;
	protect=f.msg_name.value;
		document.all('Submit').disabled=true;
		zoneFrMsg1.innerHTML='<font color="black"><strong>...שולח הודעה</strong></font><P><CENTER><FONT size=3>בחסות אתר של סרטים מצויירים</FONT><A href="javascript:GoTOSuperfuni ()"><FONT color=#ff0000 size=3>yossi.tipo.co.il</FONT></A><HR></CENTER>';
	if (f.msg_title.value==""){
		document.all('Submit').disabled=false;
		document.all('Submit').style.display='';
		zoneFrMsg1.innerHTML='<strong>!! שדה הכותרת חייב להיות מלא</strong>';
        parent.document.title="שגיאה!"; 
		f.msg_title.focus()
		return false;
	}
	if (protect.indexOf('<')!=-1&&protect.indexOf('>')!=-1){
if (protect.indexOf('</')==-1){
		f.msg_name.value="";
		zoneFrMsg1.innerHTML='<strong>.. שולח הודעה</strong>';
top.location.href="javascript:;history.back()";
		f.msg_name.focus()
		return false;
}
	}

	return true;
}
function GoTOSuperfuni ()
{
window.open("http://yossi.tipo.co.il")}
