﻿var calendar_ru =
{
	firstday : 0,
	dtype : 'dd.MM.yyyy',
	width : 250,
	windoww : 270,
	windowh : 200,
	border_width : 0,
	border_color : '#0000d3',
	dn_css : 'clsDayName',
	cd_css : 'clsCurrentDay',
	wd_css : 'clsWorkDay',
	we_css : 'clsWeekEnd',
	wdom_css : 'clsWorkDayOtherMonth',
	weom_css : 'clsWeekEndOtherMonth',
	imgnextm : 'http://files.vipcomplex.com.ua/images/forward.jpg',
	imgprevm : 'http://files.vipcomplex.com.ua/images/back.jpg',
	headerstyle :
	{
		type : 'buttons',
		css : 'clsDayName',
		imgnextm : 'http://files.vipcomplex.com.ua/images/forward.jpg',
		imgprevm : 'http://files.vipcomplex.com.ua/images/back.jpg',
		imgnexty : 'http://files.vipcomplex.com.ua/images/forward.jpg',
		imgprevy : 'http://files.vipcomplex.com.ua/images/back.jpg'
	},
	monthnames : ["Январь", "Февраль", "Март", "Апрель", "Май",
	"Июнь", "Июль", "Август", "Сентябрь", "Октябрь",
	"Ноябрь", "Декабрь"],
	daynames : ["Пн", "Вт", "Ср", "Чв", "Пт", "Сб", "Вс"]
};
t=false;
function ie_ua(){
	t=ua;
}
function showCalendar(id) {
    var c1 = new CodeThatCalendar(calendar_ru);
	c1.popup(id);
}