/* ABE CONFIGURATION */
var abeCurrencies = new Array (),
abeDate = new Array (), 
abeAction = new Array (),
abeTip = new Array (),
abeText = new Array (),
abeBG = new Array ();
abeDate ["pickup"] = new Array ();
abeDate ["dropoff"] = new Array ();
abeText ["popUp"] = new Array ();
abeBG ["search_button"] = new Array ();
/*
 !!! WARNING !!!
 
 DEFAULT VALUE SPECIFIED IN SQUARE BRACKETS [default value]
 IF NO VALUE OR WRONG FORMAT PROVIDED
 AJAX BOOKING ENGINE (ABE) WILL NOT WORK PROPERLY!
 
 PLEASE, CONFIGURE ABE BEFORE USE!
 
 BEST REGARDS,
 CARTRAWLER SUPPORT TEAM.
 
 URL:      http://www.cartrawler.com/support
 E-MAIL:   support@cartrawler.com
*/



/* **************************************************************************************************** */
/*                                                                                                 MAIN */
var abeTarget = "Production"; // [Production]
var abeClientID = "50551"; // Provided by CarTrawler
var abeCountry = "IE"; // none
var abeLocationPickup = "13"; // none
var abeLocationDropoff = "13"; // none
var abeCurrency = "EUR"; // [EUR]
var abeURL = "/common/abe/otaproxy/otaproxy.php"; // [./abe/otaproxy/otaproxy.php]
var abeCarPictures = true; // [true]
var abePaymentCarTrawler = true; // [true]
var abeFleetCountriesList = true; // [true]



/* **************************************************************************************************** */
/*                                                                                             CURRENCY */
abeCurrencies ["EUR"] = "Euro";
abeCurrencies ["USD"] = "US Dollar";
abeCurrencies ["GBP"] = "GB Pound";



/* **************************************************************************************************** */
/*                                                                                          DATE & TIME */
abeDate ["month_short_name"] = true;
abeDate ["maximum_year"] = 2007;
abeDate ["minutes_step"] = 15;

abeDate ["pickup"]["off_set"] = 3;
abeDate ["dropoff"]["off_set"] = 6;

abeDate ["pickup"]["hours"] = 10;
abeDate ["dropoff"]["hours"] = 10;

abeDate ["pickup"]["minutes"] = 0;
abeDate ["dropoff"]["minutes"] = 0;



/* **************************************************************************************************** */
/*                                                  ACTIONS MESSAGES FOR LOADING WINDOW & SELECT FIELDS */
abeAction ["load"] = "browser&nbsp;is&nbsp;loading<br>search&nbsp;engine";

abeAction ["ActiveX_note"] = "!!!&nbsp;NOTE&nbsp;!!!";
abeAction ["ActiveX_support"] = "YOUR&nbsp;BROWSER&nbsp;DOES&nbsp;NOT<br>SUPPORT&nbsp;ACTIVEX&nbsp;CONTROLS&nbsp;!!!";
abeAction ["ActiveX_enable"] = "Please&nbsp;update&nbsp;browser&nbsp;as&nbsp;described&nbsp;at;";
abeAction ["ActiveX_supportUrl"] = "http://www.microsoft.com/windows/ie/ie6/using/howto/security/setup.mspx#ELAAE";
abeAction ["ActiveX_url"] = "<a onmouseover=\"this.style.textDecoration='underline';\" onmouseout=\"this.style.textDecoration='none';\" href=\"" + abeAction ["ActiveX_supportUrl"] + "\" target=\"_blank\" class=\"abe_load_url\">" + abeAction ["ActiveX_supportUrl"] + "</a>";

abeAction ["search"] = "searching&nbsp;for<br>available&nbsp;cars";
//abeAction ["rental_conditions"] = "loading<br>rental&nbsp;conditions";
abeAction ["car_reservation"] = "creating&nbsp;reservation";
abeAction ["car_fleet_list"] = "loading&nbsp;cars<br>fleet&nbsp;list";

abeAction ["process_load"] = "&rsaquo;";
abeAction ["process_wait"] = ".";

abeAction ["wait"] = "Please wait";
abeAction ["select"] = "Please select...";



/* **************************************************************************************************** */
/*                                                                                           HOVER TIPS */
abeTip ["countryList"] = "Please select car rental country";
abeTip ["residenceList"] = "Please select residence country";

abeTip ["locationPickup"] = "Please select pick up location";
abeTip ["locationDropoff"] = "Please select drop off location";

abeTip ["datePickup_d"] = abeTip ["datePickup_m"] = abeTip ["datePickup_y"] = "Please select pick up date";
abeTip ["dateDropoff_d"] = abeTip ["dateDropoff_m"] = abeTip ["dateDropoff_y"] = "Please select drop off date";

abeTip ["calendarPickup_button"] = "Please select exact pick up date using calendar";
abeTip ["calendarDropoff_button"] = "Please select exact drop off date using calendar";

abeTip ["timePickup_h"] = abeTip ["timePickup_m"] = "Please select pick up time";
abeTip ["timeDropoff_h"] = abeTip ["timeDropoff_m"] = "Please select drop off time";

abeTip ["currency"] = "Please select currency";

abeTip ["search"] = "Find car for rental";

abeTip ["confirm_button"] = "Click to confirm booking";



/* **************************************************************************************************** */
/*                                                                                        TITLES & TEXT */
abeText ["popUp"]["similar_cars"] = "Similar&nbsp;cars&nbsp;:";
abeText ["popUp"]["car_desription"] = "Description:";



/* **************************************************************************************************** */
/*                                                                                               STYLES */
// Background colors
abeBG ["enable"] = "#fefefe";
abeBG ["disable"] = "#f3f3f3";

abeBG ["search_button"]["enable"] = "#ffffff";
abeBG ["search_button"]["disable"] = "#f4811f";

abeBG ["row"] = "#f3f3f3";
abeBG ["row_alternative"] = "#fefefe";
