/* ************************************************************* */ 
function RechercheDirect()
{
		Formulaire=document.RECHRAP;	
		LeTypeRech=Formulaire.TYPERECHRAP.value;
		if(LeTypeRech!=-1)
		{
			Formulaire.SEARCH.value=LeTypeRech;
			if(LeTypeRech==2)
				Formulaire.DATA.value="A";
			else
				Formulaire.DATA.value=-1;
			Formulaire.submit();
		}
}
/* ************************************************************* */ 
function RechercheDirectMaison()
{
		Formulaire=document.RECHMAIS;	
		LeTypeMaison=Formulaire.MAISONS.value;
		if(LeTypeMaison!=-1)
		{
			Formulaire.SEARCH.value=1;
			Formulaire.DATA.value=LeTypeMaison;
			Formulaire.submit();
		}
}
/* ************************************************************* */ 
function RechercheDirectTheme()
{
		Formulaire=document.RECHMAIS;	
		LeTypeMaison=Formulaire.MAISONS.value;
		if(LeTypeMaison!=-1)
		{
			Formulaire.SEARCH.value=3;
			Formulaire.DATA.value=LeTypeMaison;
			Formulaire.submit();
		}
}
/* ************************************************************* */  
function eMail_Valide(eMail)
{
	Un_Tableau=eMail.split("@")
	if(Un_Tableau.length!=2)
	{
		return false;
	}
	Un_Tableau=Un_Tableau[1].split(".")
	if(Un_Tableau.length<2)
	{
		return false;
	}
	if ((Un_Tableau[Un_Tableau.length-1].length<2))
	{
		return false;
	}
	return true;
}
/* ************************************************************* */ 
function ListeOuvrageAuteur(LaLettre,LeID,IDDirect,Page,iframe)
{
	Parametre=LaLettre+","+LeID+","+IDDirect+","+Page;;
	if(iframe==1)
		parent.document.location="recherche.php?SEARCH=21&DATA="+Parametre;
	else
		document.location="recherche.php?SEARCH=21&DATA="+Parametre;
}
/* ************************************************************* */ 
function RechercheDirectAuteurs(LaLettre)
{
	document.location="recherche.php?SEARCH=2&DATA="+LaLettre;
}
/* ************************************************************* */ 
function RetourDirectAuteurs(LaLettre,IDDirect,iframe)
{
	Parametre=LaLettre+",-1,"+IDDirect;
	if(iframe==1)
		parent.document.location="recherche.php?SEARCH=2&DATA="+Parametre;
	else
		document.location="recherche.php?SEARCH=2&DATA="+Parametre;

}
/* ************************************************************* */
function Bientot()
{
	alert("Bientôt en ligne.");
}
/* ************************************************************* */ 
function MontreAccueil()
{
	document.location="accueil.php?KEYPAGE=1"
}
/* ************************************************************* */ 
function MontreAcropole()
{
	document.location="accueil.php?KEYPAGE=2"
}
/* ************************************************************* */ 
function MontreBelfond()
{
	document.location="accueil.php?KEYPAGE=3"
}
/* ************************************************************* */ 
function MontreConvergences()
{
	document.location="accueil.php?KEYPAGE=4"
}
/* ************************************************************* */ 
function MontreHorsCollection()
{
	document.location="accueil.php?KEYPAGE=5"
}
/* ************************************************************* */ 
function MontreLonelyPlanet()
{
	document.location="accueil.php?KEYPAGE=6"
}
/* ************************************************************* */ 
function MontreOmnibus()
{
	document.location="accueil.php?KEYPAGE=7"
}

/* ************************************************************* */ 
function MontrePreAuxClercs()
{
	document.location="accueil.php?KEYPAGE=8"
}
/* ************************************************************* */ 
function MontrePressesdelaCite()
{
	document.location="accueil.php?KEYPAGE=9"
}
/* ************************************************************* */ 
function MontreSolar()
{
	document.location="accueil.php?KEYPAGE=10"
}
/* ************************************************************* */ 
function MontreHemma()
{
	document.location="accueil.php?KEYPAGE=11"
}
/* ************************************************************* */ 
function MontreLangueauchat()
{
	document.location="accueil.php?KEYPAGE=12"
}
/* ************************************************************* */ 