function forcer_send()
{
	
	   var mail = /^[\w\-]+(\.[\w\-]+)*@[\w\-]+(\.[\w\-]+)*\.[\w\-]{2,3}$/;
	   if(document.getElementById('nom').value=='')
	   {
		 alert('Entrer votre nom');
		 return false;
	   }
	   else if(!mail.test(document.getElementById('email').value))
	   {
		 alert('Vérifiez votre Ardesse mail');
    	 return false;
	   }
	   else if(!mail.test(document.getElementById('f_email').value))
	   {
		 alert("Vérifiez l'adresse du destinataire");
		 return false;
	   }
	   else if(document.getElementById('message').value=='')
	   {
		alert('Tapez votre message');
		 return false;
	   }
	
	   return true;
   
}


function favoris() 
	{
			if ( navigator.appName != 'Microsoft Internet Explorer' )
			{ 
			   window.sidebar.addPanel("exemple","http://www.phone-assistance.com","Phone Group",""); 
			}
			else
			{ 
				window.external.AddFavorite("http://www.phone-assistance.com","Phone Group");
			} 
    }
	function popUp()
	{
	
			 var day=new Date();
			 var URL="site_recommandation.php";
			 id = day.getTime();
			 width=600;
			 height=600;
			 var PosX = ( screen.availWidth - height ) / 2; 
			 var PosY = ( screen.availHeight - width ) / 2; 
			 eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left = "+PosX+",top ="+PosY+"');");
	 
	}
	
	function PupsiteMap()
	{
	
			 var day=new Date();
			 var URL="site_map.php";
			 id = day.getTime();
			 width=600;
			 height=600;
			 var PosX = ( screen.availWidth - height ) / 2; 
			 var PosY = ( screen.availHeight - width ) / 2; 
			 eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left = "+PosX+",top ="+PosY+"');");
	 
	}
