/* ########################################################################### *
/* ***** ECLIPSE GROUP  ****************************************************** *
/* ########################################################################### *
 * ##### DOCUMENT NAME:  custom_config.js
 * ##### DOCUMENT INFO: 
 * ##### Original v1.0: 16/01/08 (George Hiley, Eclipse Group)
/* ########################################################################### *
/* ########################################################################### *
/* ***** INDEX *************************************************************** *
/* ########################################################################### *
/* ##### GLOBAL CONFIGURATION
/* ########################################################################### */
/* ########################################################################### *
/* ##### GLOBAL CONFIGURATION
/* ########################################################################### */
// Is the page being viewed in static test mode (eg. client side static HTML templates) or on the server within the develoment / prod environment?
var ecl_staticTestMode = false;
// URL to email a friend form markup
var ecl_emailToAFriend_formHtml = "http://www.resourcesmart.vic.gov.au/emailPageForm.html";
// The URL that receives the email to a friend data
var ecl_ajaxUrl_emailToAFriend = "http://www.resourcesmart.vic.gov.au/emailAPageSend.aspx";
// The .swf file defining the font used by sifr
var ecl_sifr_font = "http://www.resourcesmart.vic.gov.au/images/sifr_Helvetica45Light.swf"