var bgcolour   = 'White';
var textcolour = 'Black';
var navicolour = '#EC6104';
var baskethead = 'DDDB335';
var basketbody = '#FFF0C1';
var securename = 'sunfad';
var deptsname  = 'depts.htm';

function custom_additem_options()
{
// These customizations of the ADDITEM program are for Sunflower Fabrics
if (ItemType == 'S')
   {
    document.write('<TR><TD ALIGN="CENTER"><font face="Arial" size="2">If this fabric is out of stock,<BR>' +
                   'would you like us to send a close substitute instead?</FONT></TD>');
    document.write('<TD><SELECT NAME = "substit"><option value=", DO NOT SUBSTITUTE">No</option>' +
                   '<option selected value=", Substitutes OK">Yes</option></select>');

    document.write('<TR><TD ALIGN="CENTER"><font face="Arial" size="2">Click for matching thread:</FONT></TD>');
    document.write('<TD><INPUT TYPE="checkbox" NAME="thread">');
    document.write('<IMAGE SRC="bobbin.gif" ALIGN="MIDDLE"');
    document.write('ALT="Check the box and we will add a 100m reel of matching Gutermann cotton thread at £1.25 to your basket">')

   };
}; // CUSTOM_OPTIONS


function custom_pre_navi()
{
};

function custom_additem_checks()
{if  (quantity/1 != Math.round(quantity)
   && ChosenOptions.indexOf("Metre") == -1
     )
     {alert("You entered a quantity of: " + quantity + "\n\n" +
            "Except for yardage, you must enter a whole number (no decimals) in the quantity box.\n\n" +
            "Click the HELP link if you need help."
           );
      return false;
     }; // not a whole quantity yet not yardage = invalid
   

 if  (ItemType == "S")
     {if (   (ChosenOptions.indexOf("Metre") != -1)
          && (confirm('Would you still accept this fabric as fat quarters if we no longer have it on the boult?\n\n' +
                      'Click OK if you can accept fat quarters if we have run out of yardage.\n\n' +
                      'Click CANCEL if you want to order the fabric as yardage and cannot accept fat quarters'
                     )
             )
         ) ChosenOptions += ', FQs OK';

       ChosenOptions += document.addform.substit[document.addform.substit.selectedIndex].value;


      if (document.addform.thread.checked)
         {OrderCookie += 'H^^jpg^mthread^^Thread to match '+ItemTitle+
                         ' ('+ImageName+')^1.25^100m cotton reel^1^100m cotton reel^1.25|';
         };
    }; // S product
 return true;
}; //CUSTOM CHECKS

function custom_additem_tail()
{
if (ItemType == "S")
   {document.write('<CENTER><DIV ALIGN="CENTER"><FONT FACE="Arial" SIZE="2" COLOR="#FF7611">');
    document.write('If you check the Matching Thread box above, we will add<BR>');
    document.write('a 100m reel of matching Gutermann pure cotton thread at £1.20 to your basket</FONT>');

    document.writeln('<BR><BR><FONT FACE="Arial" SIZE="2">');
    document.writeln('For yardage of less than a metre, enter the amount in decimals.<BR>');
    document.writeln('For example: 1/2 = 0.5,  1/3 = 0.33, 1/4 (long) = 0.25.');
    document.writeln('</DIV></CENTER>');
   };
}; // CUSTOM TAIL

function custom_basket_topleft()
{document.writeln("<a href='giftwrap.htm'><img src='giftwrap.gif' border='0'>");
};

function custom_basket_head()
{document.writeln("<font size='1'><a href='fclub.htm'>Fabric Club Discounts</a>");
 document.writeln(", though not shown, are awarded during processing.</font>");
};

function custom_basket_tail()
{document.writeln("<br><a href='thanks.htm'><img src='thanks.gif' align='absmiddle' border='0'></a>" +
                  "<B><font face='Arial' size='2'>Ann S.</font></B><br>");

 document.writeln('<CENTER>How about about a little light reading? OR even some gorgeous fabrics to add to your collection?<BR>');
 document.writeln('Click on an item to add it to your basket.<BR>');

 document.writeln('<TABLE CELLPADDING="5" BORDER="0" ALIGN="center"><TR>');

 document.writeln('<TD><A HREF="additem.htm?B^^jpg^tpnsv3n4^^Patchwork & Stitching Vol3 No4^6.99^Magazine(Ad)">');
 document.writeln('<IMG WIDTH="150" SRC="tpnsv3n4.jpg" BORDER="0"></A></TD>');

 document.writeln('<TD><A HREF="additem.htm?B^^jpg^tahqfk^^Australian Homespun Quilts for Kids 03^6.99^Magazine(Ad)">');
 document.writeln('<IMG WIDTH="150" SRC="tahqfk.jpg" BORDER="0"></A></TD>');

 document.writeln('<TD><A HREF="additem.htm?B^^jpg^taqcn9^^Australian Quilters Companion no.9^6.99^Magazine(Ad)">');
 document.writeln('<IMG WIDTH="150" SRC="taqcn9.jpg" BORDER="0"></A></TD>');

 document.writeln('<TD><A HREF="additem.htm?B^^jpg^tahn19v45^^Australian Homespun no.19 vol 4.5^6.99^Magazine(Ad)">');
 document.writeln('<IMG WIDTH="150" SRC="tahn19v45.jpg" BORDER="0"></A></TD>');

 document.writeln('</TD></TABLE></CENTER>');
};


