//
// Global directory and url variables.
//
// IMPORTANT: These values are extracted by perl, important that the variables
// do not appear in commments and that the format is not changed.
//
//var BASE_URL = "http://eeyore:8081/";
//var SECURE_URL = "https://eeyore/";
//var BASE_CGI_URL = "http://eeyore:8081/cgi-bin/";
//var SECURE_CGI_URL = "https://eeyore/cgi-bin-secure/";

//var BASE_URL = "http://204.3.148.156/";
//var SECURE_URL = "https://204.3.148.156/";
//var BASE_CGI_URL = "http://204.3.148.156/cgi-bin/";
//var SECURE_CGI_URL = "https://204.3.148.156/cgi-bin-secure/";

var BASE_URL = "http://www.planetography.com/"
var SECURE_URL = "https://www.planetography.com/";
var BASE_CGI_URL = "http://www.planetography.com/cgi-bin/";
var SECURE_CGI_URL = "https://www.planetography.com/cgi-bin-secure/";


function set_image(image_file, image_tag) {
	document[image_tag].src = image_file;
}

// The values used when a new image is added to the shopping cart, or
// when the use defaults button is pressed in the config page. The mat defaults
// are in the pl_globalvars.pm file.
var default_product_type_option="ca";
var default_image_size="2020";
var default_smallmat_image_size="0000X";
var default_mf_option="0";
var default_canvas_mf_option="3";
var default_smallmat_mf_option = "1";
var default_ac_option="no";
var default_canvas_frame_type="ft";
var default_canvas_frame_color="bk";
var default_frame_type="mt";
var default_frame_color="bl";
var default_glass_type="pc";
var default_canvas_glass_type="ng";
var default_smallmat_glass_type="ng";
var default_noframe_glass_type="ng";
var default_canvas_uv_option="vn";
var default_uv_option="ns";
var default_smallmat_uv_option="ns";

function click (event_id) {
	if (document.all) {
		if (event.button == 2) {
			alert (click_msg);
			return false;
		}

	}
	if (document.layers) {
		if (event_id.which == 3) {
			alert (click_msg);
			return false;
		}
	}
}

var click_msg="Images and Content Copyright © Lance Allred/Planetography and Windflower Waters/Planetography."