function contact()
{
myWindow = window.open("", "Preview", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=400,height=255");
myWindow.document.open();
myWindow.document.writeln('<html><head><title>A Propos du Webmaster</title></head>');
myWindow.document.writeln('<address>Aerostats & Conseil - Jean-Pierre Bouchillou<br>');
myWindow.document.writeln('Adresse : Coumet Bas<br>');
myWindow.document.writeln('Code postal : 47 200<br>');
myWindow.document.writeln('Ville : Marmande - France<br>');
myWindow.document.writeln('Telephone : + 33 (0) 5 53 20 22 69</address><p>');
myWindow.document.writeln('<center>');
myWindow.document.writeln('Conception <a href="http://www.a-conseil.com">@-conseil.com</a><br>');
myWindow.document.writeln('<br>');
myWindow.document.writeln('<a href="mailto:jp.bouchillou@a-conseil.com">Me contacter</a><br><br>');
myWindow.document.writeln('<center><input type=button  value="Fermer" onClick="parent.close()" ></center></html>');
myWindow.document.close();
}
