   var Qty = parseInt(GetURLParam("Qty"));
   var Mod = parseInt(GetURLParam("Mod"));
   var Paie = parseInt(GetURLParam("Paie"));
   var Ccq = parseInt(GetURLParam("Ccq"));

   if (isNaN(Qty) || Qty < 1)
       Qty = 1;
   if (isNaN(Mod))
       Mod = 1;
   if (isNaN(Paie) || Paie < 0)
       Paie = 0;

   Link = "Gestion_PME"+ Suff +".html";
   Img =  "Gestion_PME";

   if (Mod == 1)
   {
      NoProd = "GI-GESTION-PME";
      Prix = 179.99;
      Ver = (Langue) ? "Gestion PME - Small Business Edition" : "Gestion PME - Édition Travailleur Autonome";
      Edi = (Langue) ? "Small Business Edition" : "Édition Travailleur Autonome";
   }
   if (Mod == 2)
   {
      NoProd = "GA-GESTION-PME";
      Prix = 229.99;
      Ver = (Langue) ? "Gestion PME - Alarm Installer Edition" : "Gestion PME - Édition Installateur d'Alarme";
      Edi = (Langue) ? "Alarm Installer Edition" : "Édition Installateur d'Alarme";

      Link = "Gestion_PME_Central_Alarme"+ Suff +".html";
      Img =  "Gestion_PME_Central_Alarme";
   }
   if (Mod == 3 && Qty >= 3)
   {
      NoProd = "GRS-GESTION-PME";
      Prix = 229.99;
      Ver = (Langue) ? "Gestion PME - Network Edition (3 and more)" : "Gestion PME - Édition Réseau (3 et plus)";
      Edi = (Langue) ? "Network Edition (3 and more)" : "Édition Réseau (3 et plus)";
   }
   else if (Mod == 3)
   {
      NoProd = "GR-GESTION-PME";
      Prix = 249.99;
      Ver = (Langue) ? "Gestion PME - Network Edition" : "Gestion PME - Édition Réseau";
      Edi = (Langue) ? "Network Edition" : "Édition Réseau";
   }
   if (Mod == 4)
   {
      NoProd = "GF-GESTION-PME";
      Prix = 49.99;
      Ver = (Langue) ? "Gestion PME - Invoicing" : "Gestion PME - Facturation";
      Edi = (Langue) ? "Invoicing" : "Facturation";

      Link = "Gestion_PME_Facturation"+ Suff +".html";
      Img =  "Gestion_PME_Facturation";
   }
   if (Mod == 5)
   {
      NoProd = "MP-GESTION-PME";
      Prix = 69.99;
      Ver = (Langue) ? "Gestion PME - Pay Module" : "Gestion PME - Module de Paie";
      Edi = (Langue) ? "Pay Module" : "Module de Paie";

      Link = "Gestion_PME_Module_de_Paie"+ Suff +".html";
      Img =  "Gestion_PME";
   }
   if (Mod == 6)
   {
      NoProd = "MPC-GESTION-PME";
      Prix = 399.99;
      Ver = (Langue) ? "Gestion PME - CCQ Pay Module" : "Gestion PME - Module de Paie CCQ";
      Edi = (Langue) ? "CCQ Pay Module" : "Module de Paie CCQ";

      Link = "Gestion_PME_Module_de_Paie"+ Suff +".html";
      Img =  "Gestion_PME";
   }
   if (Mod == 7)
   {
      NoProd = "MPCR-GESTION-PME";
      Prix = 249.99;
      Ver = (Langue) ? "Gestion PME - CCQ Pay Renew" : "Gestion PME - Renouvellement de Paie CCQ";
      Edi = (Langue) ? "CCQ Pay Renew" : "Renouvellement de Paie CCQ";

      Link = "Gestion_PME_Module_de_Paie"+ Suff +".html";
      Img =  "Gestion_PME";
   }

	if (Langue)
	{
	   document.writeln('<TITLE>Online Paiement - '+ Ver +'</TITLE>');
	   document.writeln('<META NAME="Description" CONTENT="You can now do the paiement of our software « ');
	   document.writeln(Ver +' » by credit card or Interac !">');
	}
	else
	{
	   document.writeln('<TITLE>Paiement en Ligne - '+ Ver +'</TITLE>');
	   document.writeln('<META NAME="Description" CONTENT="Vous pouvez maintenant effectuer votre paiement de notre logiciel « ');
	   document.writeln(Ver +' » par carte de crédit ou Interac !">');
	}

