﻿/*
#################################################
# --------------- ISR Variable Set -------------#
#################################################
#												#
# Javascript Methods based on Prototype			#
# Framework for the								#
# INTERSPORT RENT International 				#
# booking application							#
#											  	#
#################################################
#												#
# Last modified by Bernhard Rusch				#
# Date: 22 - 08 - 2006							#
# Version: 0.1									#
#												#
# (c) 2006 elements.at New Media Solutions GmbH #
#												#
#################################################

*/

regions = true;

/* FIRST STEP */

/* Opening Time Status */
var openingTimeStatus = false;

/* Display Options DOM Containers */

var div_regionSearchInfo = false;
var div_locations = false;
var scalingInProgress = false;

// Actual position of the Tabs in step one
var stepOnePosition = 'search';

// LIghtbox Indicator needed by the Activity Indicator, if it's true the activity indicator don't show the lightbox
var lightbox = false;

// Selected Location in Step 1
var selectedLocation = 0;

// Location infos of the selected location in step 1
var actualLocationInfo = "";

// Status of the "Tooltipp" overlay -> needed in Step 2 
var overlayShown = false;

// The Lightbox Indicator, if the Lightbox is opend by a Component from the application, needed by the Activity Indicator
var lightboxactive = false;

