			     "Ardzo.JSCalendar"
				    V1.3
		     Copyright (C) 2006 - 2008 Richter

Introduction:
	JavaScript-calendar for selecting of a date.

Using:
	<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
	<link href="ardzo_calendar/calendar.css" rel="STYLESHEET" type="text/css" />
	<script type="text/javascript" src="ardzo_calendar/ardzo_calendar.js"></script>

	<input id="field_1" type="text" onclick="ArdzoCalendar.open('field_1')" />

License agreement:
	This software is freeware, delivered on principle "AS IS"
	Copyright - Richter (richter@wpdom.com)
	Additional information: http://wpdom.com
	Based on: Elant-Calendar Version 1.0

Requirements:
	Any browser with JavaScript enabled.
	Compatible with ALL browsers. Tested in:
		Firefox 1.5, 3.0
		IE 5.0, 6.0
		Opera 8.5
		Mozilla 1.7
		NN 7.0

Versions History:
	V1.3	2008-11-20	+ Support of english is added
				* Now using encoding UTF-8 instead of Win-1251
	V1.2	2008-08-22	- Bug of wrong definition of date is fixed:
					all functions "parseInt()" now uses with second argument
	V1.1	2008-06-05	* Now works only with date in format "yyyy-mm-dd"
	V1.0	2006-05-08	This is first release