function ts(theCell, tabColor){
				    var aColor="#F3F3F3";
				    var bColor="#ffffff";	
				 
				 if (tabColor=='a'){tabColor=aColor;
								 
				 }
				 else {tabColor=bColor;}	
                    theCell.style.backgroundColor =  tabColor; 

	                return true;
}


function tav(n) {
 
 document.getElementById('tv' + n ).className='v';
 document.getElementById('tn' + n ).className='v';
     
 }
 
 function tan(n) {

 document.getElementById('tv' + n ).className='nv';
 document.getElementById('tn' + n ).className='nv';

 }
 
function ShowErrorMessage()
{
	alert("Извините, сервис временно недоступен.");
	return false;
}
