﻿function ModalPopupsContact() {
  ModalPopups.Alert("jsAlert1",
     "Contact OK-SOFT: ",
     "<div style='padding:25px;' ><p><center>Votre message a bien &eacute;t&eacute; envoy&eacute;. Merci de votre participation</center></p></div>", 
     {
       width: 340,
       height: 100,
       okButtonText: "Fermer"
     }
  );
}   



function ModalPopupsOrder() {
  ModalPopups.Alert("jsAlert1",
     "Commande en ligne: ",
     "<div style='padding:25px;' ><p><center>Votre message a bien &eacute;t&eacute; envoy&eacute;. Merci de votre participation.</center></p></div>", 
     {
       width: 340,
       height: 100,
       okButtonText: "Fermer"
     }
  );
}   



function ModalPopupsNews() {
  ModalPopups.Alert("jsAlert1",
     "Lettre d'information: ",
     "<div style='padding:10px;' class='arial14merci'><p><center>Vous recevrez tr&egrave;s prochainement votre premi&egrave;re lettre d'information.</center></p></div>", 
     {
       width: 340,
       height: 100,
       okButtonText: "Femmer"
     }
  );
}   




function ModalPopupsComment() {
  ModalPopups.Alert("jsAlert1",
     "Merci de votre participation",
     "<div style='padding:25px;' class='arial14merci'><p align=center>Votre message a bien &eacute;t&eacute; enregistr&eacute; et restera <br> en statut (non publi&eacute;)<br> jusqu'&agrave; son approbation par un mod&eacute;rateur.</p></div>", 
     {
       width: 480,
       height: 100,
       okButtonText: "Femmer"
     }
  );
}    



function ModalPopupsImages(titre,img) {
  ModalPopups.Alert("jsAlert1",
     titre,
     "<div style='padding:25px;' class='arial14merci'><p><img src='"+img+"' border='0' height=440 width=760></p></div>", 
     {
       width: 800,
       height: 460,
       okButtonText: "Femmer"
     }
  );
}  
  



