// JavaScript Document
//<!-- <meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> -->
	
function add_com(){
if(document.formcom.namecom.value==""){alert("اكتب الاسم من فضلك");document.formcom.namecom.focus() ; return false ;}
if(document.formcom.comcom.value==""){alert("المرجو كتابة التعليق");document.formcom.comcom.focus() ; return false ;}
	else{return true ;}
	
}

function downla(){
focus() ;
}

function SendTo(url){
	var url;
	window.open (url, "new_web","width = 410 , height = 346");
}


function send_msg(){
if(document.form_send_msg.ReceiverEmail.value==""){alert("عفوا...اكتب بريد صديقك");document.form_send_msg.ReceiverEmail.focus() ; return false ;}
if(document.form_send_msg.SenderEmail.value==""){alert("عفوا...اكتب بريدك الإلكتروني");document.form_send_msg.SenderEmail.focus() ; return false ;}
if(document.form_send_msg.Subject.value==""){alert("عفوا...اكتب عنوان الرسالة");document.form_send_msg.Subject.focus() ; return false ;}
if(document.form_send_msg.Message.value==""){alert("عفوا...المرجو كتابة الرسالة");document.form_send_msg.Message.focus() ; return false ;}
	else{return true ;}
	
}