﻿// Fichier JScript
function mailpage()
{
mail_str = "mailto:?subject=Regarde ce site " + document.title;
mail_str += "&body=Pour acheter ou vendre un fonds de commerce de brasserie restaurant hôtel : http://www.ferri-socofinord.com, ce site peut t'aider." ;

location.href = mail_str;
}
