function popitup(url,height,width) {
	newwindow=window.open(url,'name','toolbar=no,menubar=no,dependent=yes,resizable=yes,scrollbars=no,height='+height+',width='+width+'');
	if (window.focus) {newwindow.focus()}
	return false;
}// JavaScript Document


function valid_new(frmsend){
	if(document.forms.frmsend.search.value=="" || document.forms.frmsend.search.value.length<3){
		alert ('الرجاء ادخال كلمه للبحث');
		document.forms.frmsend.search.focus();
		return false;
	}
	
}

