	
	function statadmin (){
			parent.frames['content_frame'].location.href="http://www.fidelitel.com/priv_stats";
	}
	
	function emailadmin () {
		
		parent.frames['content_frame'].location.href="http://ash.phpwebhosting.com/cgi-bin/qmailadmin/";
	}
		
	function hidestatus(){
		window.status='Powered by // Datacore.Synchronism1.com'
	return true
	}
<!--
	
	/*-- Start Form Validation Functions ********************************************* --*/
	function NewWindow(mypage, myname, w, h, scroll) 
		{
			var winl = (screen.width - w) / 2;
			var wint = (screen.height - h) / 2;
			winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
			win = window.open(mypage, myname, winprops)
			if (parseInt(navigator.appVersion) >= 4) 
				{ 
					win.window.focus();
				}
		}
	
	function pop_legal(){
	
		NewWindow('legal_fr.html','other','600','300','yes');
	}
	
	function pop_legal2(){
		NewWindow('../legal_fr.html','other','600','300','yes');
	}
	
	function choice(){
		var str = document.mainform['sitem'].value;
			
		if ( str == 'NONE'){
			alert("Prière de Choisir une Section");
			event.returnValue=false;
		}
			
		if ( str == 'profil.html'){parent.location.href='profil.html';}
		if ( str == 'profil2.html'){parent.location.href='profil2.html';}
		if ( str == 'profil3.html'){parent.location.href='profil3.html';}
		if ( str == 'profil4.html'){parent.location.href='profil4.html';}
		if ( str == 'profil5.html'){parent.location.href='profil5.html';}
			
		if ( str == 'produits.html'){parent.location.href='produits.html';}
						
		if ( str == 'services.html'){parent.location.href='services.html';}
		if ( str == 'services2.html'){parent.location.href='services2.html';}
		if ( str == 'services3.html'){parent.location.href='services3.html';}
		
		if ( str == 'media_room.html'){parent.location.href='media_room.html';}
		if ( str == 'media_room2.html'){parent.location.href='media_room2.html';}
		if ( str == 'media_room3.html'){parent.location.href='media_room3.html';}
	
		if ( str == 'contact.html'){parent.location.href='contact.html';}
	}//function
	
	function contact_form(){
		var str = document.mainform['email'].value;
		var at='@'
		var dot='.'
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		var name = document.mainform['Objet'].value;
		var fonc = document.mainform['fonction'].value;
		var last = document.mainform['last_name'].value;
		var message = document.mainform['comments'].value;
		
		
		if (name =='Objet'){
			alert("Prière de Spécifier l'Objet de la Communcation ")
			event.returnValue=false;
		}
		
		else if (last ==''){
			alert('Prière de Spécifier votre Nom')
			event.returnValue=false;
		}
		
		else if (fonc ==''){
			alert('Prière de Spécifier votre Fonction')
			event.returnValue=false;
		}
		
		else if (str.indexOf(at)==-1){
		   alert('Adresse Email non valide')
		   event.returnValue=false;
		}
		else if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   alert('Adresse Email non valide')
		   event.returnValue=false;
		}
		else if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		   alert('Adresse Email non valide')
		   document.all['email'].value = "";
		   document.all['email'].focus();
		   event.returnValue=false;
		}
		else if (str.indexOf(at,(lat+1))!=-1){
		   alert('Adresse Email non valide')
		   document.all['email'].value = "";
		   document.all['email'].focus();
		   event.returnValue=false;
		 }
		 else if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		    alert('Adresse Email non valide')
		   document.all['email'].value = "";
		   document.all['email'].focus();
		   event.returnValue=false;
		 }
	 	else if (str.indexOf(dot,(lat+2))==-1){
		    alert('Adresse Email non valide')
		   document.all['email'].value = "";
		   document.all['email'].focus();
		   event.returnValue=false;
		 }
		 else if (str.indexOf(' ')!=-1){
		    alert('Adresse Email non valide')
		   document.all['email'].value = "";
		   document.all['email'].focus();
		   event.returnValue=false;
		 }
		 else if (lstr <= 0){
		   alert('Adresse Email non valide')
		   document.all['email'].value = "";
		   document.all['email'].focus();
		   event.returnValue=false;
		}   
		else if (message ==''){
		alert('Prière de Spécifier votre Message')
		event.returnValue=false;
		}
	}
	
	
	function Validate2(){
		var str = document.all['EmailList'].value;
		var at='@'
		var dot='.'
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		   alert('Adresse Email non valide')
		   document.all['EmailList'].value = "";
		   document.all['EmailList'].focus();
		   event.returnValue=false;
		}
		else if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   alert('Adresse Email non valide')
		   document.all['EmailList'].value = "";
		   document.all['EmailList'].focus();
		   event.returnValue=false;
		}
		else if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		   alert('Adresse Email non valide')
		   document.all['EmailList'].value = "";
		   document.all['EmailList'].focus();
		   event.returnValue=false;
		}
		else if (str.indexOf(at,(lat+1))!=-1){
		   alert('Adresse Email non valide')
		   document.all['EmailList'].value = "";
		   document.all['EmailList'].focus();
		   event.returnValue=false;
		 }
		 else if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		   alert('Adresse Email non valide')
		   document.all['EmailList'].value = "";
		   document.all['EmailList'].focus();
		   event.returnValue=false;
		 }
	 	else if (str.indexOf(dot,(lat+2))==-1){
		   alert('Adresse Email non valide')
		   document.all['EmailList'].value = "";
		   document.all['EmailList'].focus();
		   event.returnValue=false;
		 }
		 else if (str.indexOf(' ')!=-1){
		   alert('Adresse Email non valide')
		   document.all['EmailList'].value = "";
		   document.all['EmailList'].focus();
		   event.returnValue=false;
		 }
		 else if (lstr <= 0){
		   alert('Adresse Email non valide')
		   document.all['EmailList'].value = "";
		   document.all['EmailList'].focus();
		   event.returnValue=false;
		 }
	}//end function
	
	function Validate(){
		var str = document.all['EmailAddress'].value;
		var act = document.all['ActvityType'].value;
		var ex = document.all['ExpertiseType'].value;
		var at='@'
		var dot='.'
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
	
		if (str.indexOf(at)==-1){
		   alert('Adresse Email non valide')
		   document.all['EmailAddress'].value = "";
		   document.all['EmailAddress'].focus();
		   event.returnValue=false;
		}
		else if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   alert('Adresse Email non valide')
		   document.all['EmailAddress'].value = "";
		   document.all['EmailAddress'].focus();
		   event.returnValue=false;
		}
		else if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		    alert('Adresse Email non valide')
		   document.all['EmailAddress'].value = "";
		   document.all['EmailAddress'].focus();
		   event.returnValue=false;
		}
		else if (str.indexOf(at,(lat+1))!=-1){
		    alert('Adresse Email non valide')
		   document.all['EmailAddress'].value = "";
		   document.all['EmailAddress'].focus();
		   event.returnValue=false;
		 }
		 else if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		    alert('Adresse Email non valide')
		   document.all['EmailAddress'].value = "";
		   document.all['EmailAddress'].focus();
		   event.returnValue=false;
		 }
	 	else if (str.indexOf(dot,(lat+2))==-1){
		    alert('Adresse Email non valide')
		   document.all['EmailAddress'].value = "";
		   document.all['EmailAddress'].focus();
		   event.returnValue=false;
		 }
		 else if (str.indexOf(' ')!=-1){
		    alert('Adresse Email non valide')
		   document.all['EmailAddress'].value = "";
		   document.all['EmailAddress'].focus();
		   event.returnValue=false;
		 }
		 else if (lstr <= 0){
		   alert('Adresse Email non valide')
		   document.all['EmailAddress'].value = "";
		   document.all['EmailAddress'].focus();
		   event.returnValue=false;
		 }
		else if (act == 'Votre Type d’Activité'){
		   alert('Veuillez selectionner Type d’Activité')
		   event.returnValue=false;
		 }
		 else if (ex == 'Expertise Désirée'){
		   alert('Veuillez selectionner Epextise Désirée')
		   event.returnValue=false;
		 }
		  else if (ex == 'Expertise Désirée'){
		   alert('Veuillez selectionner Epextise Désirée')
		   event.returnValue=false;
		 }
		
	}
	
	function ClearOut(){
		if (document.all['EmailAddress'].value == "Votre Adresse Email" || document.all['EmailAddress'].value == "Envoi...")
			document.all['EmailAddress'].value = "";
	}
	function ClearOut2(){
		if (document.all['EmailList'].value == "Votre Adresse Email" || document.all['EmailList'].value == "Envoi...")
			document.all['EmailList'].value = "";
	}
	/*-- Start Form Validation Functions ********************************************* --*/