﻿/*
==========================================================================================
Localizacion de variables de calendario
==========================================================================================
*/
    $.dpText = {
	    TEXT_PREV_YEAR		:	'Previous year',
	    TEXT_PREV_MONTH		:	'Previous month',
	    TEXT_NEXT_YEAR		:	'Following year',
	    TEXT_NEXT_MONTH		:	'Following month',
	    TEXT_CLOSE			:	'Close',
	    TEXT_CHOOSE_DATE	:	'Choose a date'
    }
    
    Date.dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
    Date.abbrDayNames = ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'];
    Date.monthNames = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
    Date.abbrMonthNames = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];

    Date.firstDayOfWeek = 1;
    Date.format = 'dd/mm/yyyy';
    
    eurotennisTitle = 'Hotel Eurotennis ***'
    eurotennisDescription = 'The Hotel Eurotennis in Villajoyosa, Alicante, is one of the finest hotels on the Costa Blanca, the crowning jewel of a beautiful cove in a peaceful Mediterranean oasis.';
    googleMapsDomain = 'http://www.google.co.uk/maps';
    
    bannerTopNavLink = '<strong>Welcome to the Hotel Eurotennis Web Site</strong>. Click on the banner to find out more about the promotions, or click anywhere else to <strong>continue browsing our site</strong>.';
    eurotennisError = 'Sorry, but your browser is not compatible with the Eurotennis map application.'