function affichage() {

   FenetreAffichage = window.open ( '' , 'NouvelleFenetre' , 'menubar=no,toolbar=no,scrollbars=yes,width=480,height=700' )
   
   FenetreAffichage.document.write(""
	+	"<link href=\"../../labocontrole.css\" rel=\"stylesheet\" type=\"text/css\">"
);
   
   
   FenetreAffichage.document.write(""
	+	"<br><table width=\"95%\" border=\"0\" align=\"center\">"
	+	"                        <tr>"
	+	"                          <td colspan=\"2\"><div align=\"justify\"><strong><span class=\"style14\">Jean Mainguet S.A.R.L.<\/span><br />"
	+	"                                    <img src=\"../../images/logos/logo-complet-small.gif\" alt=\"Labocontrole - Kontakt\" width=\"159\" height=\"72\" /><br />"
	+	"                            BIOPOLE - 12 Rue Carol Heitz <br />"
  +	"                            FR - 86000 Poitiers - France<\/strong><br />"
	+	"                            <br />"
	+	"                          <\/div><\/td>"
	+	"                        <\/tr>"
	+	"                        <tr>"
	+	"                          <td width=\"3%\" height=\"62\" valign=\"top\">&nbsp;<\/td>"
	+	"                          <td width=\"97%\" valign=\"top\"><strong><img src=\"../../images/logos/logo-mini.gif\" alt=\"LABOCONTROLE - SAMPLING EQUIPMENT\" width=\"16\" height=\"16\" /><\/strong> <span class=\"style11\"><strong>Tel.: <\/strong>+33 (0)5 49 01 70   16<\/span><br />"
	+	"                              <strong><img src=\"../../images/logos/logo-mini.gif\" alt=\"LABOCONTROLE - SAMPLING EQUIPMENT\" width=\"16\" height=\"16\" /><\/strong> <strong>Fax.: <\/strong>+33 (0)5 49 01 74 01<br />"
	+	"                              <strong><img src=\"../../images/logos/logo-mini.gif\" alt=\"LABOCONTROLE - SAMPLING EQUIPMENT\" width=\"16\" height=\"16\" border=\"0\" /><\/strong> <strong>E-mail:<\/strong> <a href=\"mailto:mainguet@labocontrole.com\">mainguet@labocontrole.com<\/a><\/td>"
	+	"                        <\/tr>"
	+	"                        "
	+	"                    <\/table>"
);

var interet = "";
if (document.mail_form.checkbox1.checked == true)
{
interet += document.mail_form.titre_checkbox1.value + ", ";
}
if (document.mail_form.checkbox2.checked == true)
{
interet += document.mail_form.titre_checkbox2.value + ", ";
}
if (document.mail_form.checkbox3.checked == true)
{
interet += document.mail_form.titre_checkbox3.value + ", ";
}
if (document.mail_form.checkbox4.checked == true)
{
interet += document.mail_form.titre_checkbox4.value + ", ";
}
if (document.mail_form.checkbox5.checked == true)
{
interet += document.mail_form.titre_checkbox5.value + ", ";
}
if (document.mail_form.checkbox6.checked == true)
{
interet += document.mail_form.titre_checkbox6.value + ", ";
}
if (document.mail_form.checkbox7.checked == true)
{
interet += document.mail_form.titre_checkbox7.value + ", ";
}
if (document.mail_form.checkbox8.checked == true)
{
interet += document.mail_form.titre_checkbox8.value + ", ";
}
if (document.mail_form.checkbox9.checked == true)
{
interet += document.mail_form.titre_checkbox9.value + ", ";
}
if (document.mail_form.checkbox10.checked == true)
{
interet += document.mail_form.titre_checkbox10.value + ", ";
}
if (document.mail_form.checkbox11.checked == true)
{
interet += document.mail_form.titre_checkbox11.value + ", ";
}
if (document.mail_form.checkbox12.checked == true)
{
interet += document.mail_form.titre_checkbox12.value + ", ";
}
if (document.mail_form.checkbox13.checked == true)
{
interet += document.mail_form.titre_checkbox13.value + ", ";
}
   
   FenetreAffichage.document.write(""
	+	"<blockquote>"
	+	"  <b>Ansprechpartner : </b>" + document.mail_form.champ1.value
	+	"  <br><b>Firma : </b>" + document.mail_form.champ2.value
	+	"  <br><b>Abteilung : </b>" + document.mail_form.champ3.value
	+	"  <br><br><b>Anschrift : </b>" + document.mail_form.champ4.value	
	+	"  <br><b>PLZ : </b>" + document.mail_form.champ5.value
	+	"  <br><b>Ort - Stadt : </b>" + document.mail_form.champ6.value
	+	"  <br><b>Land : </b>" + document.mail_form.champ7.value
	+	"  <br><b>Tel : </b>" + document.mail_form.champ8.value
	+	"  <br><b>Fax : </b>" + document.mail_form.champ9.value
	+	"  <br><b>E-mail : </b>" + document.mail_form.zone_email.value
  +	"  <br><br><b>Interessiert von : </b>" + interet
	+	"  <br><br><b>Kommentar : </b>" + document.mail_form.zone_texte.value
	+	"<\/blockquote>"
);

   FenetreAffichage.document.write("<br>"
	+	"<table width=\"95%\" border=\"0\" align=\"center\">"
	+	"                        <tr>"
	+	"                          <td><div align=\"center\"><span class=\"style12\">Bitte hierunten klicken, wenn Sie eine bedruckte kopie w&uuml;nschen.<\/span><br><br><\/td>"
	+	"                        <\/tr>"
	+	"                        <tr>"
	+	"                          <td><div align=\"center\"><input type=\"button\" name=\"lien\" value=\"drucken\" class=\"small-button\" onClick=\"window.location.reload(true);print()\"><\/span><\/td>"
	+	"                        <\/tr>"
	+	"                        "
	+	"                    <\/table>"
);
   
}

