function rasp()	{
		document.raspform.originCityName.value = document.getElementById('originCityName').value;
		document.raspform.destinationCityName.value = document.getElementById('destinationCityName').value;
		if (document.getElementById('use-back').checked) {
			document.raspform.use_back.checked = true;
		};		
		var end1 = '';
		end1 += document.getElementById('thereDate1').value;
		end1 += '.'+document.getElementById('thereDate2').value;
		end1 += '.'+document.getElementById('thereDate3').value;
		
		var end2 = '';
		end2 += document.getElementById('thereDate4').value;
		end2 += '.'+document.getElementById('thereDate5').value;
		end2 += '.'+document.getElementById('thereDate6').value;
		
		document.raspform.toDate1.value=end1;
		document.raspform.fromDate1.value=end1;
		document.raspform.toDate2.value=end2;
		document.raspform.fromDate2.value=end2;
//		document.raspform.action = 'http://booking.uralairlines.ru/ru/schedule/process';
		document.raspform.action = 'http://www.uralairlines.ru/sirenabooking/translate_utf_ext_r.php';
		document.raspform.submit();	}



		
	function booking() {
	
		if (document.getElementById('yearinfant').value != '')	
		{
			if (document.getElementById('yearchild').value != '')	
			{
				document.getElementById('yearchild').value += ',';
			}
		}
		document.getElementById('yearchildhidden').value = document.getElementById('yearchild').value + document.getElementById('yearinfant').value;
		var end1 = '';
		end1 += document.getElementById('thereDate1').value;
		end1 += '.'+document.getElementById('thereDate2').value;
		end1 += '.'+document.getElementById('thereDate3').value;
		var end2 = '';
		end2 += document.getElementById('thereDate4').value;
		end2 += '.'+document.getElementById('thereDate5').value;
		end2 += '.'+document.getElementById('thereDate6').value;

		document.getElementById('thereDate').value=end1;
		document.getElementById('backDate').value=end2;
		document.getElementById('idSubmit').name = 'pricetable';
		document.sbooking.timetable = '';
//		document.sbooking.action = 'http://booking.uralairlines.ru/ru/indexformprocessing';
		document.sbooking.action = 'http://www.uralairlines.ru/sirenabooking/translate_utf_ext.php';

		document.sbooking.submit();	
	}

