//<!-- ------------------------------------------------------------- -->
//<!-- RKBA!  -  RKBAbang.com  -   RKBA!   -  RKBAbang.com  -  RKBA! -->
//<!-- ------------------------------------------------------------- -->
//<!-- File Name:   set.js                                           -->
//<!-- Description: RKBAbang.com Shopping Cart                       -->
//<!-- Created By:  USA Internet Connections & Eric Pavao            -->
//<!-- Last Edited: Apr 1, 2003                                      -->
//<!-- Copyright © 2001-2003 All rights reserved.                    -->
//<!-- No part of this file or the code it contains may be copied,   -->
//<!-- redistributed, or sold. Violators will be prosecuted.         -->
//<!-- ------------------------------------------------------------- -->
//<!-- RKBA!  -  RKBAbang.com  -   RKBA!   -  RKBAbang.com  -  RKBA! -->
//<!-- ------------------------------------------------------------- -->
///////////////////////////////////////////////////////////////////////


var myName = "";
var mySite = "http://www.rkbabang.com";
var myEmail = "orders@rkbabang.com";
var myPhone = "Eric Pavao<BR>RKBA!";
var myAddress = "96 Carol Drive";
var myCityState = "Raynham, MA";
var myZip = "02767";
var myLogo = "";

var stateTax = "";
var myState1 = "";
var myState2 = "";

var shipAmt  = "0.30";
var shipBase = "0.55";
var shipStep = "5";
//EP 10/08/01 shipping is ((stickers/shipStep)*shipAmt)+shipBase;


var shipPercent = false;
var useShipOptions = false;

var shipOptions = new Array(
//"UPS Ground|4.95",
//"UPS Second Day Air|12.50",
//"US Post Priority|3.20",
//"FedEx Overnight|25.95"
);

var cardOption = new Array(
"Yahoo! PayDirect"
);

var usePrint = true;

var useForm = true;

var useSecure = false;

var fontFace = "arial,helvetica";

var mainFrameName = "body";

var COstep1 = "get_ship_info.html";

var COstep2 = "mail_out_verify.html";

var COegold = "egold_co.html";

var COgoldmoney = "goldmoney_co.html";

var COebullion = "ebullion_co.html";

var COpaydirect = "paydirect_co.html";

var COpaypal = "paypal_co.html";

var COprint = "order_form.html";

var COsecure = "paydirect_co.html";

var cartPage = "cart.html";

var productsPage = "products.html";

var cgiPostAction = "./cgi-bin/formmail.php";

var cgiTags = new Array(
"<input type=hidden name=recipient value=\"rkba\@rkbabang.com\">",
//"<input type=hidden name=subject value=\"Shopping Cart Order\">",
//EP "<input type=hidden name=redirect value='https://fallriveronline.net/site/rkbabang.com/thanks.html'>",
//JC "<input type=hidden name=redirect value='http://rkbabang.com/thanks.html'>",
//"<input type=hidden name=redirect value='http://rkbabang.com/paydirect_thanks.html'>",
"<input type=hidden name=return_link_title value=\"Back to Main Page\">"
);

var securePath = "https://fallriveronline.net/site/rkbabang.com/";

var secureCGIPostAction = "./cgi-bin/formmail.php";
