﻿// Fichier JScript
function popupCGV()
{
  var top=(screen.height-300)/2;
  var left=(screen.width-800)/2;
  window.open("../conditions-generales-de-vente.aspx","","top="+top+",left="+left+",width=800,height=300,location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=yes,status=no");
}


