function CheckForm()
{
	/*if ( (document.searchform.t.value != "finance") || (document.searchform.t.value != "emploi") || (document.searchform.t.value != "droit") ) {
		alert("Veuillez sélectionner un thème, puis taper votre mot-clé");
		document.searchform.t.focus();
		return false;
	}*/
	
	if (document.searchform.q.value == "") {
		alert("Veuillez saisir un mot clé.");
		document.searchform.q.focus();
		return false;
	}
return true;
}

function homepage(){
	if ( navigator.appName != 'Microsoft Internet Explorer' ){
		this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.moxy.fr/');
	}
	else {
		
	}
}

function favoris() {
	if ( navigator.appName != 'Microsoft Internet Explorer' ){
			window.sidebar.addPanel("Moxy - Moteur de recherche spécialisé","http://www.moxy.fr",""); 
	}
	else { 
		window.external.AddFavorite("http://www.moxy.fr","Moxy - Moteur de recherche spécialisé"); 
	}
}

/*
***********************************************************************************************
*/

