//---------------------------------------------------------------//
// settings.js - include file for configuring the order template //
//---------------------------------------------------------------//

// You can specify up to three print sizes with prices.
// Enter an empty string if you don't want all three sizes e.g.
// var size_3_text = new String("")





//-------------------------------------------------//
// Settings to use with formmail.pl                //
// For details of formmail.pl see:                 //
// http://worldwidemart.com/scripts/formmail.shtml //
//-------------------------------------------------//

// order details sent to this email address
var email_address = new String("order@chagaresphotography.com")

// subject line in order emails
var email_subject = new String("Online Order")

// name of sender of order emails
var email_sender = new String("Online Order")

// location of formmail.pl script on your server
var formmail_script = new String("http://chagaresphotography.com/cgi-bin/formmail.cgi")


