// Copyright 2008 Travis Crowder
// DO NOT CHANGE THE ARRAY SUBSCRIPTS!
conf = new Array();
conf[0] = 'http://www.nyvintageclub.com'; // web site address
conf[1] = 'http://www.nyvintageclub.com'; // return thank you page
conf[2] = 'USD'; // currency code
conf[3] = 'jkardashian@hotmail.com'; // contact email address
conf[12] = 'NY Vintage Club'; // company name -- shows in cart
// paypal
conf[4] = 'jkardashian@hotmail.com'; // paypal email address
conf[11] = 'http://www.nyvintageclub.com'; // cancel URL
// google
conf[5] = '211506776063379'; // google merchant account id
conf[8] = '0.0725'; // google tax rate in percent
conf[9] = 'TX'; // two letter state in which tax rate resides
conf[10] = 'Standard'; // google shipping method

conf[6] = 'f7f4c689-ce60-4250-8251-12eaf5e36cd6'; // aplus.net token
conf[7] = ''; // custom data field

conf[13] = 1; // use paypal -- should be 1 for yes, 0 for no
conf[14] = 0; // use google -- should be 1 for yes, 0 for no