﻿// JavaScript Document
AC_FL_RunContent = 0;
var head=5;
function headover(id,v){
	for(i=1;i<head;i++){
		if(e=document.getElementById('h'+i))e.className='topbutton1';
	}
	if(v==1){
		document.getElementById('h'+id).className='topbutton2';
	}else{
		document.getElementById('h1').className='topbutton2';
	}
}
function check_Email(emails1){
	/*
	alert(emails1);
	return false;
	//*/
	//*
	ReAddr=/([a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+\.([a-zA-Z])+/g;

	if(! (ReAddr.exec(emails1) ) ){

		alert("صيغة البريد الإلكتروني غير صحيحة");

		return false;

	} 
	return true;
	//*/
}

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-13264661-3']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
