﻿<!-- Hide script from old browsers

    function ClickIt(imageSource, text, popupSource)
    {
        document.getElementById("color").src = imageSource;
        document.getElementById("colorText").innerHTML = text;
        document.getElementById("colorZoomLink").href = "javascript:popColorzoom('" + popupSource + "');";
    }

    function getCookie(name) {
      var dc = document.cookie;
      var prefix = name + "=";
      var begin = dc.indexOf("; " + prefix);
      if (begin == -1) {
        begin = dc.indexOf(prefix);
        if (begin != 0) return null;
      } else
        begin += 2;
      var end = document.cookie.indexOf(";", begin);
      if (end == -1)
        end = dc.length;
      return unescape(dc.substring(begin + prefix.length, end));
    }

    function avaWin(pStyle, pColors) 
    {
       h = screen.height - 100;
       _avaWin = window.open('http://www.antigua.com/esc/catavail/DSTAvailbystyle.asp?Style='+ pStyle + '&Colors=' + pColors, 'AvailabilityWindow','scrollbars=yes,width=800,height='+h);
    }


    var _imgs = new Array();
     _imgs[0] = "images/320109_452.jpg"; 
     _imgs[1] = "images/320109_369.jpg"; 
     _imgs[2] = "images/320109_384.jpg"; 
     _imgs[3] = "images/320109_451.jpg"; 
     _imgs[4] = "images/320109_188.jpg";  

    var _textString = new Array();
     _textString[0] = "452 navy/aurora/sahara"
     _textString[1] = "369 dark red/black/sahara"
     _textString[2] = "384 white/navy/dark red"
     _textString[3] = "451 sahara/dark red/navy" 
     _textString[4] = "188 black/dark red/charcoal"




    function popEmbroideryWindow()
    {
        window.open("http://www.antigua.com/embroideryLocation.htm","","scrollbars,satus,resizable,width=817,height=500"); 
    }  

    function popSizeWindow()
    {
        window.open("http://www.antigua.com/sizechart.htm","","scrollbars,satus,resizable,width=550,height=500"); 
    }
    
    function popColorzoom(imgfile){
        // window.open(imgfile, "", "scrollbars, status, resizable, width=550, height=500");
    }
    
    // End hiding script from old browsers -->