
function openWindow(url,width,height) 
{

    x = (640 - width)/2, y = (480 - height)/2;

    if (screen) 
    {
        y = (screen.availHeight - height)/2;
        x = (screen.availWidth - width)/2;
    }

    window.open(url,'newWin','width='+width+',height='+height+',screenX='+x+',screenY='+y+',top='+y+',left='+x);
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}




	eml_val = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/



	



	function emailCheck(thisForm) {



	if (eml_val.test(thisForm)) {



	return true



	}



	



	alert("الرجاء ادخال عنوان بريد الكتروني صحيح")



	return false



	}



	function SendData(itemName) {



		window.location="search.php?q="+document.all.SearchText.value;



	}


