function affiche(image)
   {code='<html><head><title>Ceremonie et inclassable</title></head><body><img src="'+image+'" border=0"></body>';
   fenetre=window.open('','_blank',"width=240,height=560,scrollbars=no,resizable=no,screenY=0");
   fenetre.document.open();
   fenetre.document.write(code);
   fenetre.document.close();}

function ouvre(image)
   {code='<html><head><title>Tissu de chemise</title></head><body><img src="'+image+'" border=0"></body>';
   fenetre=window.open('','_blank',"width=520,height=430,scrollbars=no,resizable=no,screenY=0");
   fenetre.document.open();
   fenetre.document.write(code);
   fenetre.document.close();}
   
function envoisucc()
   {code='<html><head><title></title></head><body><font size="4"><br>Votre demande a été prise en compte.</font></body>';
   fenetre=window.open('','_blank',"width=300,height=50,scrollbars=no,resizable=no,screenY=0");
   fenetre.document.open();
   fenetre.document.write(code);
   fenetre.document.close();}

function envoifail()
   {code='<html><head><title></title></head><body><font size="4"><br>Erreur lors du traitement de votre demande.</font></body>';
   fenetre=window.open('','_blank',"width=340,height=50,scrollbars=no,resizable=no,screenY=0");
   fenetre.document.open();
   fenetre.document.write(code);
   fenetre.document.close();}
