/******************************************************************/
/*   Specify the global variables for the environment and rates   */
/******************************************************************/

//  If "test", non-secure links are generated
//  If "cert", links are generated to the certificate
//  Otherwise, secure links are generated to the domain

var who_am_i = "cert"
var secure_server = "igetthepicture.powweb.com"

//  Estimated tax rate used for Oklahoma

var est_tax_rate = .08517

//  Shipping and handling charge

var snh_amount = 5.00
 
