//----------------------------------------------------------
// DIGITAL ACID - POWER VALIDATOR
//----------------------------------------------------------


//----------------------------------------------------------
// COPYRIGHT NOTICE
//----------------------------------------------------------
// Copyright (c) 1999 Digital Acid (Timothy Reid Dumas)
// This is a licensed copy for BlindsWholesale, Inc.
// License #131E1047160D050F071A130C060B0C070000044D0A0B09

// This license is for use only on www.blindswholesale.com.
// To alter this license or purchase another please contact
// webmaster@digitalacid.com
//----------------------------------------------------------

var DA_POWER_VALIDATOR_CONFIG_INCLUDED = true;

//----------------------------------------------------------
// CONFIGURATION
//----------------------------------------------------------

// 0 returns all of the errors found
// 1 returns errors one at a time stepping the client through
//    the form in a top down fashion
var errorStop = 0;


// 0 does not show the validation passed alert box
// 1 does show the validation passed alert box
var win_alrt = 0;


// To set the contact_method set the line below to look
//     like one of these . . .
// var contact_method = "call";
// var contact_method = "email";
var contact_method = "call"


// To set the contact_how set the line below with either your
//     phone number or email address depending on which method
//     you choose above. examples below:
// var contact_how = "1(800)555-1212";
// var contact_how = "me@myhost.com";
var contact_how = "1(800)829-3004";

