//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 AddFavoris() {window.external.AddFavorite('http://www.livraisons-fleurs.com','------ LIVRAISON DE FLEURS EXPRESS');}



function hidestatus() {window.status='LIVRAISON DE FLEURS A DOMICILE - FAITES PLAISIR A VOS PROCHES !'; return true}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus



function titre() {
document.title="LIVRAISON DE FLEURS A DOMICILE - FAITES PLAISIR A VOS PROCHES !";
}
titre();





