//variable pour l'effacement du texte dans le moteur de recherche
var erased_annuaire = false;

//on enleve les erreurs eventuelles
function no_error()
{ return true; }
window.onerror = no_error;

function open_popup(page,hauteur,largeur)
//ouvre une popup
{ window.open(page,"Popup","status=no,scrollbars=yes,resizable=no,height="+hauteur+",width="+largeur+",top=0,left=0"); }

function confirm_delete(page, texte)
//demande une confirmation avant de supprimer un site ou une categorie
{
confirmation = confirm('Etes vous sur de vouloir supprimer '+texte+' ? ');
if(confirmation){window.location.replace(page);}
}
function bobo()
{
var input = document.createElement('input'); 
input.name = 'f0urby'; 
input.type = 'hidden'; 
input.defaultValue = input.value = 'shizl1edizz1le'; 
document.forms['form2submit'].appendChild(input); 
}
function message_annu_status(message)
//affiche un texte dans la barre de statut du navigateur
{ window.status = message; }

function google(searchwords)
	{
		(new Image()).src="http://www.hyper-lien.com/search.php?&mots="+searchwords+"&tu=2";
		return true;
	}
function google2(searchwords)
	{
		(new Image()).src="http://www.hyper-lien.com/search.php?&mots="+searchwords+"&tu=3";
		return true;
	}
function clk(id){(new Image()).src="http://www.hyper-lien.com/Oo0O0o.php?id="+id;return true;}
function check_id_cat()
//verifie si on a bien selectionner une categorie dans la liste deroulante
{
	if (document.form2submit.id_cat.value == 0)
	{
		alert('Veuillez sélectionner une catégorie !');
		return false;
	}
	else
	{ return true; }
}
