function CaricaFoto(img){
  foto1= new Image();
  foto1.src=("../../images/" + img);
  Controlla("../../images/" + img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,5);
  }
}
function viewFoto(img) {
name=img.split("/")
  largh=foto1.width+21;
  altez=foto1.height+21;
stringa="width="+largh+",height="+altez+",top="+(screen.height-altez)/2+",left="+(screen.width-largh)/2
  finestra=window.open(img,"News",stringa);
}

function valid()
{
BtnVal=true;
var check =  /[^0-9 -_/]+/  
var checkNumeric = /[^0-9 /]+/  
if (document.validation.fname.value=="")
    {
      BtnVal=false;
	  alert ("Insert the first name")
    }

	else if (document.validation.lname.value=="") 
	{
	  BtnVal=false;
	  alert("Insert the last name")
   }

   else if (document.validation.cname.value=="")
   {
       BtnVal=false;
       alert("Insert the company name")
   }

      else if (document.validation.phone.value=="")
   {
       BtnVal=false;
       alert("Insert your phone number")
   }
       else if (document.validation.phone.value.search(checkNumeric) != -1)
	   {
	       BtnVal=false;
		   alert(" insert correct phone number")
	   }

	      else if (document.validation.fax.value=="")
   {
       BtnVal=false;
	   alert(" insert your fax number")
   }
       else if (document.validation.fax.value.search(checkNumeric) != -1)
	   {
	       BtnVal=false;
		   alert(" insert the correct fax number")
	   }

   
   else if (document.validation.from_email.value=="")
   {
       BtnVal=false;
	   alert("insert your E-Mail")  }
   else if (!checkEmail())
   {
	 BtnVal=false;
	 alert( "insert the correct E-Mail" );	
   }
   

  
  else if (document.validation.subject.value=="")
   {
       BtnVal=false;
	   alert("insert the subject")
   }

     else if (document.validation.body.value=="")
   {
       BtnVal=false;
	   alert("insert the commnet")
   }

   return BtnVal;
   }

   function checkEmail() 
        {
       if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(validation.from_email.value))
        {
         BtnVal=true;
        }
		else 
		{
         BtnVal= false;                
        }
		 return BtnVal;
		}
		
function CaricaFoto(img){
  foto1= new Image();
  img="images/"+img
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,5);
  }
}
function viewFoto(img) {
name=img.split("/")
  largh=foto1.width+22;
  altez=foto1.height+22;
  stringa="width="+largh+",height="+altez+",top=80"+",left=160"
  finestra=window.open(img,"كاريكاتير",stringa);
}
function popUp() {
props=window.open('shtha.swf', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=500, height=420, left = 220, top = 150');
}
