
      <!-- //

        label0 = new Image();
        label0.src = "images/potton_spacer.gif";
        label1 = new Image();
        label1.src = "images/potton_bespoke_labels_01.gif";
        label2 = new Image();
        label2.src = "images/potton_bespoke_labels_02.gif";
        label3 = new Image();
        label3.src = "images/potton_bespoke_labels_03.gif";

        function swapper(imgName,imgObjName)		
          {
          if (document.images)
            {
            document.images[imgName].src = eval(imgObjName + ".src");
            }
          }

        function windowPopup(windowURL,windowTitle,windowWidth,windowHeight)
          {
          gen = window.open(windowURL,windowTitle,'toolbars=0,scrollbars=0,location=0,top=160,left=250,statusbars=0,menubars=0,resizable=1,width=' + windowWidth + ',height=' + windowHeight);
          }

      // -->